https://issues.apache.org/bugzilla/show_bug.cgi?id=55917

--- Comment #1 from Jeremy Boynes <jboy...@apache.org> ---
Created attachment 31139
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31139&action=edit
Fix to allow chars in the range 0xa0-0xff

Patch allows characters in the range 0xA0-0xFF (so it continues to exclude
controls both <0x20 and 0x80-0x9F). Added testcase for a Latin-1 character and
test-suite passes.

To keep it simple, this patch does not attempt to differentiate between quoted
and unquoted values. It also does not attempt to deal with values containing
UTF-8 encoded data.

-- 
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