Bug 497

Summary: ORO dies while trying to match a String with wierd characters BugRat Report#831
Product: ORO Reporter: Dave Glowacki <dglo>
Component: MainAssignee: Jakarta Notifications Mailing List <notifications>
Status: CLOSED FIXED    
Severity: normal    
Priority: P1    
Version: Unknown   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Tomcat Developers Mailing List 2001-01-23 21:29:38 UTC
org.apache.oro.text.perl.Perl5Util.match throws an
ArrayIndexOutOfBoundsException when trying to match
a String containing a non-ASCII character.
Comment 1 Daniel F. Savarese 2001-06-08 14:17:28 UTC
Reassigning from tomcat-dev to oro-dev.
Comment 2 Daniel F. Savarese 2001-06-12 18:57:03 UTC
Even though no sample code has been provided, it is clear that this was
caused only when a character class was used in the pattern because character
classes only supported 8 bit characters until recently.  Given that Unicode
support has been implemented for character classes, I'm going to mark the
bug as fixed and then close it.  If the problem persists for the user, a
new bug should be opened and sample code provided.
Comment 3 Daniel F. Savarese 2001-06-12 18:58:53 UTC
Closing bug because it was opened a long enough time ago that it probably
won't get verified.  A new bug can be opened if the problem really wasn't
fixed.