mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #20055 from davydovanton/doc-fix-typos
[skip ci] Fix typos in actionpack changelog and security guide
This commit is contained in:
commit
8639795c99
2 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@
|
||||||
|
|
||||||
* Ensure `append_info_to_payload` is called even if an exception is raised.
|
* Ensure `append_info_to_payload` is called even if an exception is raised.
|
||||||
|
|
||||||
Fixes an issue where when an exception is raised in the request the additonal
|
Fixes an issue where when an exception is raised in the request the additional
|
||||||
payload data is not available.
|
payload data is not available.
|
||||||
|
|
||||||
See:
|
See:
|
||||||
|
|
|
@ -925,7 +925,7 @@ HTTP/1.1 200 OK [Second New response created by attacker begins]
|
||||||
Content-Type: text/html
|
Content-Type: text/html
|
||||||
|
|
||||||
|
|
||||||
<html><font color=red>hey</font></html> [Arbitary malicious input is
|
<html><font color=red>hey</font></html> [Arbitrary malicious input is
|
||||||
Keep-Alive: timeout=15, max=100 shown as the redirected page]
|
Keep-Alive: timeout=15, max=100 shown as the redirected page]
|
||||||
Connection: Keep-Alive
|
Connection: Keep-Alive
|
||||||
Transfer-Encoding: chunked
|
Transfer-Encoding: chunked
|
||||||
|
|
Loading…
Reference in a new issue