Decoding of Java background after encodeuricomponent encoding

Source: Internet
Author: User
Workaround one: javascript:window.self.location= "searchbytext.action?searchtext=" +encodeuricomponent (EncodeURIComponent ( Seartext)); Java:searchtext=java.net.urldecoder.decode (SearchText, "UTF-8"); Why do I need to encode two times because the background Java code assigns the value to SearchText , it has already used a decoding, but the decoding result is still incorrect. So we can do two encoding on the page, so that the background automatically can be offset one time, and then use Searchtext=java.net.urldecoder.decode (SearchText, "UTF-8"), a decoding is good. Workaround two: Another way is to encode JavaScript once, the background Java processing when a different idea: Java code: string s = new string (Request.getparameter ("name"). GetBytes ("Iso8859-1"), "UTF-8");

Decoding of Java background after encodeuricomponent encoding

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.