Re: Encoding URL for Struts2

2010-04-14 Thread sand...@i2it
No But i want that for all my application url's. Don't we have a filter that will do this automatic encoding and decoding for us. So our actions will always get decrpted url's and user will get encrypted.. Im looking that kind of solution -- View this message in context: http://old.nabb

Re: Encoding URL for Struts2

2010-04-14 Thread Burton Rhodes
Are you just trying to "hide" the url parameteres that contain these attached urls? If so, just put them in the session. That way the user will never see them in the query string. If you are trying to mask the entire URL, I'm not sure that is doable or good practice. On Wed, Apr 14, 2010 at 8:2