 |
How to encode a URL string or form parameter in java
This is always advisable to encode URL or form parameters; plain form parameter is vulnerable to cross site attack, SQL injection and may direct our web application into some unpredicted output. A URL String or form parameters can be encoded using the URL
www.mkyong.com |
 |