You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/05/07 02:20:28 UTC

DO NOT REPLY [Bug 7630] - Incorrect handling of ValidationMessage info from a TLV

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

Incorrect handling of ValidationMessage info from a TLV

kin-man.chung@sun.com changed:

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



------- Additional Comments From kin-man.chung@sun.com  2002-05-07 00:20 -------
This is the actual code in JspParseEventListenser:

                    String id = errors[i].getId();
                    if (id != null) {
                        errMessage.append(errors[i].getId());
                        errMessage.append(": ");
                    }

So I don't see how this causes any confusion, since if getId() returns a null,
it would not be printed.

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