DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10291>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10291

JASPER fails to cause a fatal translaton error with incorrect taglib imports in the 
XML view of a JSP page

           Summary: JASPER fails to cause a fatal translaton error with
                    incorrect taglib imports in the XML view of a JSP page
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The example on page 92 pf the 1.2 spec shows the following:

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page";
   xmlns:eg="http://java.apache.org/tomcat/examples-taglib";
   xmlns:test="urn:jsptld:/tomcat/taglib"
   xmlns:temp="urn:jsptld:/WEB-INF/tlds/my.tld"
   version="1.2">

Notice that for all relative URLs 'urn:jsptld:' is prefixed to the
URI.

However, if just the the relative URI is used without the prefix, JASPER
compiles the page and all works ok, but this shouldn't be the case.

This is an issue in Jasper2 as well.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to