Bug 497 - ORO dies while trying to match a String with wierd characters BugRat Report#831
Summary: ORO dies while trying to match a String with wierd characters BugRat Report#831
Status: CLOSED FIXED
Alias: None
Product: ORO
Classification: Unclassified
Component: Main (show other bugs)
Version: Unknown
Hardware: All All
: P1 normal (vote)
Target Milestone: ---
Assignee: Jakarta Notifications Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-23 21:29 UTC by Dave Glowacki
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.