https://issues.apache.org/bugzilla/show_bug.cgi?id=48011
Summary: After FORM auth checking parameters with contentType=multipart/form-data from request is null Product: Tomcat 5 Version: 5.5.20 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: blocker Priority: P2 Component: Unknown AssignedTo: dev@tomcat.apache.org ReportedBy: serg.mav...@gmail.com Created an attachment (id=24383) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24383) Simple application that demonstrates the problem I have application that uses multipart/form-data requests. I have open area and protected with FORM authentification area. >From an open area executes request with the file to protected resource. FORM authentification catches this request and redirect me to login page. Next steps is different for 5.5.20 and 5.5.28. I can get normal parameters only after athentification process in 5.5.20. Second and following requests does not contain parameters even if authorized user try to send to application the same file again. I can not get normal parameters in 5.5.28 in any cases. The request return null. If I use parameters with other contentType - all works fine. But if content type is multipart/form-data - the problem is reproduced. I tried to use 6.0.18. It works like 5.5.28 for this functionality. It is blocker for me. I have prepared the small application for you. It demonstrates my problem. Just try to send some small file from http://localhost:8080/TestLogin/sender.jsp. I use simple authentification from tomcat-users.xml. Only admins can be authorized successful. Thanks for your work, Sergey. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org