cern-fts / davix

High-performance file management over WebDAV / HTTP
GNU Lesser General Public License v2.1
84 stars 36 forks source link

[DMC-1209]: Transform redirect location relative path into full URI #52

Closed mpatrascoiu closed 4 years ago

mpatrascoiu commented 4 years ago

Would fix the problem described in DMC-1209.

It's a simple solution that addresses the problem in the top-level NeonRequest::redirectRequest(). Perhaps the problem can be solved more elegantly down the line in the StandaloneRequest implementations of both NEON or CURL.

gbitzes commented 4 years ago

Thanks Mihai!