x found if placed in /lib).
Would it make sense for Tomcat to use the webapp classloader for components
that are specified in META-INF/context.xml?
Best regards
Mike Wilson
[1]
http://stackoverflow.com/questions/10924715/creating-a-custom-tomcat-session
-manager-without-putting-the-jar-in-th
[multiple inline responses]
Rainer Jung wrote:
> I doubt that such URLs are invalid - not based on any code inspection,
> but simply on the fact that mod_jk decoded percent encoding before
> forwarding for a long time (5.5 years, from Oct. 2001 to May 2007,
> version 1.2.0 to 1.2.22). Since versio
Mark Thomas wrote:
> On 17/02/2013 16:54, André Warnier wrote:
> > Mike Wilson wrote:
>
>
>
> >> Example 2: path /ä in "binary" Unicode
> >> GET /.. [0xC3,0xA4]
> >> request.getRequestURI() -> "/.." [0xC3,0xA4]
> >&g
then should return byte[])
?
[Naturally, not doing URL-decoding also means that the underlying
character encoding remains untouched. The "bug" here is when only
character encoding is present. F ex, this appears in some mod_jk
configurations.]
Best regards
Mike
Christopher
question is if this behaviour has changed throughout Tomcat
versions?
We got problems with this when upgrading to Tomcat 7, and it seems
we have been getting decoded strings previously when we were using
Jboss 4 (based an Tomcat 5.5 IIRC).
3/xyz|/* = serverA-lb
For future reference I answer your replies below. Thanks for all
input!
Best regards
Mike
Rainer Jung wrote 28 april 2012 17:16:
> On 28.04.2012 16:52, Mike Wilson wrote:
> > I need to set up a configuration where a site's path space
> > gets distributed over tw
D cookie on one of
the servers?
Best regards
Mike Wilson
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Ok, so how do we get this fixed? Should I submit a bug report
somewhere, post the full code that reproduces the problem, or
something else?
Thanks
Mike
Mike Wilson wrote:
> Konstantin Kolinko wrote:
> > 2011/1/25 mikewse :
> > >
> > > Trying out a simpl
Konstantin Kolinko wrote:
> 2011/1/25 mikewse :
> >
> > Trying out a simple servlet on Tomcat 6 and 7:
> (..)
> > and sending a request:
> > GET /app
>
> AFAIK, usually Tomcat will respond with 302 redirect to /app/ and the
> second request will be GET /app/. So, one question is why it is