[xwiki-users] Global user profile in sub wiki leads to a document not found?
Hi, When I am clicking on a global user from a sub wiki, I end up on a document not found, example: http://foo.wiki.testwebsite.com:8080/bin/XWiki/jelan <http://rift.wiki.devmagelo.com:8080/bin/XWiki/jelan> (jelan being the global user) Am missing something ? Btw, I am using XWIKI ENTERPRISE 5.1 Thanks in advance ! -- Chris
Can anyone tell me at least what is the expected behaviour ? I am surprised that this does not work out of the box and thinking I must have broken something somehow... For reference, the global users are automatically created with a custom AuthService using the following snippet: // create user Map<String, String> extended = new HashMap<String, String>(); extended.put("active", "1"); context.getWiki().createUser(validUserName, extended, context); Thanks in advance for any pointer, I really would like to solve this issue. -- Chris On 7/27/2013 02:23, Christian Meunier wrote:
Hi,
When I am clicking on a global user from a sub wiki, I end up on a document not found, example: http://foo.wiki.testwebsite.com:8080/bin/XWiki/jelan <http://rift.wiki.devmagelo.com:8080/bin/XWiki/jelan> (jelan being the global user)
Am missing something ? Btw, I am using XWIKI ENTERPRISE 5.1
Thanks in advance !
-- Chris _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Discussion continued on devs http://lists.xwiki.org/pipermail/devs/2013-July/054706.html . On Sat, Jul 27, 2013 at 7:02 PM, Christian Meunier <[email protected]> wrote:
Can anyone tell me at least what is the expected behaviour ? I am surprised that this does not work out of the box and thinking I must have broken something somehow... For reference, the global users are automatically created with a custom AuthService using the following snippet:
// create user Map<String, String> extended = new HashMap<String, String>(); extended.put("active", "1"); context.getWiki().createUser(validUserName, extended, context);
Thanks in advance for any pointer, I really would like to solve this issue.
-- Chris
On 7/27/2013 02:23, Christian Meunier wrote:
Hi,
When I am clicking on a global user from a sub wiki, I end up on a document not found, example: http://foo.wiki.testwebsite.com:8080/bin/XWiki/jelan <http://rift.wiki.devmagelo.com:8080/bin/XWiki/jelan> (jelan being the global user)
Am missing something ? Btw, I am using XWIKI ENTERPRISE 5.1
Thanks in advance !
-- Chris _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Christian Meunier -
Marius Dumitru Florea