You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2019/04/20 19:44:30 UTC

[Bug 63370] New: Message files (LocalStrings_*.properties) of the examples webapp not converted to ascii

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

            Bug ID: 63370
           Summary: Message files (LocalStrings_*.properties) of the
                    examples webapp not converted to ascii
           Product: Tomcat 9
           Version: 9.0.19
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Examples
          Assignee: dev@tomcat.apache.org
          Reporter: woonsan@apache.org
  Target Milestone: -----

Created attachment 36537
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36537&action=edit
HelloWorld servlet with broken chars

Because the message files (LocalStrings_*.properties) of the examples webapp
are not converted to ascii during the build, most servlet examples in
http://localhost:8080/examples/servlets/ display broken chars.

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


[Bug 63370] Message files (LocalStrings_*.properties) of the examples webapp not converted to ascii

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63370

--- Comment #1 from Woonsan Ko <wo...@apache.org> ---
Created attachment 36538
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36538&action=edit
HelloWorld servlet with the fix in PR

This problem can be reproduced if you visit the example servlet pages after
setting your browser's page language preference to a non-English language.

Fix is in this PR:
- https://github.com/apache/tomcat/pull/159

I will merge it next week if there's no objection.

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


[Bug 63370] Message files (LocalStrings_*.properties) of the examples webapp not converted to ascii

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63370

Woonsan Ko <wo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Woonsan Ko <wo...@apache.org> ---
Fixed in:
- master for 9.0.20 onwards

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