Hi,

I have problem using file upload with HTTPS. It works
fine with HTTP, but with HTTPS I get Internal Server
Error as follows:

java.lang.NullPointerException
   at java.util.Hashtable.get(Hashtable.java:326)
   at
org.apache.struts.upload.DiskMultipartRequestHandler.createTextElement(DiskMultipartRequestHandler.java:113)
   at
org.apache.struts.upload.DiskMultipartRequestHandler.handleRequest(DiskMultipartRequestHandler.java:88)
   at
org.apache.struts.util.RequestUtils.populate(RequestUtils.java:908)
   at
org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:795)
   at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:244)
   at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1109)
   at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:470)
   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

I have tried the "struts-upload" example and got the
same error. 

I have tried using both Struts 1.1-b1 and the nightly
build on June 6. And I am using Tomcat 4.0.1, and
Apache 1.3.23 with mod_webapp.

Has anyone come across this problem or had any
solution?


Many thanks for your help!!!

Fei





_______________________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to