- [qx.bom.Cookie] Previous versions of qooxoo use
escape()
andunescape()
functions. Since those functions are deprecated, then now qooxdoo useencodeURIComponent()
anddecodeURIComponent()
functions. This may break some cookies. There are no issues with special characters like~!@#$%^&*(){}[]=:/,;?+\'"\\
but some unicode characters likeäëíöü
(etc) are encoded different byescape()
andencodeURIComponent()
, so you must take care of this change if you use unicode characters.