Edit report at https://bugs.php.net/bug.php?id=41082&edit=1
ID: 41082 Updated by: [email protected] Reported by: der-coole-carl at gmx dot net Summary: url_rewriter.tags are wrong -Status: Open +Status: Feedback Type: Feature/Change Request -Package: Feature/Change Request +Package: *General Issues PHP Version: 5.2.1 Block user comment: N Private report: N New Comment: Do you still want this feature? Previous Comments: ------------------------------------------------------------------------ [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
