Bug 192286 - [FileTransfer] httpclient impl should deal with redirect URLs
Summary: [FileTransfer] httpclient impl should deal with redirect URLs
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: 1.0.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 2.0.0M4   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-06-12 16:34 EDT by Chris Aniszczyk CLA
Modified: 2008-04-18 01:27 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2007-06-12 16:34:41 EDT
This is related to bug 192216 which talks about a case where you have an original site say:
   http://acme.org/update-site

that gets changed to:
   http://acme.org/new-update-site

The original site contains a redirect code of 302 which the httpclient impl should use and successfully redirect any file transfer requests to the new location.
Comment 1 Scott Lewis CLA 2007-07-22 20:01:03 EDT
Setting target Milestone to 1.1.0.
Comment 2 Scott Lewis CLA 2007-09-07 00:48:08 EDT
setting target milestone and assigning
Comment 3 Scott Lewis CLA 2007-10-16 14:54:17 EDT
changing target milestone to correspond with equinox provisioning M4
Comment 4 Scott Lewis CLA 2008-04-18 01:27:37 EDT
filetransfer now does deal with redirects for httpclient impl.