php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #41082 url_rewriter.tags are wrong
Submitted: 2007-04-14 00:21 UTC Modified: 2013-02-18 00:33 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: der-coole-carl at gmx dot net Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5.2.1 OS:
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: der-coole-carl at gmx dot net
New email:
PHP Version: OS:

 

 [2007-04-14 00:21 UTC] der-coole-carl at gmx dot net
Description:
------------
it would be good if you can change
url_rewriter.tags	from a=href,area=href,frame=src,input=src,form=,fieldset=

to
a=href,area=href,frame=src,input=src,form=action,fieldset=

if i use session_use_trans_sid it doesn't put the SID in my forms.. that's maybe you forgot the form=_action_

i don't know if it matters:
i use: ob_start("ob_gzhandler"); to compress my code.. maybe this is relevant

Reproduce code:
---------------
<?php
ini_set('session.use_trans_sid', 1);
?>
<form action="test.php" method="post">
<input type="submit">
</form>


in this example the user have to deactivate cookies


Expected result:
----------------
i expect that the target url will be: test.php?phpsessid=1234

Actual result:
--------------
actual the target url is test.php

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-03-29 09:27 UTC] yohgaki@php.net
-Status: Open +Status: Feedback -Package: Feature/Change Request +Package: *General Issues
 [2012-03-29 09:27 UTC] yohgaki@php.net
Do you still want this feature?
 [2012-03-29 09:34 UTC] der-coole-carl at gmx dot net
No, today I think this whole feature is bad.
 [2013-02-18 00:33 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC