The patch looks good to me. I've committed it. Khaled, could you close the bug?
Thanks,
Sandy Gao
Software Developer, IBM Canada
(1-905) 413-3255
[EMAIL PROTECTED]
XML - Khaled
Noaman/Toronto/IB To: [EMAIL PROTECTED]
[EMAIL PROTECTED] cc:
Subject: Patch for bugzilla bug 17412
03/12/2003 10:18
AM
Please respond to
xerces-j-dev
Hi,
Please find enclosed a patch for bug 17412.
Regards,
Khaled
---
D:
\cvswork\xml-xerces\java\src\org\apache\xerces\impl\xpath\regex\RegexParser.java
2003-03-07 16:37:07.000000000 -0500
+++ RegexParser.java 2003-03-07 16:46:02.000000000 -0500
@@ -773,6 +773,8 @@
break;
case T_CHAR:
+ if (this.chardata == ']' || this.chardata == '{' ||
this.chardata == '}')
+ throw this.ex("parser.atom.4", this.offset-1);
tok = Token.createChar(this.chardata);
int high = this.chardata;
this.next();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
