Changes between Initial Version and Version 8 of Ticket #432
- Timestamp:
- 03/23/17 10:01:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #432
-
Property
Status
changed from
new
toaccepted
-
Property
Summary
changed from
open http:// pathname doesn't follow redirects
toCL:OPEN on URL-PATHNAME does not redirect across different schemes
-
Property
Priority
changed from
major
toblocker
- Property Owner set to Mark Evenson
-
Property
Version
changed from
to
1.5.0-dev
-
Property
Milestone
changed from
to
1.5.0
- Property Keywords has-test uri added
-
Property
Status
changed from
-
Ticket #432 – Description
initial v8 1 {{{java.net.HTTPUrlConnection}}} does not follow redirects across different schemes. 2 3 c.f. http://stackoverflow.com/questions/1884230/urlconnection-doesnt-follow-redirect#1884427 4 5 Original statement of problem: 6 1 7 So if you want to do something like use uiop/stream:copy-file which does something like open the source, open the dest, read/write, it will not do what you might expect. I don't see a way of controlling this behavior. Arguably the default ought to be to follow redirects and open the redirected-to file.