Bug 8310 - If the charEncoding attribute of the import action is null or empty, an UnsupportedEncodingException occurs.
Summary: If the charEncoding attribute of the import action is null or empty, an Unsup...
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-19 19:10 UTC by Ryan Lubke
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Lubke 2002-04-19 19:10:47 UTC
According to section 7.4, page 7-65, if charEncoding is null or empty, it is
considered missing.

javax.servlet.jsp.JspTagException: java.io.UnsupportedEncodingException: 
	at
org.apache.taglibs.standard.tag.common.core.ImportSupport.doEndTag(ImportSupport.java:183)
Comment 1 Shawn Bayern 2002-04-19 22:52:48 UTC
Already checked for null, but fixed by adding a check for "", to which null 
would be converted by the EL.