DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31393>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31393 SetNestedPropertiesRule causes StackOverflowError Summary: SetNestedPropertiesRule causes StackOverflowError Product: Commons Version: 1.6 Final Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Digester AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] when setnestedpropertiesrule encounters something like: <foo> <bar> <foo> <bar> </bar> </foo> </bar> </foo> where it is added as a rule with a pattern of "*/foo/bar" it will end up calling SetNestedPropertiesRule$AnyChildRules.match in an infinite loop (see line 290) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
