Ludovic Dubost wrote: > xwiki:Space.PageName > > if you have > > xwiki:Spa.ce.PageName > > Then Spa is the space and ce.PageName the page, but it's not a read > valid name.. >
Not true, it's the other way around: Spa.ce is the space name, and PageName is the page name. This is causing all the problems with . in AD account names, for example. Currently, any character is allowed in there, but the problem is that some characters are not forbidden and apparently work fine, but cause problems in one place or another; for example < and > could break the PDF export or the way the HTML is displayed, [, ] * and other wiki symbols could be wrongly interpreted, the dot and / cause part of the page name to be considered as part of the space name, + is confused with spaces, and so on. > > Asiri Rathnayake wrote: >> Hi Devs, >> >> Do we have a specific format for a space name or a page name ? A regex may >> be .... :P >> -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

