From:             [EMAIL PROTECTED]
Operating system: Linux RedHat
PHP version:      4.0CVS-2002-04-24
PHP Bug Type:     Session related
Bug description:  URL rewriting is not HTML/XHTML compliant

When the session library rewrites the tags specified by 
"url_rewriter.tags" to append "&SID=[someSID]" and/or to 
add a <INPUT TYPE="hidden" NAME="SID" VALUE="[someSID]", 
the resulting HTML no longer complies with either the HTML 
4.01 <http://www.w3.org/TR/html4/> or XHTML 1.0 
<http://www.w3.org/TR/xhtml1/> standards.

In order to comply, the following would be needed:
* lowercase tag/attribute names
* ampersand entity ("&amp;" in place of "&")
* "ID" attribute in addition to "NAME" attribute
* close the empty input tag, either with "<input... />" or 
"</input>"
-- 
Edit bug report at http://bugs.php.net/?id=16810&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16810&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16810&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16810&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16810&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16810&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16810&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16810&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16810&r=submittedtwice

Reply via email to