RE: Question on servlet determination

2013-04-27 Thread Terence M. Bandoian
On 4/25/2013 12:52 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Question on servlet determination http://localhost:8080/examples/servlets/servlet/RequestInfoExample I get the example page with pathInfo=ll http://localhost:8217

Re: Question on servlet determination

2013-04-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/24/13 4:46 PM, Konstantin Kolinko wrote: No. With the following pattern requesting the ../foo/bar URI above results in 404 for me. (In current 7.0.x, should not be different from 7.0.39).

RE: Question on servlet determination

2013-04-25 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Question on servlet determination http://localhost:8080/examples/servlets/servlet/RequestInfoExample I get the example page with pathInfo=null http://localhost:8217/examples/servlets/servlet/RequestInfoExample/ I

RE: Question on servlet determination

2013-04-24 Thread Jeffrey Janner
-Original Message- From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] Sent: Tuesday, April 23, 2013 5:29 PM To: Tomcat Users List Subject: Re: Question on servlet determination From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com

RE: Question on servlet determination

2013-04-24 Thread Jeffrey Janner
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, April 23, 2013 10:35 PM To: Tomcat Users List Subject: RE: Question on servlet determination From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: Question on servlet

Re: Question on servlet determination

2013-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 4/23/13 5:45 PM, Jeffrey Janner wrote: -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Tuesday, April 23, 2013 4:34 PM To: 'Tomcat Users List' Subject: RE: Question on servlet determination

Re: Question on servlet determination

2013-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 4/23/13 11:35 PM, Caldarale, Charles R wrote: From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: Question on servlet determination url-pattern/Servlet1/url-pattern url-pattern/Servlet2/url-pattern What happens

RE: Question on servlet determination

2013-04-24 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, April 24, 2013 12:20 PM To: Tomcat Users List Subject: Re: Question on servlet determination -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 4/23/13 5:45 PM, Jeffrey

Re: Question on servlet determination

2013-04-24 Thread Konstantin Kolinko
2013/4/24 Christopher Schultz ch...@christopherschultz.net: On 4/23/13 11:35 PM, Caldarale, Charles R wrote: From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: Question on servlet determination url-pattern/Servlet1/url-pattern url-pattern/Servlet2/url-pattern What happens

Re: Question on servlet determination

2013-04-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/24/13 3:56 PM, Konstantin Kolinko wrote: 2013/4/24 Christopher Schultz ch...@christopherschultz.net: On 4/23/13 11:35 PM, Caldarale, Charles R wrote: From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject:

Re: Question on servlet determination

2013-04-24 Thread Konstantin Kolinko
2013/4/25 Christopher Schultz ch...@christopherschultz.net: Konstantin, On 4/24/13 3:56 PM, Konstantin Kolinko wrote: 2013/4/24 Christopher Schultz ch...@christopherschultz.net: On 4/23/13 11:35 PM, Caldarale, Charles R wrote: From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]

RE: Question on servlet determination

2013-04-23 Thread Propes, Barry L
I'm tempted to say no. Because you might be adding a / in front of your servlet mapping. In other words, changing the path of the folder slightly, with a different relative path. From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Tuesday, April 23,

RE: Question on servlet determination

2013-04-23 Thread Jeffrey Janner
-Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Tuesday, April 23, 2013 4:34 PM To: 'Tomcat Users List' Subject: RE: Question on servlet determination I'm tempted to say no. Because you might be adding a / in front of your servlet mapping

RE: Question on servlet determination

2013-04-23 Thread Propes, Barry L
[mailto:jeffrey.jan...@polydyne.com] Sent: Tuesday, April 23, 2013 4:46 PM To: 'Tomcat Users List' Subject: RE: Question on servlet determination -Original Message- From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Sent: Tuesday, April 23, 2013 4:34 PM To: 'Tomcat Users List' Subject: RE

Re: Question on servlet determination

2013-04-23 Thread Neven Cvetkovic
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] web-app security-constraint web-resource-collection web-resource-nameEverything/web-resource-name url-pattern*.jsp/url-pattern url-pattern*.html/url-pattern

RE: Question on servlet determination

2013-04-23 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: Question on servlet determination   url-pattern/Servlet1/url-pattern   url-pattern/Servlet2/url-pattern What happens if you try this instead: url-pattern/Servlet1/*/url-pattern