You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Ryan Lubke <Ry...@Sun.COM> on 2002/06/28 02:30:55 UTC

[PATCH - Jasper2] Minor compliance fix and some resource bundle key fixes

Hi.

Two fixes:


1.  JspDocumentParser -  Enforce the fact that relative taglib URI's
    (those that start with "/") are prefixed by urn:jsptld:.

    See section 5.3.5 of the 1.2 spec, as well as the examples on
    page 92.

    I've added the failure message to messages.properties and
    messages_es.properties.  Can someone point me to some online
    tool that can do the necessary conversion for the
messages_ja.properties?

2.  During testing of the above patch using Watchdog, some resource 
    bundle key lookups failed.  

    I've corrected the keys in Validator.java based on those found in
    the resource bundles.

Thanks,

-rl