User tests: Successful: Unsuccessful:
Pull Request for Issue # .
in line 1314 ��"$this->class->setHeader('foo', 'car');", the method is called without the $replace argument, meaning it uses the default of "false".
The way headers are set, allowing a duplicate here means the header is replaced in JApplicationWeb::header. If $replace isn't enforced in setHeader then duplicates mean the header gets replaced anyway.
The attempted entry is removed from the assertEquals test.
This change is in conjunction with a JApplicationWeb PR I have waiting
#9836
in line 1314 ��"$this->class->setHeader('foo', 'car');", the method is called without the $replace argument, meaning it uses the default of "false".
The way headers are set, allowing a duplicate here means the header is replaced in JApplicationWeb::header. If $replace isn't enforced in setHeader then duplicates mean the header gets replaced anyway.
The attempted entry is removed from the assertEquals test.
This change is in conjunction with a JApplicationWeb PR I have waiting
#9836
Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
Labels |
Added:
?
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-04-10 19:23:42 |
Closed_By | ⇒ | stutteringp0et |