severity 358022 minor forwarded 358022 http://www.phpbb.com/bugs/viewreport.php?b=1198 thanks
Hello Pedro, > I use a Debian phpbb2 server (I don't know the version of the > package) and it has a bug. > > When inside a message I post a url with the parentesis symbol, it > does this: > > Example of link posted in the message: > http://www.example.com/test.cgi?a=abc&b=12(345)678 > > When the user views the topic, it sould have a link like this: > <a href="http://www.example.com/test.cgi?a=abc&b=12(345)678"> ... > > However, the link is like this: > <a href="http://www.example.com/test.cgi?a=abc&b=12"> ... Thanks for your report. You are indeed right, parentheses are allowed unencoded in URL's, strictly speaking. However, I'd advice against it, for reasons demonstrated here: not all applications accept it. Better use them encoded, it works just aswell. That said, it is a buglet, albeit a minor one. I've forwarded it to the upstream developers. Marking as such. bye, Thijs
signature.asc
Description: This is a digitally signed message part

