User tests: Successful: Unsuccessful:
Pull Request for Issue #16038
Added more status to the responseMap and tried to get the best value for a code. Status should now a Valid HTTP 1.1 Status line as per https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html
Test different situations and check if the status is a valid status according to the document listet above.
Not valid status codes
Valid status codes
None
Note: I had to change the unit test because they are testing wrong behaviour
| Status | New | ⇒ | Pending |
| Category | ⇒ | Libraries Unit Tests |
| Labels |
Added:
?
?
|
||
@brianteeman done
The redirect function needs to now check if this is a 3xx status code (the original point of the $responseMap class variable` rather than just checking if it is a key of that variable)
Looks good to me :)
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-05 05:20:19 |
| Closed_By | ⇒ | rdeutz |
Can you order the status codes numerically please