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

            Bug ID: 60932
           Summary: Invalid or incomplete escaping of apostrophe (') in
                    messages passed to MessageFormat
           Product: Tomcat 8
           Version: 8.5.x-trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: 1983-01...@gmx.net
  Target Milestone: ----

Created attachment 34885
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34885&action=edit
Apostrophe escaping

Based on: https://github.com/apache/tomcat85/pull/7#discussion_r108534666

Several messages passed to MessageFormat include apostrophes which are
interpreted by MF, unfortunately they are not escaped which means -- according
to Javadoc -- the content between is printed literally. Two single quotes
escape to one single quote after interpolation.

See attached patched for updated properties files. Changes apply only to
messages which contain format elements. Please review and say whether updated
strings are now as intended. 

Patch done of Tomcat 8.5 trunk.

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