On 12/12/2016 12:01, 储巍 wrote:
> Hi!
>
> when I read the code of Tomcat 9. I have the following question.
>
> CLass:org.apache.tomcat.util.digester.Digester
> Method:endDocument()
>
> What's the purpose of the following code block. I think it is same as
> "stack.clear()" in method clear().
Hi!
when I read the code of Tomcat 9. I have the following question.
CLass:org.apache.tomcat.util.digester.Digester
Method:endDocument()
What's the purpose of the following code block. I think it is same as
"stack.clear()" in method clear().
while (getCount() > 1) {
pop();
}
https://issues.apache.org/bugzilla/show_bug.cgi?id=46549
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46549
Summary: Leak caused by org.apache.tomcat.util.digester.Digester
not releasing the XMLReader
Product: Tomcat 5
Version: 5.5.26
Platform: PC
OS/Version: Windows XP
https://issues.apache.org/bugzilla/show_bug.cgi?id=42446
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=42446
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Version|6.0.11 |6.0.16
--- Co
gzilla/show_bug.cgi?id=42446
Summary: Condition is likely to fail in
org.apache.tomcat.util.digester.Digester
Product: Tomcat 6
Version: 6.0.11
Platform: Other
OS/Version: All
Status: NEW
Severity:
Hi the list,
I'm trying to use the class org.apache.tomcat.util.digester.Digester but I
got a missunderstanding... I hope you could help me.
I read connectors/util/java/org/apache/tomcat/util/digester/package.html
What I got is this kind of xml file :
ID
PROP1