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/12/16 14:59:10 UTC

DO NOT REPLY [Bug 15396] New: - Indexed properties not being set in ValidatorResults

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

Indexed properties not being set in ValidatorResults

           Summary: Indexed properties not being set in ValidatorResults
           Product: Commons
           Version: 1.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Validator
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: matias@k-bell.com


When Validator iterates over an indexed property, validating each value in turn,
it adds each result in the ValidatorResults under the original field's key
instead of doing it with the modified key corresponding to the slot in the
field. As a result, the values are overwritten.

See Validator.java, line 429 or thereabouts.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>