摘要:
涉及程序: ibm websphere application server 3.0.2及更低版本
描述: ibm websphere application server 暴露jsp文件内容
详细: java server pages (jsp)类型的文件是以.jsp扩展名在websphere application serve 上注册,websphere 是文件名大小写敏感的,.......
摘要:
jakarta-tomcat 简明中文版用户指南第二部分
元素及其描述
serverserver.xml文件中最重要的元素.server定义了一个tomcat服务器.一般你不用对他担心太多.server元素能包含logger和contextmanager元素类型
logger此元素定义一个logger对象,每个logger都有一个名字去标识,也有一个纪录logger的输出和冗余......
apache tomcat的snoop servlet漏洞
bugtraq id 1500 cve generic-map-nomatch 【程序编程相关:
Java 高层网络编程】class access validation error 【推荐阅读:
请大家评论!】local yes 【扩展信息:
谨防Java网络编程“陷阱”】remote yes published july 24, 2000 updated july 24, 2000 vulnerable ibm websphere application server 3.0.21- sun solaris 8.0- microsoft windows nt 4.0- linux kernel 2.3.x- ibm aix 4.3ibm websphere application server 3.0- sun solaris 8.0- novell netware 5.0- microsoft windows nt 4.0- linux kernel 2.3.x- ibm aix 4.3ibm websphere application server 2.0- sun solaris 8.0- novell netware 5.0- microsoft windows nt 4.0- linux kernel 2.3.x- ibm aix 4.3
certain versions of the ibm websphere application server ship with a vulnerability which allows malicious users to view the source of any document which resides in the web document root directory.
...
下一页 摘要:
// these are the files to include in the zip file
string[] filenames = new string[]{"filename1", "filename2"};
// create a buffer for reading the files
byte[] buf = new byte[1024];
try {
//......