[Bug] Infinite page size
Posted: Tue Apr 19, 2005 1:38 am
There are a couple of bugs in gbook.
1) You need to escape your links. Otherwise,
http://www.haeggen.ch/guestbook/gbook.p ... 66&lang=ge
could get html unescaped as this:
http://www.haeggen.ch/guestbook/gbook.p ... 〈=ge
which gets url encoded as this:
http://www.haeggen.ch/guestbook/gbook.p ... 2%8C%A9=ge
2) If you attempt to browse the mangled url:
http://www.haeggen.ch/guestbook/gbook.p ... 2%8C%A9=ge
you'll get the first entry repeated infinitely. (Which could cost webmasters a great deal of money).
1) You need to escape your links. Otherwise,
http://www.haeggen.ch/guestbook/gbook.p ... 66&lang=ge
could get html unescaped as this:
http://www.haeggen.ch/guestbook/gbook.p ... 〈=ge
which gets url encoded as this:
http://www.haeggen.ch/guestbook/gbook.p ... 2%8C%A9=ge
2) If you attempt to browse the mangled url:
http://www.haeggen.ch/guestbook/gbook.p ... 2%8C%A9=ge
you'll get the first entry repeated infinitely. (Which could cost webmasters a great deal of money).