Bug: Enter bug title here
Hyperlink followed by a html tag not working; actual link still contains html tag
http://kuhne.com<br>
Expected result: Hyperlink to the URL:
http://kuhne.com
http://kuhne.com
Actual result: Hyperlinks contains <br>, 404 not found
|
|
| 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
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
This is now fixed, in
TWikiAlphaRelease and at TWiki.org.
TWiki.org is now identical to Alpha.
--
PeterThoeny - 10 Nov 2002
Topic revision: r4 - 10 Nov 2002 - 08:42:20 -
PeterThoeny