| Author |
Extract information form URL
|
meraj zia
Greenhorn
Joined: Apr 17, 2009
Posts: 5
|
|
Hi,
My application context root is '/rr/la' and my login page is '/login.xhtml'. But i need to extract some information from the URL. So the request can come like 'http://10.105.20.9:7013/rr/la/abcd/efgh/login.xhtml'.
I need to extract 'abcd/efgh'. Extraction is easy. But my problem is that when i do 'request.getRequestURI()' in my Servlet Filter it gives me '/rr/la/login.xhtml' rather that '/rr/la/abcd/efgh/login.xhtml'.
How to get this information.
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
Have you tried request.getPathInfo?
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
meraj zia
Greenhorn
Joined: Apr 17, 2009
Posts: 5
|
|
Ya i've it's returning me null.
Please find the mapping below
|
 |
 |
|
|
subject: Extract information form URL
|
|
|