Results 1 to 1 of 1
Thread: Extract information from URL
- 09-07-2009, 10:50 AM #1
Member
- Join Date
- Sep 2009
- Posts
- 1
- Rep Power
- 0
Extract information from URL
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}//server:port/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.
Similar Threads
-
Extract A tar.gz file
By sajdutt in forum Advanced JavaReplies: 3Last Post: 03-03-2009, 09:29 AM -
Extract xml to store into db
By palanikumark in forum Advanced JavaReplies: 3Last Post: 06-06-2008, 03:09 PM -
How to extract information from a sentece
By luisarca in forum Sun Java Wireless ToolkitReplies: 1Last Post: 12-03-2007, 11:34 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks