Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Fix a fatal error when assert WWW-Authenticate header is sent - Hotfix/5658 #5659

Closed
wants to merge 2 commits into from
Closed

Conversation

lenore-corbeaux
Copy link
Contributor

Fix a fatal error that occured when an assert[Not]ReponseHeader* method is called to check a MultipleHeaderInterface (like WWW-Authenticate).

When dealing with MultipleHeaderInterface :

  • assert* methods will check that at least one header match.
  • assertNot* methods will check that every headers doesn't match.

Concerns issue #5658

Lucas CORBEAUX added 2 commits January 1, 2014 15:30
Fix a fatal error that occured when an assert[Not]ReponseHeader* method is called to check a MultipleHeaderInterface (like WWW-Authenticate).

When dealing with MultipleHeaderInterface :

* assert* methods will check that at least one header match.
* assertNot* methods will check that every headers doesn't match.
Remove an assertEquals that had no use.
@weierophinney weierophinney added this to the 2.2.6 milestone Mar 3, 2014
@weierophinney weierophinney self-assigned this Mar 3, 2014
weierophinney added a commit that referenced this pull request Mar 3, 2014
Fix a fatal error when assert WWW-Authenticate header is sent - Hotfix/5658
weierophinney added a commit that referenced this pull request Mar 3, 2014
weierophinney added a commit to zendframework/zend-test that referenced this pull request May 15, 2015
…x/hotfix/ZF-5658

Fix a fatal error when assert WWW-Authenticate header is sent - Hotfix/5658
weierophinney added a commit to zendframework/zend-test that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-test that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants