diff --git a/draft-ietf-httpbis-safe-method-w-body.xml b/draft-ietf-httpbis-safe-method-w-body.xml
index 8fb780f76..7669c2c86 100644
--- a/draft-ietf-httpbis-safe-method-w-body.xml
+++ b/draft-ietf-httpbis-safe-method-w-body.xml
@@ -361,6 +361,11 @@ Accept-Query = 1#media-type
resource &SHOULD; be chosen such that it does not include any sensitive
portions of the original request content.
+
+ Caches that normalize QUERY content incorrectly or in ways that are
+ significantly different than how the resource processes the content
+ can return the incorrect response if normalization results in a false positive.
+
A QUERY request from user agents implementing CORS (Cross-Origin Resource Sharing)
will require a "preflight" request,
@@ -681,6 +686,7 @@ Dubois, Camille, camille.dubois@example.net
Improve language about sensitive information in URIs ()
Clarified description of conditional queries ()
Editorial changes to Introduction (ack Will Hawkins, )
+ Added Security Consideration with respect to Normalization ()
Added CORS considerations ()
SQL media type is application/sql (RFC6922) ()
Added overview table to introduction ()