Hi,
As I am fighing against the issue at Loading..., 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:
- there is no reference to
gwtrpc
inweb.xml
, so we can’t “replace the existing map”. But does it means we should add it instead ? - 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 ?