"Java" about classes in Java. class.getresource ("/"). GetPath () Gets the problem with a space in the path

Source: Internet
Author: User
Tags bug id

Wrote a Web project that was properly tested locally, but there was an error deploying to the server. The reason is that the configuration file is not read.

Later from the printed file path is found in the Java Class.getResource ("/"). GetPath () When you get the path, the spaces in the path are converted to%20.

On the Internet to find relevant information, sure enough to turn the space into%20 is an old bug, I specifically take this record, I hope to help meet the same problems of friends.

Bug id:4466485 getclass (). GetResource (). GetFile () returns file name with%20

This bug was introduced in June 2001 and eventually closed in November 2002.
There is no fix because doing so can cause compatibility issues.

Here's a solution:

Configpath = Java.net.URLDecoder.decode (Configpath,"Utf-8");

"Java" about classes in Java. class.getresource ("/"). GetPath () Gets the problem with a space in the path

Related Article

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.