classloader for components in META-INF/context.xml?

2017-03-17 Thread Mike Wilson
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

RE: getRequestURI() in relation to Connector.URIEncoding

2013-02-18 Thread Mike Wilson
[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

RE: getRequestURI() in relation to Connector.URIEncoding

2013-02-17 Thread Mike Wilson
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

RE: getRequestURI() in relation to Connector.URIEncoding

2013-02-17 Thread Mike Wilson
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

getRequestURI() in relation to Connector.URIEncoding

2013-02-14 Thread Mike Wilson
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).

RE: multiple mod_jk server mappings and JSESSIONID

2012-06-10 Thread Mike Wilson
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

multiple mod_jk server mappings and JSESSIONID

2012-04-28 Thread Mike Wilson
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

RE: servlet spec violation?

2011-02-05 Thread Mike Wilson
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

RE: servlet spec violation?

2011-01-25 Thread Mike Wilson
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