How to use a filter in Java to change an incoming servlet request url ?

Posted by Frank on Stack Overflow See other posts from Stack Overflow or by Frank
Published on 2010-04-27T20:59:56Z Indexed on 2010/04/27 21:03 UTC
Read the original article Hit count: 313

Filed under:
|
|
|
|

How to use a filter to change an incoming request url :

From : "http://nm-java.appspot.com/Check_License/Dir_My_App/Dir_ABC/My_Obj_123"

To : "http://nm-java.appspot.com/Check_License?Contact_Id=My_Obj_123" ?

Frank

© Stack Overflow or respective owner

Related posts about java

Related posts about filter