Apparently, the returned URL is http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist which is the default URL when the wiki is not found and as I forbid any guest connection, I'm redirected to the login page for host 127.0.0.1:8080 Do you an idea why it can't find its own wiki from a button managed by itself? Pascal On Tue, Jun 16, 2009 at 12:25 AM, Pascal Voitot <[email protected]
wrote:
Hello, I tried using the URL path based wiki access as described in Manager Admin Guide: http://localhost:8080/xwiki/wiki/mydomain.com/view/Main/WebHome
It works perfectly but then I click on the "Edit" menu for any content from such an URL. Finally I try to click on a bottom button "Cancel", "Preview" etc... It redirects me to : http://127.0.0.1:8080/xwiki/bin/login/XWiki/XWikiLogin?srid=
So apparently with URL based notation, the form action is badly managed and redirect to 127.0.0.1 and then to the login as I'm not logger on 127.0.0.1...
Do you know this issue?
Pascal