Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.0 B5
-
None
-
XWiki 1.0 svn trunk, Tomcat 5.5.20, IBM JDK 1.5.0.4, Mysql 5.0, Gentoo 2006.1
-
rename document, renameDocument, backlinks
-
Description
If a page contains more than one identical link to the renamed page, only the first one is updated. For example, if Main.WebHome has the following text:
A) [Main.a]
B) [Main.a?someparam=1]
C) [Main.a]
D) [Main.a?someparam=1]
After rename of Main.a, A and B will be updated, but C and D will not.