DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11984>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11984

Regexp crashes on patterns, with char sequences longer than 15 chars





------- Additional Comments From [EMAIL PROTECTED]  2002-08-26 07:47 -------
actually this exception occurs only when  RE.match should return true - e.g. 
when the chars in the word are between 4, 16. if the right limit is <= 15, 
everything is ok - it returns true || false. but when it is bigger than 15, it 
returns false as expected, but when the string matches the regexpression, and 
we expect true, this exception is being thrown

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to