Opened 16 years ago
Closed 16 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)
Change History (5)
Changed 16 years ago by
Attachment: | models.diff added |
---|
comment:1 Changed 16 years ago by
Component: | Uncategorized → Contrib apps |
---|---|
Owner: | changed from Jacob to Adrian Holovaty |
Triage Stage: | Unreviewed → Design decision needed |
comment:2 Changed 16 years ago by
Triage Stage: | Design decision needed → Accepted |
---|
I'm going to accept. It does need #4986 to be applied first.
comment:3 Changed 16 years ago by
Triage Stage: | Accepted → Ready for checkin |
---|
#4986 is in, so I'm promoting this.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I did wonder at why it was using
SERVER_NAME
over theget_host
method. Not sure if it is by choice or not.