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 2022/04/13 20:15:13 UTC

[Bug 66013] New: missing class javax.servlet.jsp.tagext.TagExtraInfo used by org.apache.jasper.compiler.TagLibraryInfoImpl

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

            Bug ID: 66013
           Summary: missing class javax.servlet.jsp.tagext.TagExtraInfo
                    used by org.apache.jasper.compiler.TagLibraryInfoImpl
           Product: Tomcat 10
           Version: 10.0.20
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
          Assignee: dev@tomcat.apache.org
          Reporter: tomas.jura1@gmail.com
  Target Milestone: ------

missing class javax.servlet.jsp.tagext.TagExtraInfo used by
org.apache.jasper.compiler.TagLibraryInfoImpl.java. The class TagExtraInfo
exist but under package jakarta.servlet.jsp.tagext.TagExtraInfo.class

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


[Bug 66013] missing class javax.servlet.jsp.tagext.TagExtraInfo used by org.apache.jasper.compiler.TagLibraryInfoImpl

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

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

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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
No, it doesn't. You are using the wrong Jar. The users list is the place to
seek help.

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


[Bug 66013] missing class javax.servlet.jsp.tagext.TagExtraInfo used by org.apache.jasper.compiler.TagLibraryInfoImpl

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

TomasJ <to...@gmail.com> changed:

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

--- Comment #2 from TomasJ <to...@gmail.com> ---
So then I need to reformulate the problem:
The org.apache.jasper.compiler.TagLibraryInfoImpl.java from lib/jasper.jar
uses illegal class javax.servlet.jsp.tagext.TagExtraInfo instead
jakarta.servlet.jsp.tagext.TagExtraInfo

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


[Bug 66013] missing class javax.servlet.jsp.tagext.TagExtraInfo used by org.apache.jasper.compiler.TagLibraryInfoImpl

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

Christopher Schultz <ch...@christopherschultz.net> changed:

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

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
Tomcat 10 implements the Jakarta Servlet specification, not the Java Servlet
specification. All classes in javax.servlet have moved to jakarta.servlet.

This class is not "missing", but not expected to exist.

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