Changes between Initial Version and Version 1 of Ticket #24321


Ignore:
Timestamp:
Feb 11, 2015, 4:18:54 AM (9 years ago)
Author:
Lukas Klein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24321 – Description

    initial v1  
    1919Django's `same_origin` uses the standard urllib, which will return an empty port if none is explicitly specified.
    2020
    21 My suggestion (see GitHub pull request) is to extend `same_origin` to use a protocol-to-port-mapping if no port is explicitly declared.
     21My suggestion (see GitHub pull request: https://github.com/django/django/pull/4108) is to extend `same_origin` to use a protocol-to-port-mapping if no port is explicitly declared.
Back to Top