php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15934 parameter seperator for url rewriting not w3c compliant
Submitted: 2002-03-07 10:30 UTC Modified: 2002-03-07 12:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: wim at kern dot nl Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.1.2 OS: Linux Debian 2.2
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: wim at kern dot nl
New email:
PHP Version: OS:

 

 [2002-03-07 10:30 UTC] wim at kern dot nl
When enabling url rewriting with sessions, the paramter seperator used for seperating the SID= from other parameteres in the uri is not w3c compliant.

PHP uses & (&) for seperating the SID= from other paramters in an URI, w3c states (and they are so right) that this character is used for entities like &. It could let to some hard to find errors in future browsers when they parse it like so.

I suggest php uses the ; for parameter seperation as the standards from w3c state.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-07 11:59 UTC] wim at kern dot nl
It seems this 'bug' is 'answered' somewhat in bug #15804.
see there for info and my comment.

This bug can be migrated to 'bogus' therefore
 [2002-03-07 12:00 UTC] wim at kern dot nl
See last comment, this bug is handled somewhat in bug #15804 which is marked as bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 17:01:34 2024 UTC