Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0.1 RC
-
Fix Version/s: 6.0.4 GA, 6.0.12 EE, 6.1.0 CE RC1
-
Component/s: Collaboration > Wiki
-
Labels:
-
Environment:All
-
Branch Version/s:6.0.x
-
Similar Issues:
Description
Currently there are many characters that are not valid for use in the Wiki title. A big reason is due to the way JSP Wiki handles wiki links in its content. By encoding wiki links before JSP Wiki is given the content, we can provide the ability to use more characters in the wiki title.
Note: Tomcat needs a property to be set before an encoded forward slash is allowed to be used in the URL. If this is a character that is going to be used, set this property:
-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
Issue Links
- is related to
-
LPS-4498
when you add a page whcih contains "\" in wiki, there are problems
-
- relates
-
LPS-12876
Links in Wiki pages in the guest community with special characters don't work and the user is redirected to the main page.
-
-
LPS-10202
Wiki Links do not display the Title of the Link properly.
-
-
LPS-11598
Attached images don't work in the Wiki Portlet
-
-
LPS-6105
Allow slashes "/", "\" and other special characters in titles of wiki, blogs, ...
-

Hey Doug,
I made changes in 54197 in case you decide to backport this. Thx.