Understanding url-patterns

2009-12-08 Thread Jonathan Mast
Are URL Patterns ending in a wild card allowed by the Servlet Spec? I have this pattern setup with the intention of binding every url that begins with foo to a serlvet servlet-mapping servlet-nameMultiFooService/servlet-name url-pattern/foo*/url-pattern /servlet-mapping But

Re: Understanding url-patterns

2009-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, On 12/8/2009 11:48 AM, Jonathan Mast wrote: Are URL Patterns ending in a wild card allowed by the Servlet Spec? You could check. You've been on this list long enough to know that the spec itself is available and quite readable. Maybe it's

Re: Understanding url-patterns

2009-12-08 Thread André Warnier
Jonathan Mast wrote: Are URL Patterns ending in a wild card allowed by the Servlet Spec? I have this pattern setup with the intention of binding every url that begins with foo to a serlvet servlet-mapping servlet-nameMultiFooService/servlet-name url-pattern/foo*/url-pattern

Re: Understanding url-patterns

2009-12-08 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, On 12/8/2009 11:48 AM, Jonathan Mast wrote: Are URL Patterns ending in a wild card allowed by the Servlet Spec? You could check. You've been on this list long enough to know that the spec itself is available

Re: Understanding url-patterns

2009-12-08 Thread Jonathan Mast
I actually spent an hour and half trying to find the Servlet 2.5 specs and researching this question in general. The only thing on Sun's site for Servlet 2.5 was the Javadocs, not the actual specs. In fact I even found other people who had the same issue of not being able to find the Specs as a

Re: Understanding url-patterns

2009-12-08 Thread Hassan Schroeder
On Tue, Dec 8, 2009 at 10:32 AM, Jonathan Mast jhmast.develo...@gmail.com wrote: I actually spent an hour and half trying to find the Servlet 2.5 specs and researching this question in general.  The only thing on Sun's site for Servlet 2.5 was the Javadocs, not the actual specs.  In fact I even

Re: Understanding url-patterns

2009-12-08 Thread Kris Schneider
On Tue, Dec 8, 2009 at 1:32 PM, Jonathan Mast jhmast.develo...@gmail.com wrote: I actually spent an hour and half trying to find the Servlet 2.5 specs and researching this question in general.  The only thing on Sun's site for Servlet 2.5 was the Javadocs, not the actual specs.  In fact I even

Re: Understanding url-patterns

2009-12-08 Thread André Warnier
Jonathan Mast wrote: I actually spent an hour and half trying to find the Servlet 2.5 specs and researching this question in general. The only thing on Sun's site for Servlet 2.5 was the Javadocs, not the actual specs. In fact I even found other people who had the same issue of not being able

Re: Understanding url-patterns

2009-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 12/8/2009 1:54 PM, André Warnier wrote: Independently of the other answers, just 2 notes : 1) probably the reason why nobody wants to give you another answer than to read the specs, is that when you will have read the specs about the