2015-02-14 20:04 GMT+03:00 Stephan van Loendersloot (LIST)
<step...@republika.nl>:
> Hi everyone,
>
> I have a question about this issue:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=37466
>
> I tried to switch to the latest Tomcat TagLibs implementation, but due to
> this fixed bug, it seems that posted form parameters aren't visible anymore
> in relative pages imported by <c:import> tags.
>
> The JSTl specicication 1.2, Section 7.2 (page 57) states that relative URLs
> should be processed in the exact same way as the include action of the JSP
> specification (<jsp:include>) when used in the same application context.
>
> The older, Jakarta TagLibs don't have this problem, but the Tomcat TagLibs
> do...
>
> Can anyone tell me if the fix breaks the specification guidelines, or did I
> misread the whole thing?
>


BZ 37466 fix (r495005) was committed 8 years ago.

You need to provide an example that reproduces your issue.  Wrapping a
request with overwritten getMethod() should not break parsing of POST
parameters.  The parameters parsing is done by tomcat internals and
operates on the original request, not on the wrapper.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to