We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html
zendframework
Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7352 User: @jurajseffer Created On: 2015-03-21T13:59:27Z Updated At: 2015-11-06T21:19:42Z Body ZF version tested on: 2.3.3
An application sometimes receives the following (invalid?) accept header:
Accept: text/html,application/xhtml+xml,application/xml;image/png,image/jpeg,image/*;q=0.9,*/*;q=0.8
This causes an "Undefined offset: 1" notice on line 174 in Zend\Http\Header\AbstractAccept
$value = trim($explode[1]);
Originally posted by @GeeH at zendframework/zend-http#73
The text was updated successfully, but these errors were encountered:
it seems already handled at
laminas-http/src/Header/AbstractAccept.php
Line 171 in 176e286
Sorry, something went wrong.
No branches or pull requests
This issue has been moved from the
zendframework
repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.htmlOriginal Issue: https://api.github.com/repos/zendframework/zendframework/issues/7352
User: @jurajseffer
Created On: 2015-03-21T13:59:27Z
Updated At: 2015-11-06T21:19:42Z
Body
ZF version tested on: 2.3.3
An application sometimes receives the following (invalid?) accept header:
This causes an "Undefined offset: 1" notice on line 174 in Zend\Http\Header\AbstractAccept
Originally posted by @GeeH at zendframework/zend-http#73
The text was updated successfully, but these errors were encountered: