Bug: Enter bug title here
Hyperlink followed by a html tag not working; actual link still contains html tag
Test case
http://kuhne.com<br>
Expected result: Hyperlink to the URL:
http://kuhne.com
http://kuhne.com
Actual result: Hyperlinks contains <br>, 404 not found
Environment
| TWiki version: |
dec 2001 |
| TWiki plugins: |
- |
| Server OS: |
n/a |
| Web server: |
n/a |
| Perl version: |
n/a |
| Client OS: |
WinXP SP1 |
| Web Browser: |
IE60SP1 |
I can be contacted at
ku71@gmxPLEASENOSPAM.de
Thanks
Martin Kuhne
--
TWikiGuest - 29 Oct 2002
Follow up
I clarified the example a little bit. BTW, it's considered good form to end non-document URLs with a trailing backslash, eg:
http://kuhne.com/
--
MattWilkie - 30 Oct 2002
RFC:2396
defines
< > " as delimiter characters. The regex needs to be fixed to stop at those characters. Note that the angle brackets are still not allowed at the beginning or we would get unwanted double rendering.
Test:
Text enclosed in italic HTML tag ending in URL http://twiki.org/
--
PeterThoeny - 31 Oct 2002
Fix record
This is now fixed, in
TWikiAlphaRelease and at TWiki.org.
TWiki.org is now identical to Alpha.
--
PeterThoeny - 10 Nov 2002