Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URL encoded UTF-8 with Weblogic 6.1

Status
Not open for further replies.

migcr

Programmer
Apr 22, 2003
2
ES
Hello,

How can i make weblogic 6.1 to understand a URL encoded with UTF-8?

We have files like "españa.txt" and the resulting URL (properly encoded with UTF-8) is : "
When we try to get the file, weblogic says that there is no file, but if we encode the URL using ISO-8859-1 (the filesystem character set): " then weblogic gives us the file.

Could i configure weblogic to properly understand URL´s encoded in UTF-8? how?

Thanks a lot,
Miguel.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top