Short URLs with Apache doesn't seem to work

Hi,

As I am fighing against the issue at https://jira.xwiki.org/browse/XWIKI-15009, I need to exclude urlRewriteFilter from the system to see if it makes a significant change.

We’re running XWiki 9.11.1

So I tried http://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/ShortURLs/#HApache but results are not what we could expect:

  1. there is no reference to gwtrpc in web.xml, so we can’t “replace the existing map”. But does it means we should add it instead ?
  2. Even with completing all the others steps, if I go to a wiki root (like https://domain.ltd) I got the error : java.io.IOException: Failed to extract the Entity Action from URL [https://domain.ltd/] However, if I request for https://domain.ltd/view or https://domain.ltd/Existing_Page_Or_Space it seems to work.

What’s missing here ?

No, the gwtrpc mapping was used by the old Google Web Toolkit based WYSIWYG editor. If you’re using XWiki 9.11.1 then the WYSIWYG editor is based on CKEditor. The old editor has been retired.

Thanks. And I did see you updated the documentation. Cheers !:grinning: