No one's replied, and I already have. I realized I made a small typo 
though. The first ServletPath/PathInfo below, I think, should be / and /hello.


At 06:06 PM 1/29/2001 -0300, you wrote:
>uh, if nobody replies, please post it in bugzilla
>
>TIA
>
>JP
>
>-----Original Message-----
>From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]]
>Sent: Lunes, 29 de Enero de 2001 15:45
>To: Orion-Interest
>Subject: URL Mapping of "/*"
>
>
>
>When I map a servlet to /*, and I go to a URL /hello, should not:
>
>ServletPath = /
>PathInfo = hello
>
>???
>
>Instead I get:
>
>ServletPath = /hello
>PathInfo = null
>
>If the servlet is not mapped to /*, but instead to /abc/*, then the URL
>/abc/hello produces:
>
>ServletPath = /abc
>PathInfo = /hello
>
>
>This feels like a bug to me.



Reply via email to