DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2009-10-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 Serg Mavrov changed: What|Removed |Added Summary|After FORM auth checking|Parameters with |p

DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2009-10-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 --- Comment #1 from Serg Mavrov 2009-10-16 07:47:03 UTC --- Created an attachment (id=24384) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24384) comiled demo application -- Configure bugmail: https://issues.apache.org/bugzi

DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2009-10-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 --- Comment #2 from Mark Thomas 2009-10-16 12:23:27 BST --- Please provide the source for the tets case. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2009-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 --- Comment #3 from Serg Mavrov 2009-10-17 04:40:04 UTC --- (In reply to comment #2) > Please provide the source for the tets case. The first atachment contains contains the source. It is Netbeans project. But you can find src folder insi

DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2009-10-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 --- Comment #4 from Serg Mavrov 2009-10-17 04:41:14 UTC --- (In reply to comment #2) > Please provide the source for the tets case. The first atachment contains contains the source. It is Netbeans project. But you can find src folder insi

DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2009-10-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 --- Comment #5 from Serg Mavrov 2009-10-19 01:06:40 UTC --- Below is log with RuquestDumperValve... As you can see before authetntification parameters exist, after process parameters disappear. INFO: ==

DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2009-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 --- Comment #6 from Serg Mavrov 2009-11-03 08:33:42 UTC --- Hello.. Is there any update for this problem? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: -

DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2010-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48011] Parameters with contentType=multipart/form-data from request is null after FORM authentification checking

2010-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48011 --- Comment #8 from Serg Mavrov 2010-02-02 09:33:55 UTC --- (In reply to comment #7) > If you use multipart/form-data you are responsible for parsing parameters > contained within the request. Tomcat won't do this for you. > > After fixin