Edit report at https://bugs.php.net/bug.php?id=41082&edit=1

 ID:                 41082
 Comment by:         der-coole-carl at gmx dot net
 Reported by:        der-coole-carl at gmx dot net
 Summary:            url_rewriter.tags are wrong
 Status:             Feedback
 Type:               Feature/Change Request
 Package:            *General Issues
 PHP Version:        5.2.1
 Block user comment: N
 Private report:     N

 New Comment:

No, today I think this whole feature is bad.


Previous Comments:
------------------------------------------------------------------------
[2012-03-29 09:27:53] yohg...@php.net

Do you still want this feature?

------------------------------------------------------------------------
[2007-04-14 00:21:27] 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


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=41082&edit=1

Reply via email to