Changeset b3f0d5 in indico


Ignore:
Timestamp:
02/17/11 11:46:48 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
886e90
Parents:
06a6d9
Message:

[FIX] Bug in construct_url emulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/web/wsgi/indico_wsgi_handler.py

    rb8c483 rb3f0d5  
    539539                if self.URLFields['SERVER_PORT'] != '80': 
    540540                    url += ':' + self.URLFields['SERVER_PORT'] 
    541  
    542         url += self.URLFields['SERVER_NAME'] 
    543541        url += supplied_uri 
    544542 
Note: See TracChangeset for help on using the changeset viewer.