[Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2014-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 Konstantin Kolinko changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|-

[Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2014-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 n...@familie-kuntze.de changed: What|Removed |Added Status|RESOLVED|REOPENED Resolutio

[Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2014-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 n...@familie-kuntze.de changed: What|Removed |Added CC||n...@familie-kuntze.de --

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2011-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2011-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 nsnosp...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2011-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 Christopher Schultz changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2011-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 Christopher Schultz changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2011-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 --- Comment #8 from Christopher Schultz 2011-01-20 16:20:54 EST --- Working on a patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the ass

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2010-11-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 --- Comment #7 from balusc 2010-11-15 19:40:59 EST --- FYI: this issue is currently reported on servlet-spec-public: https://servlet-spec-public.dev.java.net/issues/show_bug.cgi?id=14 -- Configure bugmail: https://issues.apache.org/bugzil

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2010-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 --- Comment #6 from Christopher Schultz 2010-11-08 10:15:52 EST --- If @MultipartConfig in a servlet is the sole way to trigger multipart handling during a request, then a Filter must be able to check the target servlet to determine if Req

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2010-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 Wang Guangzhe changed: What|Removed |Added CC||rafaa.w...@gmail.com -- Configure

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2010-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 --- Comment #5 from balusc 2010-08-22 19:10:21 EDT --- Thank you. This is imo an oversight in the Servlet 3.0 specification. I will report it sooner or later. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=emai

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2010-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #4 from Mark

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2010-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 --- Comment #3 from balusc 2010-08-05 17:57:50 EDT --- Well, the getWrapper().getMultipartConfigElement() at line 2493 always returns null and thus an empty collection will be returned. Only when I call getParts() inside a Servlet with @Mul

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2010-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 --- Comment #2 from balusc 2010-08-05 17:11:24 EDT --- Correction: it didn't return null, it returned an empty collection. I will dig in the source. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2010-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 --- Comment #1 from Mark Thomas 2010-08-05 16:51:57 EDT --- I've just read the spec and my reading of the spec is that this is expected to work. A quick look at the code suggests it should work. If you want to dig into this yourself, start