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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Fri Dec 27 19:01:28 2024 UTC