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

Content-Type header check is not case insensitive, again #19

Open
noresistence opened this issue Dec 17, 2021 · 0 comments · May be fixed by #20
Open

Content-Type header check is not case insensitive, again #19

noresistence opened this issue Dec 17, 2021 · 0 comments · May be fixed by #20

Comments

@noresistence
Copy link

This is the same Issue as #10.

It has been fixed in branch 1.x-dev, but the fix has not been applied to branch 2.0-dev which appears to be the branch that is included in current joomla releases.

Quick summary:
Treatment of Headers does not respect case-insensitivity of HTTP Headers as of RFC 2616.

E.g. when checking the Content-Type header, this could just as well be named CONTENT-TYPE or content-type.

Please apply the fix also to current development branch and release a version that includes the fix.

It stops us from being able to upgrade Joomla without manually tweaking this problem.

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 a pull request may close this issue.

1 participant