sboag 2002/06/11 11:58:05
Modified:java/src/org/apache/xalan/templates ElemNumber.java
java/src/org/apache/xpath/compiler Lexer.java
Log:
From Ilene Seelemann:
Added the following in blue to line 395 of Lexer.java
if ((-1 != posOfNSSep) ||
((m
sboag 2002/06/10 14:34:40
Modified:java/src/org/apache/xalan/processor StylesheetHandler.java
java/src/org/apache/xalan/templates ElemNumber.java
ElemTemplateElement.java
java/src/org/apache/xml/utils PrefixResolver.java
mmidy 01/09/12 13:01:02
Modified:java/src/org/apache/xpath/compiler Lexer.java
Log:
Bug 2140: Catch index out of bounds exception
Revision ChangesPath
1.9 +18 -15xml-xalan/java/src/org/apache/xpath/compiler/Lexer.java
Index: Lexer.java
mmidy 01/08/29 13:49:48
Modified:java/src/org/apache/xpath/compiler Lexer.java
Log:
Fix for Bugzilla 2684 StringIndexOutOfBounds Exception. Check if we are at the end
of the pattern string.
Revision ChangesPath
1.8 +2 -2 xml-xalan/java/src/org/apache/xpath/
sboag 01/07/27 15:47:00
Modified:java/src/org/apache/xpath/compiler Lexer.java
Log:
Resize the m_patternMap if m_patternMapSize exceeds the bounds.
Revision ChangesPath
1.7 +7 -1 xml-xalan/java/src/org/apache/xpath/compiler/Lexer.java
Index: Lexer.java