-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
2.7.3
-
None
-
System Date Wednesday, 26 Mar 2008
System Time 17:31:39
System Favourite Colour Cinnabar
Java Version 1.5.0_13
Java Vendor Sun Microsystems Inc.
JVM Version 1.0
JVM Vendor Sun Microsystems Inc.
JVM Implementation Version 1.5.0_13-b05
Java Runtime Java(TM) 2 Runtime Environment, Standard Edition
Java VM Java HotSpot(TM) 64-Bit Server VM
User Name root
User Timezone America/Los_Angeles
Operating System Linux 2.6.18-53.1.4.el5
OS Architecture amd64
Filesystem Encoding UTF-8Java VM Memory Statistics
Total Memory 706 MB
Free Memory 84 MB
Used Memory 622 MB
Memory Graph
[Used Memory (88 %)] [Free Memory (12 %)]
12 % FreeRuntime Information
Database Dialect com.atlassian.hibernate.dialect.MySQLDialect
Database Connection URL jdbc:mysql://localhost/confluence?autoReconnect=true
Database Driver Name com.mysql.jdbc.Driver
Database Driver Version 3.1
Database Connection Transaction Isolation Repeatable read
Database name MySQL
Database version 5.0.22-log
Application Server Apache Tomcat/5.5.23
Servlet Version 2.4
Server Base Url http://wiki.edgility.com:8080
Confluence Home /var/data/confluence
Uptime 4 days, 3 hours, 40 minutes, 23 seconds
Confluence Version 2.7.3
Build Number 1116System Date Wednesday, 26 Mar 2008 System Time 17:31:39 System Favourite Colour Cinnabar Java Version 1.5.0_13 Java Vendor Sun Microsystems Inc. JVM Version 1.0 JVM Vendor Sun Microsystems Inc. JVM Implementation Version 1.5.0_13-b05 Java Runtime Java(TM) 2 Runtime Environment, Standard Edition Java VM Java HotSpot(TM) 64-Bit Server VM User Name root User Timezone America/Los_Angeles Operating System Linux 2.6.18-53.1.4.el5 OS Architecture amd64 Filesystem Encoding UTF-8 Java VM Memory Statistics Total Memory 706 MB Free Memory 84 MB Used Memory 622 MB Memory Graph [Used Memory (88 %)] [Free Memory (12 %)] 12 % Free Runtime Information Database Dialect com.atlassian.hibernate.dialect.MySQLDialect Database Connection URL jdbc:mysql://localhost/confluence?autoReconnect=true Database Driver Name com.mysql.jdbc.Driver Database Driver Version 3.1 Database Connection Transaction Isolation Repeatable read Database name MySQL Database version 5.0.22-log Application Server Apache Tomcat/5.5.23 Servlet Version 2.4 Server Base Url http://wiki.edgility.com:8080 Confluence Home /var/data/confluence Uptime 4 days, 3 hours, 40 minutes, 23 seconds Confluence Version 2.7.3 Build Number 1116
My user lost code inside an XML block in a comment when editing in Firefox.
The code in the original comment looked like this:
I might even go so far as to allow for delimited sections (in which XML may be a better choice) so that there's less chance for confusion. I.e. if 400 lines down, someone accidentally deletes the second '1' in p11, they've reset something up here that was unintentional. Something like
<environmentalPolicySettings friendlyName="Java Key Stores (1)" oldId = "uuidl:1900234"> <decryptionKeySpec> <location/> <credentials/> <type/> <keyAccess>* <name/> <credentials/> </keyAccess> </decryptionKeySpec> </environmentalPolicySettings>
When the user attempted to re-edit this comment (in either Rich Text or Wiki Markup mode), some of the XML in the code block disappeared, so that it looked like this:
I might even go so far as to allow for delimited sections (in which XML may be a better choice) so that there's less chance for confusion. I.e. if 400 lines down, someone accidentally deletes the second '1' in p11, they've reset something up here that was unintentional. Something like
"Java Key Stores (1)" oldId = "uuidl:1900234"> *
Only the attributes of the first element in the XML and the asterisk from the element <keyAccess> seems to have been retained.
I was unable to reproduce this in my own Firefox browser when editing the same comment. Perhaps this was due to the version of Firefox, or to the plug-ins installed on this user's Firefox browser? I will submit the list of these plug-ins separately once the user sends them to me.
- duplicates
-
CONFSERVER-9604 Rich text editor removes XML within code tags when editing comment
- Closed