-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 th
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 t
On Tue, Dec 8, 2009 at 1:32 PM, 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
On Tue, Dec 8, 2009 at 10:32 AM, 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 wh
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
P
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
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
MultiFooService
/foo*
But http://localhost/foo1, ...foo2, ...foo gives me a 404
Only http://l
-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
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
MultiFooService
/foo*
But http://localhost/foo1, ...foo2, ...foo gives me a 404
Only http://localhost/foo* actually