https://bz.apache.org/bugzilla/show_bug.cgi?id=60735
--- Comment #3 from Mark Thomas <ma...@apache.org> --- (In reply to LiuYan 刘研 from comment #2) > So, does this means 'URIEncoding' parameter is useless now and will be > removed in the future? 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. > I actually like this convenient parameter, clear URL string without > URL-encoded is my favorite Unless there are some major changes to the HTTP specification, that is not going to be possible. 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. -- 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