Re: Tomcat 8.5 NullPointerException on getSubmittedFileName() with HTTP/2

2016-06-16 Thread Thad Humphries
For the record, this problem has been fixed in Tomcat 8.5.3 (see https://bz.apache.org/bugzilla/show_bug.cgi?id=59564). I have also been able to upload files using Apache Commons FileUpload 1.3.1. On Fri, May 6, 2016 at 12:32 PM, Thad Humphries wrote: > I have lifted

Tomcat 8.5 NullPointerException on getSubmittedFileName() with HTTP/2

2016-05-06 Thread Thad Humphries
I have lifted from the GlassFish tutorial a simple file upload servlet example. When I run this with Tomcat 8.5 and HTTPS (Http11NioProtocol), it works fine, uploading a file to the /tmp directory: ... protected void processRequest(HttpServletRequest request, HttpServletResponse response)

Tomcat 8.5 NullPointerException on getSubmittedFileName() with HTTP/2

2016-04-29 Thread Thad Humphries
I have lifted from the GlassFish tutorial a simple file upload servlet example. When I run this with Tomcat 8.5 and HTTPS (Http11NioProtocol), it works fine, uploading a file to the /tmp directory: ... protected void processRequest(HttpServletRequest request, HttpServletResponse response)