Hi Danilo,
Hello people,
When I use the "bar" ="/" character in my page names occurs a bug.
The page is created but when I access the link complete blank page appears to me! Even I
try to delete or rename the page the blank page continues showing to me... How can I
delete these pages? Is there some way to avoid the users to create pages with bar
("/") character?
Thank you.
Any chance you are using tomcat as web container?
Then most probably this is this issue:
http://jira.xwiki.org/browse/XE-688 which is
basically a problem with tomcat being too paranoid about something.
I can get a similar result when using mod_proxy from the apache-httpd however ;)
If you want to get rid of that defunct page, paste the following snippet into any page and
view the page:
{{velocity}}
$xwiki.getDocument("Space.My Pahe with /Slash").delete()
{{/velocity}}
Hope this helps,
Clemens