Hello! I'm working with Magnolia and I need to log in into the Magnolia from other apllication. I'm generating some URL for it, like http://localhost:8080/magnoliaAuthor/?mgnlUserId=admin&mgnlUserPSWD=...... and it's work fine. But I have user "öäßüuser" and I can't log in (request.getParameter(PARAMETER_USER_ID); from FormLogin.java returns "öäÃüuser"). I tryed to use URLEncoder, but it didn't help. So I can log in as "öäßüuser" using login form, but I can't do it using URL authentication. Can you please give me some idea about this problem? Maybe I can encode username on my application and create some Magnolia filter to decode this username before "LoginFilter" and "LoginForm" classes?
-- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=05fd9ff5-faf5-41b2-b6d2-7d7264dbee1b ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
