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