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

net/http: invalid byte 'Ã' in Cookie.Path; dropping invalid bytes #27

Closed
tgulacsi opened this issue Nov 27, 2016 · 0 comments
Closed

Comments

@tgulacsi
Copy link

For path (window name) with accent:

2016/11/27 09:13:52 Starting GUI server on: http://localhost:8081/Számlázó/
[szamlazo] 2016/11/27 09:13:52 Starting GUI server on: http://localhost:8081/Számlázó/
[szamlazo] 2016/11/27 09:13:52 Incoming: /Számlázó/
[szamlazo] 2016/11/27 09:13:52  Rendering windows list.
[szamlazo] 2016/11/27 09:14:02 Incoming: /Számlázó/main
[szamlazo] 2016/11/27 09:14:18 Incoming: /Számlázó/login
2016/11/27 09:14:18 SESSION created: AaeLFcMlzZ2cle4mGK0Bh0
[szamlazo] 2016/11/27 09:14:18 SESSION created: AaeLFcMlzZ2cle4mGK0Bh0
2016/11/27 09:14:18 net/http: invalid byte 'Ã' in Cookie.Path; dropping invalid bytes

So it seems that that path is used as-is in cookie path - it should be escaped!

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

No branches or pull requests

1 participant