
Martin Peřina has submitted this change and it was merged. Change subject: core: Update the syntax of HTTP compression filter ...................................................................... core: Update the syntax of HTTP compression filter The syntax of the predicates used by Undertow has changed to use parenthesis instead of square brackets. As a result the configuration that we use to enable compression of HTTP responses generates the following warning during startup: WARN Predicate regex[...] uses old style square braces to define predicates, which will be removed in a future release. predicate[value] should be changed to predicate(value) This patch changes replaces the square brackets with parenthesis. Change-Id: If07df6b6f78ff442056a4e46ae7b4fab2184f396 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M packaging/services/ovirt-engine/ovirt-engine.xml.in 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Martin Peřina: Looks good to me, approved Juan Hernandez: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/56058 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If07df6b6f78ff442056a4e46ae7b4fab2184f396 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>