Hi, > On 23 Feb 2017, at 13:18, Eugen Colesnicov <ecolesni...@gmail.com> wrote: > > vmassol wrote >> So if you have a “+” in a page name it has to be encoded as %2B. >> >> If you have “ “ (space) in a page name it has to be encoded as %20 or “+” >> (depending where it appears in the URL). > > Thanks Vinsent! > > How I can configure that page name with space will show as "+"? > I tried to creat same page "Test Metric Report" but with space character. > After creating I get url > http://localhost/bin/view/Sandbox/Test%20Metric%20Report/. How is possible > to "switch" it to presentation as in xwiki.org example: > http://dev.xwiki.org/xwiki/bin/view/Drafts/Test+Metric+Report/?
You cannot since that’s not correct URL-encoding ;) I fixed the problem in XWiki 8.4.x which is why you get %20 now instead of “+”! If you’re interested: http://jira.xwiki.org/browse/XWIKI-13557# Thanks -Vincent > > -- > Eugen > > > > > -- > View this message in context: > http://xwiki.475771.n2.nabble.com/PageName-with-plus-character-tp7602825p7602830.html > Sent from the XWiki- Users mailing list archive at Nabble.com.