-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.2.1
-
Component/s: None
-
Environment:
Sun J2RE 1.5, Apache Tomcat 4.1.31
The merge algorithm when resolving concurrent edits seems to destroy Umlauts (possibly other non-ascii-characters as well). How to reproduce:
Assume you have a page with content "asdfäöü".
User 1 then clicks on edit and waits. User 2 clicks on edit, adds a line, lets say "jkl;" and saves. User 1 then clicks on save too (although he didn't change anything), and the page's content becomes "asdfüýþ" (or whatever the LATIN1-codes for Umlauts are). Seems that the merge algorithm destroyed the umlauts.