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 2012/03/17 00:06:25 UTC

DO NOT REPLY [Bug 52931] New: When using TLDs for Tag Files and specifying the JSP version, EL is ignored by default and cannot be overriden with isELIgnored

https://issues.apache.org/bugzilla/show_bug.cgi?id=52931

             Bug #: 52931
           Summary: When using TLDs for Tag Files and specifying the JSP
                    version, EL is ignored by default and cannot be
                    overriden with isELIgnored
           Product: Tomcat 7
           Version: 7.0.26
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: thiagocduarte@yahoo.com.br
    Classification: Unclassified


This is happening because org.apache.jasper.compiler.Compiler calls (in line
157) the method TagLibraryInfo.getRequiredVersion(), that returns the value of
the attribute "jspversion" from the TLD. What should be compared here is the
value of the attribute "tlib-version", but the class TagLibraryInfo doesn't
even has a method to return it.

Note that this error happens only with Tag Files.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 52931] When using TLDs for Tag Files and specifying the JSP version, EL is ignored by default and cannot be overriden with isELIgnored

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

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2012-03-17 00:31:51 UTC ---
Can you provide small sample web application that demonstrates the issue?

>From your short description I do not understand what problem you are facing.
What problem the fix solves and how to reproduce it?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 52931] When using TLDs for Tag Files and specifying the JSP version, EL is ignored by default and cannot be overriden with isELIgnored

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

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #2 from Mark Thomas <ma...@apache.org> 2012-03-20 11:27:14 UTC ---
tlib-version has no relationship to specification versions. Tomcat is behaving
correctly here.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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