Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0.6 GA, 6.0.12 EE, 6.1.0 CE RC1, 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.0.X EE, 6.1.X EE, --Sprint 11/12, 6.2.0 CE M2
-
Component/s: Collaboration, Collaboration > Wiki
-
Labels:
-
Environment:Prod: Red hat 6, tomcat 6.0.29, oracle rac 11. Local workstation: Ubuntu 11.11, tomcat 6.0.32, mysql 5
-
Branch Version/s:6.1.x, 6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
When we create a mailto link in creole in the wiki it resolves to an internal wikilink instead of a mailto link.
Create a new wiki page
Select source
Write: [[mailto:devnull@liferay.com|Send mail]]
Select preview
Look at the link result. It tries to link to a wiki page
Sholud open the default mail client to sen mail
In portal-impl/src/com/liferay/portal/parsers/creole/ast it is file URLNode.java. This lists the supported protocol links and mailto is not listed here. I built liferay with plugins ext and added mailto to this list and it worked fine.
Adding the updated file.

Committed on:
Portal 6.2.x GIT ID: 457cd2462b1b099b07e1519990a26afbdaaae3d2.