Documentation correction: _after_ making the downstream request, not before.

This commit is contained in:
Vitaliy Pavlyuk
2018-10-22 16:34:03 -04:00
parent 05831014b7
commit 796e2a4fef

View File

@@ -636,7 +636,7 @@ spring:
- RewriteResponseHeader=X-Response-Foo, , password=[^&]+, password=***
----
For a header value of `/42?user=ford&password=omg!what&flag=true`, it will be set to `/42?user=ford&password=\***&flag=true` before making the downstream request. Please use `$\` to mean `$` because of the YAML spec.
For a header value of `/42?user=ford&password=omg!what&flag=true`, it will be set to `/42?user=ford&password=\***&flag=true` after making the downstream request. Please use `$\` to mean `$` because of the YAML spec.
=== SaveSession GatewayFilter Factory
The SaveSession GatewayFilter Factory forces a `WebSession::save` operation _before_ forwarding the call downstream. This is of particular use when