You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/v4.7.2.html
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -302,12 +302,9 @@ <h1>Version 4.7.2<a class="headerlink" href="#version-4-7-2" title="Link to this
302
302
<sectionid="bugs-fixed">
303
303
<h2><aclass="toc-backref" href="#id1" role="doc-backlink">Bugs Fixed</a><aclass="headerlink" href="#bugs-fixed" title="Link to this heading"></a></h2>
304
304
<ulclass="simple">
305
-
<li><dlclass="simple">
306
-
<dt><strong>Security:</strong> Fixed a bug where the CSRF filter could corrupt JSON request bodies after successful</dt><dd><p>verification when the CSRF token was provided via the <codeclass="docutils literal notranslate"><spanclass="pre">X-CSRF-TOKEN</span></code> header.
307
-
This caused <codeclass="docutils literal notranslate"><spanclass="pre">IncomingRequest::getJSON()</span></code> to fail on valid <codeclass="docutils literal notranslate"><spanclass="pre">application/json</span></code> requests.</p>
308
-
</dd>
309
-
</dl>
310
-
</li>
305
+
<li><p><strong>Security:</strong> Fixed a bug where the CSRF filter could corrupt JSON request bodies after successful
306
+
verification when the CSRF token was provided via the <codeclass="docutils literal notranslate"><spanclass="pre">X-CSRF-TOKEN</span></code> header.
307
+
This caused <codeclass="docutils literal notranslate"><spanclass="pre">IncomingRequest::getJSON()</span></code> to fail on valid <codeclass="docutils literal notranslate"><spanclass="pre">application/json</span></code> requests.</p></li>
<h2><aclass="toc-backref" href="#id3" role="doc-backlink">Changes</a><aclass="headerlink" href="#changes" title="Link to this heading"></a></h2>
317
317
<ulclass="simple">
318
-
<li><dlclass="simple">
319
-
<dt><strong>Commands:</strong> The <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> option for the <codeclass="docutils literal notranslate"><spanclass="pre">routes</span></code> command is renamed to <codeclass="docutils literal notranslate"><spanclass="pre">--sort-by-handler</span></code> to avoid conflict with the common use of <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> as a shortcut for <codeclass="docutils literal notranslate"><spanclass="pre">--help</span></code>.</dt><dd><p>The old <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> option will continue to work until v4.8.0, at which point it will be removed and repurposed as a shortcut for <codeclass="docutils literal notranslate"><spanclass="pre">--help</span></code>.
320
-
A warning message is displayed when using the old <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> option to encourage users to switch to the new <codeclass="docutils literal notranslate"><spanclass="pre">--sort-by-handler</span></code> option.</p>
321
-
</dd>
322
-
</dl>
323
-
</li>
318
+
<li><p><strong>Commands:</strong> The <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> option for the <codeclass="docutils literal notranslate"><spanclass="pre">routes</span></code> command is renamed to <codeclass="docutils literal notranslate"><spanclass="pre">--sort-by-handler</span></code> to avoid conflict with the common use of <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> as a shortcut for <codeclass="docutils literal notranslate"><spanclass="pre">--help</span></code>.
319
+
The old <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> option will continue to work until v4.8.0, at which point it will be removed and repurposed as a shortcut for <codeclass="docutils literal notranslate"><spanclass="pre">--help</span></code>.
320
+
A warning message is displayed when using the old <codeclass="docutils literal notranslate"><spanclass="pre">-h</span></code> option to encourage users to switch to the new <codeclass="docutils literal notranslate"><spanclass="pre">--sort-by-handler</span></code> option.</p></li>
0 commit comments