Matthew L Daniel wrote:
> > To my knowledge, this is not a known issue. In fact, I've got tons of stuff
> > that
> > depends on request parameters working just fine in 4.0. I would be very
> > interested
> > in a simple test case that can reproduce what you're seeing.
>
> I have included a jar (the java needs to be recompiled, so not a .war) of
> the stuff I am using, and I tossed in my Catalina server.xml for good measure.
>
> For completeness, I also tested the examples.war that comes with Catalina,
> and the snoop.jsp doesn't work there either. Same output:
>
> Query string: /examples/jsp/snp/snoop.jsp?
>
There was a bug introduced in recent nightly builds because of some performance
optimization work being done on the HTTP/1.1 connector. This was patched
earlier
today, and the fix will be in tonight's nightly build. AFAIK this stuff works
correctly on the milestone 4 build.
Craig McClanahan