Last modified by Adel Atallah on 2018/09/03

From version 1.1
edited by Adel Atallah
on 2018/08/03
Change comment: New Release note
To version 2.1
edited by Thomas Mortagne
on 2018/08/17
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.atallahade
1 +XWiki.ThomasMortagne
Content
... ... @@ -56,10 +56,14 @@
56 56  
57 57  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or 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.
58 58  
59 -== Issues specific to XWiki <version> ==
59 +== Issues specific to XWiki 10.7RC1 ==
60 60  
61 -<issues specific to the project>
61 +=== URL generation modifications ===
62 62  
63 +In most cases there is nothing to do but for some edge cases it's possible that you end up with external URL having a different port than the one you expect.
64 +
65 +If that's the case the recommendation is to go to the main wiki descriptor and make sure it contains the port you want to see in those URLs (don't put anything if you just want to use the default port implied by the protocol) and to explicitly set the ##secure## property. It's also recommended to stop using property ##xwiki.url.protocol## from ##xwiki.cfg## configuration file and only rely on the wiki descriptor(s).
66 +
63 63  == API Breakages ==
64 64  
65 65  The following APIs were modified since <project> <version - 1>:

Get Connected