because is never read and is not cleared when digester is reused.
If anyone needs this, this value is available by calling SchemaResolver.digester.getPublicId().
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1142649 13f79535-47bb-0310-9956-
ffa450edef68
/**
- * The public identifier of the DTD we are currently parsing under
- * (if any).
- */
- protected String publicId = null;
-
-
- /**
* Extension to make the difference between DTD and Schema.
*/
protected String schemaExtension = "xsd";
throws SAXException {
if (publicId != null) {
- this.publicId = publicId;
digester.setPublicId(publicId);
}