You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/10/29 22:00:14 UTC

DO NOT REPLY [Bug 12534] - Trailing '/' in ObjectCreate appears to screw up stack somehow

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

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From craig.mcclanahan@sun.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>