Bug 8650

Summary: import action incorrectly throws an exception if an imported resource, referred by an absolute URL, returns a status code other than 200.
Product: Taglibs Reporter: Ryan Lubke <Ryan.Lubke>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Brings the behavior of the import action wrt absolute URLs and status codes in line with the spec.

Description Ryan Lubke 2002-04-30 11:04:34 UTC
Example:

Import a resource where the resource sets a status code of 201.  An exception is
generated.

Based on some recent discussions in the JSR-052 EG, all 2xx status codes are
valid for internal and external resources.
Comment 1 Ryan Lubke 2002-04-30 11:17:14 UTC
Created attachment 1739 [details]
Brings the behavior of the import action wrt absolute URLs and status codes in line with the spec.
Comment 2 Shawn Bayern 2002-04-30 13:16:29 UTC
Fixed.