aceba1f1cf
We have an issue where token strings that contain a colon break the existing decoding strategy, which tokenizes on colons. This change urlencodes the individual tokens when creating the cookie string; and urldecodes them decoding the cookie and extracting the tokens. This also eliminates the need for existing code to deal with openid tokens which contain urls, and thus colons. Fixes gh-3355 |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
web.gradle |