Bug 8309

Summary: If the URL provided to <c:import> is invalid, a JspException is thrown instead of a JspTagException.
Product: Taglibs Reporter: Ryan Lubke <Ryan.Lubke>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED WONTFIX    
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Ryan Lubke 2002-04-19 19:03:13 UTC
Given:

<c:import url="htp:/invalid"/>

Section 7.4 page 7-65, Null & Error Handling.  If url is null, empty, or invalid
a JspTagException is thrown.  

This works as expected for the null and empty case.
Comment 1 Shawn Bayern 2002-04-19 19:36:54 UTC
Checking with Pierre; I want to make sure it's not just a typo in the spec.
Comment 2 Shawn Bayern 2002-04-19 22:54:17 UTC
The spec will change instead.