[jboss-user] [JBoss Seam] - Encoded Request Parameter

chane do-not-reply at jboss.com
Tue Dec 12 15:27:49 EST 2006


I have noticed that in some older browsers that request parameters are being encoded by the browser such that:

   http://somedomain.com/action.seam?param1=v1&param2=v2

is encoding the & symbol to:


   http://somedomain.com/action.seam?param1=v1&param2=v2

which means that "param2" looks like "amp;param2".

Is there a way to get the parameter to be decoded correctly.  I'm using JBoss 4.0.4 and Seam 1.0.

Thanks,
Chris....

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993170#3993170

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993170



More information about the jboss-user mailing list