ID: 19573 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Verified +Status: Closed Bug Type: Session related Operating System: Linux 2.4.18 PHP Version: 4.2.1,4.3.0-dev New Comment:
Fixed in 4.3 CVS. Thanks for your report. Previous Comments: ------------------------------------------------------------------------ [2002-09-24 06:33:45] [EMAIL PROTECTED] Reproduced with latest CVS HEAD (4.3.0-dev). Further tests showed that if the 'accept-charset' entry is after 'action' and url_rewriter.tags has "form=action" instead of "form=fakeentry", it works. The "fakeentry" does not work in any case. ------------------------------------------------------------------------ [2002-09-24 05:01:59] [EMAIL PROTECTED] The following form won't be correctly rewritten and will not automatically get a session ID: <form accept-charset="ISO-8859-15, ISO-8859-1" action="xyz.php" method=post> The same form without the accept-charset parameter will work. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19573&edit=1