Opened 17 years ago

Closed 17 years ago

#4951 closed (fixed)

sites.RequestSite incorrectly reports domain

Reported by: Caleb Owned by: nobody
Component: Contrib apps Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If you run the development server then sites.RequestSite does not include the port number in the domain. This patch seems to fix the problem.

Attachments (1)

models.diff (684 bytes ) - added by Caleb <jtxx000@…> 17 years ago.

Download all attachments as: .zip

Change History (5)

by Caleb <jtxx000@…>, 17 years ago

Attachment: models.diff added

comment:1 by Chris Beaven, 17 years ago

Component: UncategorizedContrib apps
Owner: changed from Jacob to Adrian Holovaty
Triage Stage: UnreviewedDesign decision needed

I did wonder at why it was using SERVER_NAME over the get_host method. Not sure if it is by choice or not.

comment:2 by Chris Beaven, 17 years ago

Triage Stage: Design decision neededAccepted

I'm going to accept. It does need #4986 to be applied first.

comment:3 by Simon G. <dev@…>, 17 years ago

Triage Stage: AcceptedReady for checkin

#4986 is in, so I'm promoting this.

comment:4 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [6174]) Fixed #4951 -- Improved host retrieval in sites.models.RequestSite. Thanks, Caleb.

Note: See TracTickets for help on using tickets.
Back to Top