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
// Encode all characters according to the "encodeURIComponent" spec
32
32
returnencodeURIComponent(value)
@@ -51,7 +51,7 @@ Rack seems to have [a similar problem](https://github.com/js-cookie/js-cookie/is
51
51
It seems that there is a situation where Tomcat does not [read the parens correctly](https://github.com/js-cookie/js-cookie/issues/92#issue-107743407). To fix this you need to write a custom write converter:
52
52
53
53
```javascript
54
-
varCookies=Cookies.withConverter({
54
+
varTomcatCookies=Cookies.withConverter({
55
55
write:function (value) {
56
56
// Encode all characters according to the "encodeURIComponent" spec
0 commit comments