This commit is contained in:
Stephane Nicoll
2016-06-09 15:30:28 +02:00
parent 72e4064230
commit 8ea5524d6a

View File

@@ -91,7 +91,7 @@ public class HttpEncodingProperties {
force = this.force;
}
if (force == null) {
force = (type == Type.REQUEST ? true : false);
force = (type == Type.REQUEST);
}
return force;
}