Skip to content

Commit

Permalink
Remove "status" from outgoing headers - it was blocked by incompatibl…
Browse files Browse the repository at this point in the history
…e header blacklist.

Signed-off-by: Yufei Cai <yufei.cai@bosch-si.com>
  • Loading branch information
yufei-cai committed Oct 18, 2019
1 parent 702ddcf commit 8cb750b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ public void validateValue(@Nullable final CharSequence value) {
* Key: {@code "status"}, Java type: {@code int}.
* </p>
*/
STATUS_CODE("status", int.class, true, true) {
STATUS_CODE("status", int.class, true, false) {
@SuppressWarnings({"squid:S2201"})
@Override
public void validateValue(@Nullable final CharSequence value) {
Expand Down

0 comments on commit 8cb750b

Please sign in to comment.