https://bz.apache.org/bugzilla/show_bug.cgi?id=60735

--- Comment #4 from LiuYan 刘研 <lovet...@qq.com> ---
(In reply to Mark Thomas from comment #3)
> No. URIEncoding determines how a correctly %-encoded URI is converted to
> characters. To use UTF-8 characters that contain byte values that are not
> permitted by the HTTP specification, the bytes for those characters will
> need to be %-encoded.

Okay, thanks!
I misunderstood it's purpose, thought it was used to encode/decode bytes
sequence of the requested URI string.

> 
> Note: Some browsers allow you to use UTF-8 characters in the address bar and
> will automatically convert them to the correct %-encoded form under the
> covers as a convenience to users.

Yes, I know firefox and w3m will encode URL, wget do that too. So I will move
from curl to wget to get correct response.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to