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=12534>. 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=12534 Trailing '/' in ObjectCreate appears to screw up stack somehow [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2002-10-29 21:00 ------- In principle, it makes sense that Digester would be picky about the matching patterns that it accepts. In practice, the valid syntax is actually open ended, because you can define your own custom matching algorithm, so it's not reasonable to prohibit things like "pattern ends in '/'" universally. One could argue that we could do this for the default implementation class (RulesBase) - however, this is also the base class for custom Rules implementations, and we'd break the behavior of custom subclasses unless they happened to override the add() method :-(. -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
