[xwiki-devs] wiki manager - URL path access - problem with editor form buttons
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
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
Hi Paul, I just reproduce it in 1.9 and 2.0, it has been broken in 1.9 by some URL filter which does not take care of the configuration to recreate the URL. See http://jira.xwiki.org/jira/browse/XWIKI-3992 On Tue, Jun 16, 2009 at 00:44, Pascal Voitot<[email protected]> wrote:
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
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On Wed, Jun 17, 2009 at 14:08, Thomas Mortagne<[email protected]> wrote:
Hi Paul, Pascal sorry ;)
I just reproduce it in 1.9 and 2.0, it has been broken in 1.9 by some URL filter which does not take care of the configuration to recreate the URL.
See http://jira.xwiki.org/jira/browse/XWIKI-3992
On Tue, Jun 16, 2009 at 00:44, Pascal Voitot<[email protected]> wrote:
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
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
participants (2)
-
Pascal Voitot -
Thomas Mortagne