-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.0.1
-
Component/s: None
-
Environment:
Tomcat 6.0.18 on Windows Server 2003 with JDK 1.6u13
The following string causes loss of the _ character after saving the confluence site.
#PutApplName#_#PUTDATE#_#CID#_#TIMESTAMP#_#COUNT#.txt (created in TinyMCE) --> save --> [PutApplName]\#_\#PUTDATE#_\#CID#_\#TIMESTAMP#_\#COUNT#.txt (result after saving in wiki markup)
This will destroy the entered string - maybe escaping every _ and # automaticaly within TinyMCE will help?
This happens also here in jira ! Only the {code} tag will help.