Reputation: 1
I'm using wildfly 18 with java 11. undertow is configured to serve http/2. push is disabled and i'm also using gzipFilter.
Response sent to the client does not content the content-length header field.
i'm using jsf_2.3
How can I setup my wildfly so that response header content-length is set?
Upvotes: 0
Views: 469