Edgewall Software

Changes between Initial Version and Version 13 of Ticket #697


Ignore:
Timestamp:
Mar 9, 2005, 12:59:03 PM (19 years ago)
Author:
Christopher Lenz
Comment:

The specs don't say anything about treating redirects to non-absolute URLs as "internal" redirects, which is the problem here. Arguably, this is totally broken behavior by IIS. The fix to this issue is to always use absolute URLs for the Location header on redirects.

In an ideal world, we'd use "307 See Other" to redirect after POST requests, but I have no idea how well supported that is by user agents. Normal redirects work just fine in the meantime.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #697

    • Property Priority highestlow
    • Property Owner changed from Jonas Borgström to Christopher Lenz
    • Property Milestone0.9
    • Property Keywords windows added
  • Ticket #697 – Description

    initial v13  
    3333
    3434I know this is rubbish. It will break for HTTPS and really the base_url code should be moved into the Request class (?? maybe? ) so that all the base_url logic is in one place.
    35