On Mon, Mar 20, 2006 at 10:42:22PM +0100, Thijs Kinkhorst wrote:
> 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.

I'm inclined to say it is not a bug. If you want to write a bare URL
without [url=] tag etc, you need to have some way to know where the URL
ends. Supose you write "You can look at foo (http://foo/bar)." Here the
')' is *not* part of the URL.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber & MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to