Bug 19311

Summary: TextCatalogReader.nextToken unterminated comment bug
Product: XmlCommons - Now in JIRA Reporter: Stefan Reisner <stefan.reisner>
Component: ResolverAssignee: Commons Developers Mailing List <commons-dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.x   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Stefan Reisner 2003-04-25 09:19:38 UTC
The loop inside TextCatalogReader.nextToken that skips over comments does not 
detect EOF. Therefore if someone (like me) forgets the closing dashes in a 
catalog comment, the loop will not terminate and continue eating up CPU cycles 
forever.
Comment 1 Norman Walsh 2005-04-12 23:43:55 UTC
Fixed. Thanks.