Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update filebrowser.js #328

Open
wants to merge 2 commits into
base: release/7.4
Choose a base branch
from

Conversation

wtconsulting
Copy link
Contributor

This fixes an issue where Tomcat refuses to use a Masa cookie because of special characters. URL Encoding / Decoding the cookie resolves it. 19-Jul-2024 14:10:11.406 INFO [http-nio-8888-exec-1] org.apache.tomcat.util.http.parser.Cookie.logInvalidHeader A cookie header was received [fbDisplayMode={"displaymode":1}] that contained an invalid cookie. That cookie will be ignored.

This isn't a big issue but helps keep things working as intended and the logs clean.

guustnieuwenhuis and others added 2 commits June 21, 2024 14:15
This fixes an issue where Tomcat refuses to use a Masa cookie because of special characters. URL Encoding / Decoding the cookie resolves it. ```19-Jul-2024 14:10:11.406 INFO [http-nio-8888-exec-1] org.apache.tomcat.util.http.parser.Cookie.logInvalidHeader A cookie header was received [fbDisplayMode={"displaymode":1}] that contained an invalid cookie. That cookie will be ignored.```
@jeroenweareorangeeu
Copy link
Collaborator

Looks like a great small improvement.

@jeroenweareorangeeu jeroenweareorangeeu changed the base branch from main to release/7.4 August 30, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants