Bug #536
Could not parse redirect response
0%
Description
When i try open and play some URLs there is an error:
ERROR neon.cc:523 [open_request]: <0x7ff7bc0dc0e0> Could not parse redirect response
ERROR neon.cc:728 [fopen]: <0x7ff7bc0dc0e0> Could not open URL
After the redirect URL contains the Eastern or Western European characters.
Examples:
http://www.ex.ua/get/6700053 - redirect to http://fs11.www.ex.ua/get/7d5040ace5b03f8d08b309fd4c68ca73/6700053/05-l%C3%BAp%C3%ADna.mp3
http://www.ex.ua/get/6700073 - redirect to http://fs11.www.ex.ua/get/36f94d94e09222f57a6af39cdbafb700/6700073/10-l%C3%B3ri.mp3
History
#1
Updated by John Lindgren about 10 years ago
- Status changed from New to Rejected
The HTTP server is dumping UTF-8 into the redirect location without percent-encoding it. Audacious is correct to reject the malformed URIs. Not a bug.