摘要:
<%@ pageimport=" javax.mail.*, javax.mail.internet.*, javax.activation.*,java.util.*"%><html><head><title>jsp meets javamail, what a sweet combo.</title></head><......
摘要:
try {
// open the zip file
zipfile zf = new zipfile("filename.zip");
// enumerate each entry
for (enumeration entries = zf.entries(); entries.hasmoreelements();) {
// get the entry name
stri......
多中WEB服务器的通用JSp源代码暴露漏洞
bugtraq id 1328 cve cve-2000-0499 【程序编程相关:
谨防Java网络编程“陷阱”】class design error 【推荐阅读:
Java 高层网络编程】local yes 【扩展信息:
用JSP编写通用信息发布程序】remote yes published june 08, 2000 updated november 10, 2000 vulnerable bea systems weblogic 4.5.1- microsoft windows nt 4.0bea systems weblogic 4.0.4- microsoft windows nt 4.0bea systems weblogic 3.1.8- microsoft windows nt 4.0ibm websphere application server 3.0.21- sun solaris 8.0- microsoft windows nt 4.0- linux kernel 2.3.x- ibm aix 4.3unify ewave servletexec 3.0- sun solaris 8.0- microsoft windows 98- microsoft windows nt 4.0- m...
下一页 摘要:
tomcat 用https替换http的方法
1.首先用jdk自带的工具keytool生成一个证书keystore
java_home/bin/keytool -genkey -alias tomcat -keyalg rsa \ -keystore /path/to/my/keystore
2.如果是jdk1.3以下则需要下载java secure socket e......