Uploaded image for project: 'Spring Roo'
  1. Spring Roo
  2. ROO-3527

Spring message tag should scape spanish accents properly

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 1.2.5.RELEASE
    • None
    • WEB MVC
    • Windows, Linux, Tomcat 6/7. Issue reproduced testing with spring version 3.2.10.RELEASE and 4.0.6.RELEASE

    Description

      The spring message tag is not scaping html properly when spanish accent is present and htmlEscape attribute is set to true.

      Example:

      Text code (in property file):

      label.unsubscribe=Cancelar subscripci\u00f3n

      JSP javascript asignation:
      $labelUnsubscribe = '<spring:message code="label.unsubscribe" htmlEscape="true" />';

      Expected output:
      Cancelar subscripción
      Obtained output:
      Cancelar subscripci& oacute;n --> note the &Xcute not scaped.

      'EncodingFilter' is set to UTF-8.

      When the htmlEscape attribute is set to false or the property is not specified, the message is shown correctly, but we think that the output should be scaped correctly when the property is set to true, according with the documentation.

      EDIT: Created new issues on Spring Framework project, as this issues was created in the wrong place. Please close it. https://jira.spring.io/browse/SPR-12132

      Attachments

        Activity

          People

            eruiz Enrique Ruiz (DiSiD)
            jarey José Ángel Rey Liñares
            Archiver:
            tmarshall Trevor Marshall

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              Time Tracking

                Estimated:
                Original Estimate - 1m
                1m
                Remaining:
                Remaining Estimate - 1m
                1m
                Logged:
                Time Spent - Not Specified
                Not Specified