Re: [xwiki-users] Problem with WYSIWYG editor and blog

2009-06-13 Thread Brett Bergquist
I figured the first problem out. The web.xml is specifying filter dispatcher elements but these are not valid for Servlet 2.3 specification. This comes with Servlet 2.4 specification. So I change web.xml to read: web-app xmlns=http://java.sun.com/xml/ns/j2ee;

Re: [xwiki-users] Problem with WYSIWYG editor and blog

2009-06-13 Thread Vincent Massol
Hi Brett, On Jun 13, 2009, at 4:25 PM, Brett Bergquist wrote: I figured the first problem out. The web.xml is specifying filter dispatcher elements but these are not valid for Servlet 2.3 specification. This comes with Servlet 2.4 specification. So I change web.xml to read: web-app

[xwiki-users] Failed http authentication when logging on to the XWiki area

2009-06-13 Thread Vittorio Torroni
Hello, I've set up the xwiki user on mysql, with xwiki as a password and I've granted all rights on the xwiki database. I've tested the access rights by logging into mysql as xwiki, creating a test table in the xwiki database and dropping it. My hibernate.cfg.xml file contains the correct

Re: [xwiki-users] Failed http authentication when logging on to the XWiki area

2009-06-13 Thread Sergiu Dumitriu
Vittorio Torroni wrote: Hello, I've set up the xwiki user on mysql, with xwiki as a password and I've granted all rights on the xwiki database. I've tested the access rights by logging into mysql as xwiki, creating a test table in the xwiki database and dropping it. My hibernate.cfg.xml

Re: [xwiki-users] Problem with WYSIWYG editor and blog

2009-06-13 Thread Ludovic Dubost
Brett Bergquist a écrit : I figured the first problem out. The web.xml is specifying filter dispatcher elements but these are not valid for Servlet 2.3 specification. This comes with Servlet 2.4 specification. So I change web.xml to read: web-app xmlns=http://java.sun.com/xml/ns/j2ee;

[xwiki-users] editor permission/rights?

2009-06-13 Thread saphro
Hi, I just installed 1.9 enterprise and i cannot use the editor to edit/create pages. Here's the error I get in the browser: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 java.lang.String.substring(String.java:1938)

Re: [xwiki-users] editor permission/rights?

2009-06-13 Thread saphro
Ok Thx Sergiu. The workaround you suggested works fine. I changed the name of the web app to xwiki. -Dean Sergiu Dumitriu-2 wrote: saphro wrote: Hi, I just installed 1.9 enterprise and i cannot use the editor to edit/create pages. Here's the error I get in the browser: