PathInfo property: Request class
Description
This property returns any path information following the servlet path, but prior to the query string. This property returns null if there is no path information following the servlet path.
This property is read-only.
Example
For the URL:
http:/localhost/psp/ps84/PORTAL/NODE/e_procurement/fdm/s/WEBLIB. . .
This property returns the following:
psp84/PORTAL/NODE/eprocurements/fdm/s/WEBLIB_. . .