> In servlet terminology, the "/I/want/to/get/off" part of the URI above
> is called the "extra path info", which is informally defined as
> "anything in the request URI after the part used to recognize which
> servlet to call." not a parameter.  you retrieve it by using the
> HttpServletRequest.getPathInfo() call.

On top of it, I have some pretty nice code for dealing with
GET/POST/PATH_INFO here:

<http://www.working-dogs.com/dash/cvsweb/index.cgi/dash/com/workingdogs/dash
/util/ParameterParser.java?rev=1.9&content-type=text/x-cvsweb-markup>

-jon


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to