Changes for page XWiki Enterprise 2.7 Release Candidate 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Added note about UNC support
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Sergiu1 +XWiki.VincentMassol - Content
-
... ... @@ -18,7 +18,14 @@ 18 18 19 19 [[image:XEColorThemeSpace.png]] 20 20 21 +== UNC support in XWiki Syntax 2.1 == 21 21 23 +When using the wiki syntax it's now possible to reference [[UNC paths>>http://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention]]. For example: 24 + 25 +{{code}} 26 +[[label>>unc:\\ComputerName\SharedFolder\Resource]] 27 +{{/code}} 28 + 22 22 == Security improvements == 23 23 24 24 Fixed a few XSS bugs. ... ... @@ -52,4 +52,5 @@ 52 52 {{code language="none"}} 53 53 [ERROR] org.xwiki.url.standard.StandardURLConfiguration: Method 'public boolean isPathBasedMultiWiki()' has been added to an interface 54 54 [ERROR] org.xwiki.url.standard.StandardURLConfiguration: Method 'public boolean isPathBasedMultiWikiFormat()' has been removed 62 +[ERROR] org.xwiki.bridge.DocumentAccessBridge: Method 'public void setProperty(org.xwiki.model.reference.DocumentReference, org.xwiki.model.reference.DocumentReference, java.lang.String, java.lang.Object)' has been added to an interface 55 55 {{/code}}