Changes for page Release Notes for XWiki 4.3 Milestone 2
Last modified by Thomas Mortagne on 2023/10/13
Change comment:
Added note about get and setUrlPatternMatcher methods.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mflorea1 +XWiki.AndreasJonsson - Content
-
... ... @@ -106,9 +106,9 @@ 106 106 Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. 107 107 {{/warning}} 108 108 109 -== Issues specific to XWiki <version>==109 +== Issues specific to XWiki 4.3 Milestone 2 == 110 110 111 - <issues specific to theproject>111 +* The methods setUrlPatternMatcher and getUrlPatternMatcher have been removed from the core class com.xpn.xwiki.XWiki. The underlying URLPatternMatcher could not really be used as a singleton instance and was causing irregular failures in the basic authentication method. Thus these methods cannot be meaningfully relied upon and have therefore been removed. 112 112 113 113 == API Breakages == 114 114