Bug 16377 - Improper message with import tag in case url not found
Summary: Improper message with import tag in case url not found
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0.1
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-23 20:25 UTC by Pierre Delisle
Modified: 2004-11-16 19:05 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Delisle 2003-01-23 20:25:54 UTC
submitted by Prasad Subramanian:
In case of the JSTL examples with the JWSDP1.1 , if one uses the importtag to
imprt an abolute URL , and the uRL is not found then the message just list the 
URL and gives JSP exception rather than giving the actual Exception. i.e 
HostNotFound or something similar
Comment 1 Pierre Delisle 2003-01-23 20:31:45 UTC
OK. Improved the exception message when we fail accessing an absolute URL.