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=23965>.
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=23965

ArrayIndexOutOfBoundsException when trying to match IP

           Summary: ArrayIndexOutOfBoundsException when trying to match IP
           Product: Regexp
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hello,
when trying to validate "139.27.197.255" with "(((25[0-5])|(2[0-4]\d)|([01]?\d?
\d))\.){3}(((25[0-5])|(2[0-4]\d)|([01]?\d?\d)))" I get following exception:

java.lang.ArrayIndexOutOfBoundsException: 16
        at org.apache.regexp.RE.getParenEnd(RE.java:724)
        at org.apache.regexp.RE.matchNodes(RE.java:942)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:933)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:1376)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchNodes(RE.java:910)
        at org.apache.regexp.RE.matchAt(RE.java:1448)
        at org.apache.regexp.RE.match(RE.java:1498)
        at org.apache.regexp.RE.match(RE.java:1468)
        at org.apache.regexp.RE.match(RE.java:1561)

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

Reply via email to