Exactly Clemens! I am using tomcat 7. Thank you for the advice in how to exclude the page, I will use it! However, is there any way to block the usage of the slash by the users?
Thank you Danilo Grupo Energisa Danilo A. Oliveira Analista Suporte Aplicacao TI - DETI e-mail: [email protected] | tel: (32) 3429-6342 Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador. Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately. -----Mensagem original----- De: users [mailto:[email protected]] Em nome de Clemens Klein-Robbenhaar Enviada em: sexta-feira, 10 de janeiro de 2014 09:30 Para: [email protected] Assunto: Re: [xwiki-users] Bug using bar "/" in the page name 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 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
