Bug 8650 - import action incorrectly throws an exception if an imported resource, referred by an absolute URL, returns a status code other than 200.
Summary: import action incorrectly throws an exception if an imported resource, referr...
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-30 11:04 UTC by Ryan Lubke
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Brings the behavior of the import action wrt absolute URLs and status codes in line with the spec. (649 bytes, patch)
2002-04-30 11:17 UTC, Ryan Lubke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.