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 2013/07/09 09:27:23 UTC

[Bug 55218] New: Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId

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

            Bug ID: 55218
           Summary: Upgrade Digester to be based on DefaultHandler2 and
                    use LexicalHandler to detect publicId
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: jboynes@apache.org

Digester uses SAX2 features but is still based the SAX1 DefaultHandler. By
upgrading to DefaultHandler2 it would be able to handle baseURIs when resolving
entities and would have a default implementation of a LexicalHandler.

Using LexicalHandler would allow it to respond directly to the startDTD event
that reports the DOCTYPE (if present) so that it would not need to infer that
from the first attempt to resolve an entity.

-- 
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 55218] Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId

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

Jeremy Boynes <jb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
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 55218] Upgrade Digester to be based on DefaultHandler2 and use LexicalHandler to detect publicId

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

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

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Thanks. This has beeen fixed in trunk based on the larger patch you submitted
for bug 55166. It will be included in 8.0.x.

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