From:             [EMAIL PROTECTED]
Operating system: All
PHP version:      4.3.0
PHP Bug Type:     Session related
Bug description:  URL rewriter and Javascript

The URL rewriter for transparent session ID propagation read also the
javascripts and add PHPSESSID, sometimes with errors

For exemple :
If I write :

<script type="text/javascript">
<!--
pipo = '<a href=\"bla\">plop</a>';
-->
</script>

I obtain : 
<script type="text/javascript">
<!--
pipo = '<a href=\"bla\"?PHPSESSID=******>plop</a>';
-->
</script>

(Tested on servers with PHP4.3, runing with Apache 1.3.27 and Linux...)
-- 
Edit bug report at http://bugs.php.net/?id=22111&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22111&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22111&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22111&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22111&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22111&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22111&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22111&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22111&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22111&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22111&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22111&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22111&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22111&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22111&r=gnused

Reply via email to