php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25001 Download links broken by session ID in query string
Submitted: 2003-08-09 17:51 UTC Modified: 2003-08-10 15:51 UTC
From: brion at pobox dot com Assigned: goba (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: brion at pobox dot com
New email:
PHP Version: OS:

 

 [2003-08-09 17:51 UTC] brion at pobox dot com
Description:
------------
Session ID keys are tacked onto some links on the site. This breaks the download links, such as:

http://us3.php.net/get/php-4.3.2.tar.bz2/from/a/mirror?PHPSESSID=6153afccf3cd37f81c6c895474fafce2
http://us3.php.net/get/php-4.3.2.tar.bz2/from/this/mirror?PHPSESSID=7d4d58af0f590ab7a7d9e770e6022755

which result in a documentation search for everything after the hostname.

removing the session ID from the link manually provides working links:
http://us3.php.net/get/php-4.3.2.tar.bz2/from/a/mirror
http://us3.php.net/get/php-4.3.2.tar.bz2/from/this/mirror



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-10 05:30 UTC] goba@php.net
I'm on this.
 [2003-08-10 05:49 UTC] goba@php.net
OK, I have added code to remove the QUERY_STRING part of the URL when handling these shortcuts. It will be online in a few hours on all mirrors, and so we will be able to see if it works correctly.
 [2003-08-10 15:51 UTC] goba@php.net
OK, my fix seems to work...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 22:01:32 2024 UTC