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 mike...@hotmail.com: Trying out a simple servlet on Tomcat 6 and 7:

Re: servlet spec violation?

2011-02-05 Thread Mark Thomas
On 05/02/2011 19:50, Mike Wilson wrote: 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? Create a bugzilla entry. If you add some sample code for the simplest possible servlet that demonstrates the issue

Re: servlet spec violation?

2011-01-25 Thread Konstantin Kolinko
2011/1/25 mikewse mike...@hotmail.com: 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 not happening in your case.

RE: servlet spec violation?

2011-01-25 Thread Mike Wilson
Konstantin Kolinko wrote: 2011/1/25 mikewse mike...@hotmail.com: 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

servlet spec violation?

2011-01-24 Thread mikewse
the rule: requestUri = contextPath + servletpath + pathInfo on page 28 of the Servlet 2.5 spec (pathInfo should be null). Or am I missing something? Best regards Mike Wilson -- View this message in context: http://old.nabble.com/servlet-spec-violation--tp30748094p30748094.html Sent from