Bug 18523

Summary: NPE in MessageTag when key and bodyContent do not exist
Product: Taglibs Reporter: Patrick Samson <p_samson>
Component: I18N TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Patrick Samson 2003-03-31 14:49:02 UTC
When the 'key' is not found in doStartTag() (_value
is then null) and there is no bodyContent in this
i18n:message or any other before, then bodyContent
is null and .getString() in doEndTag() throws a
null pointer exception.
Comment 1 Patrick Samson 2004-04-07 09:08:12 UTC
To fix this bug, apply the patch of bug #18521.
Comment 2 Felipe Leme 2004-06-04 04:46:12 UTC

*** This bug has been marked as a duplicate of 18521 ***