| Title | URL in preformatted text displayed as link |
| Date | 27-Apr-2006 16:52:18 EEST |
| Version | 2.4.0 |
| Submitter | Jérôme Duprez |
| Bug criticality | LightBug |
| Browser version | Firefox |
| Bug status | NotABug |
| PageProvider used | |
| Servlet Container | Tomcat 5.5.9 |
| Operating System | Windows XP Pro |
| URL | |
| Java version | 1.5.0_06 |
Behavior changed for this between 2.2 and 2.4:
- {{simple monospaced text}} displays in monospaced font, like this: simple monospaced text
{{http://monospacedURL}} displays in monospaced font as of 2.2, but with 2.4, the monospaced text is also displayed as a link to the URL, like this: {http://monospacedURL
}. Note that this affects not only external URLs, but Wiki names as well {{WikiName}} displays as WikiName, and {{some more word around a WikiName in preformatted text}} displays as: some more word around a WikiName in preformatted text
--JDuprez
See this page on the Sandbox
, which still runs a 2.2 engine, to compare.
Not such a big deal, espeacially since we can escape this URL behavior using {{{http://monospacedURL }}}. But is it intentional?
Yup, it's quite intentional. {{ http://jspwiki.org
}} not working in 2.2 was an error. If you don't want the WikiMarkup to be resolved, use the triple-brace escape {{{ http://jspwiki.org }}}.