ID: 12635
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Session related
Operating System: ?
PHP Version: 4.0.4
New Comment:

Sorry, I put protection 777, but that was too much. Now it should work :

http://webcour.swisszone.ch/a/essais/session.php?f=1


Previous Comments:
------------------------------------------------------------------------

[2001-08-12 19:59:47] [EMAIL PROTECTED]

Works correctly (that "#bottom" is left alone) since oktober 2000 (version 1.17 of 
ext/standard/url_scanner_ex.re)
That means it worked since 4.0.4 exactly. (I only tested 4.0.7, so I'm not 100% 
certain)

And I was correct that # came _after_ the ?, so there's no bug (anymore).

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

[2001-08-12 18:11:48] [EMAIL PROTECTED]

http://webcour.swisszone.ch/a/essais/session.php?f=1

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to 
complete your request.
Please contact the server administrator, root@localhost and inform them of the time 
the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 404 Not Found error was encountered while trying to use an 
ErrorDocument to handle the request. 


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

Apache/1.3.14 Server at www.webcour.swisszone.ch Port 80

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

[2001-08-11 17:53:17] [EMAIL PROTECTED]

Try the following file:
  http://webcour.swisszone.ch/a/essais/session.php?f=1


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

[2001-08-09 17:32:05] [EMAIL PROTECTED]

It should, or am I wrong?

the ?-part is of the page-part of it, and the # is for the section.

Doesn't ? go BEFORE the # in HTTP-specs? Can someone verify that, since I 'forgot' the 
RFC-nr ;-)

Since PHP is inserting it between, I'm quite sure it should go before, otherwise the 
person who wrote it wouldn't have taken the trouble to do so :)

Does your browser have problems with that?

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

[2001-08-09 17:13:07] [EMAIL PROTECTED]

The workaround
  href="/programs/mypage.php#bottom"
does not work, for 
  session_id=…
is inserted between mypage.php and #bottom

This works :
  <script language="JavaScript">
    var str1="<a hr";
    var str2="ef";
    document.write(str1+str2+"='#REPLY'>go to bottom</a>");
  </script>
(Writing "href" in one string makes php transform the address)
But when reloading the page with the reload button, the get arguments are added once 
again behind the address of the link. The link still works, but the page is reloaded 
again !

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=12635


Edit this bug report at http://bugs.php.net/?id=12635&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to