"Hashar" posted a comment on MediaWiki.r94881. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94881#c28377
Commit summary for MediaWiki.r94881: Relative values of the "Location" header are incorrect as stated in RFC, however they do happen and modern browsers support them. This function loops backwards through all locations in order to build the proper absolute URI - Marooned at wikia-inc.com Hashar's comment: CURL just give us whatever new headers he received after following a location and pass that to our callback. I guess the issue is in our callback that should not just blindly append the headers but should update them instead. i.e. we probably have to rewrite all that stuff to better support Location :-) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
