Re: Servlet mapping, welcome file and trailing slashes

2010-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gregg, On 3/5/2010 7:56 PM, GreggCarrier wrote: I'm having a frustrating problem and I can't find the right configuration for what I want. Hoping someone can offer some insight. Desired behavior: I want all requests to my webapp to be handled by

Re: Servlet mapping, welcome file and trailing slashes

2010-03-06 Thread Pid
On 06/03/2010 00:56, GreggCarrier wrote: I'm having a frustrating problem and I can't find the right configuration for what I want. Hoping someone can offer some insight. Desired behavior: I want all requests to my webapp to be handled by one servlet except requests for index.jsp or the root

Re: Servlet mapping, welcome file and trailing slashes

2010-03-06 Thread Konstantin Kolinko
2010/3/6 Pid p...@pidster.com: Maybe one of the devs can confirm whether it's the DefaultServlet which handles the redirect/forward/whatever from /dir to the trailing slash variant /dir/?  (I couldn't work it out from a quick look in SVN) I think that is

Servlet mapping, welcome file and trailing slashes

2010-03-05 Thread GreggCarrier
the servlet handles requests with and without the trailing slash (correctly). The index.jsp will not load at /mywebapp/ or /mywebapp/index.jsp. Any ideas? Thanks very much! Gregg -- View this message in context: http://old.nabble.com/Servlet-mapping%2C-welcome-file-and-trailing-slashes

Re: Servlet mapping, welcome file and trailing slashes

2010-03-05 Thread Donn Aiken
-file-list With this setup the servlet handles requests with and without the trailing slash (correctly). The index.jsp will not load at /mywebapp/ or /mywebapp/index.jsp. Any ideas? Thanks very much! Gregg -- View this message in context: http://old.nabble.com/Servlet-mapping%2C-welcome

RE: Servlet mapping, welcome file and trailing slashes

2010-03-05 Thread Caldarale, Charles R
From: GreggCarrier [mailto:greggcarr...@gmail.com] Subject: Servlet mapping, welcome file and trailing slashes 2 - servlet-mapping servlet-nameJersey Spring Web Application/servlet-name url-pattern/*/url-pattern /servlet-mapping welcome-file-list welcome