Closed (fixed)
Project:
Subscriptions
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2007 at 03:34 UTC
Updated:
1 Dec 2007 at 00:36 UTC
If in settings.php you have a base url that includes a port, e.g. http://foo.com, the referrer substring parsing in the subscription.module behaves badly, sending a goto of something like 'e/234' instead of 'node/234'. If the port was something like :8080, who knows what would happen :-)
Comments
Comment #1
arthurf commentedcan you give me a bit more detail on what the issue is and where it's taking place?
Comment #2
mattmackenzie commentedAt or about ln 1011...
The code is not written to handle cases where a port is present in the URL, e.g. http://foo.com:81/drupal
Comment #3
bdragon commentedThere is no way this was not fixed by chx's complete rewrite. Closing outright.