-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
inwx: Be case insensitive while searching for the cookie. #4764
Conversation
Welcome |
This should work out. |
Not tested yet, but thanks already. Not sure if it would help as I don't seem to be getting any Header back, just a HTtP/2. But I will try your patch in any case. |
We have tested the patch and it's working. |
At least since 2023-08-25 the cookie is set via `set-cookie' instead the expecting `Set-Cookie' string. A month earlier it was working. Ignore the case while matching the cookie. Fixes: #4763 Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
👍 Strongly Support This Pull Request 👏 I'd like to express our strong support for this pull request. It addresses a critical bug that has been affecting our company and numerous customers, causing significant disruptions. We've been awaiting a solution to this issue and have conducted thorough testing on this pull request. I'm pleased to confirm that it effectively resolves the problem. Given the substantial impact this bug has had, I believe that merging this pull request is of the utmost importance. Additionally, I'd like to highlight that we have a dependency on the acme.sh software in several systems throughout our infrastructure. The process of updating these packages will take some additional time, and the sooner we can get this pull request merged, the sooner we can begin that process. Thank you for considering our input, and we sincerely hope to see this pull request merged soon. Best regards |
+1 Would really appreciate this pull request being merged soon. |
Will fix this issue: #4763 |
Thank's for merging the pull request into the dev branch. |
It will be one week or 2. |
Hello @Neilpang , any news on the ETA for the release including the pull request? |
At least since 2023-08-25 the cookie is set via
set-cookie' instead the expecting
Set-Cookie' string. A month earlier it was working.Ignore the case while matching the cookie.