You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I'm new to the adva CMS so it took me some time to figure this out. But since my last name is Aßmann it really bothered me. :)
in adva_cms/engines/adva_cms/public/javascripts/adva_cms/application.js at line 4 you try to unescape the values from a cookie. It seems Rails uses URI encode for values stored in cookies so you need to call decodeURIComponent instead of unescape.
Regards
Florian Aßmann !(Florian AÃ�mann :)
The text was updated successfully, but these errors were encountered:
Ah, my fail. Forgot that I changed authentication_user.rb, too. I've wrapped user.name in a CGI.escape before assignment to cookies[:uname]. This works for me in FF 3.5.5 and Safari 4.0.3.
Ok, I'm new to the adva CMS so it took me some time to figure this out. But since my last name is Aßmann it really bothered me. :)
in adva_cms/engines/adva_cms/public/javascripts/adva_cms/application.js at line 4 you try to unescape the values from a cookie. It seems Rails uses URI encode for values stored in cookies so you need to call decodeURIComponent instead of unescape.
Regards
Florian Aßmann !(Florian AÃ�mann :)
The text was updated successfully, but these errors were encountered: