Full-stack open-source component framework to quickly and consistently develop and maintain Java web applications
entries for Geert Bevin > 2004 > 7 > 5 > Weird browser behaviour with anchors and redirects
I just noticed today that when you're receive an like this at the server-side:
/reply/message#lastmessage
and you redirect to this URL with a 302 'Permanently moved' response:
302 'Permanently moved'
/list/messages?topicid=1152&offset=0
Some browsers automatically add the #lastmessage anchor after the URL. Both Mozilla and Opera do this, but Konqueror doesn't.
Very weird behaviour!
rifers.org v0.9.8 - © 2001-2007 the RIFE team