Hello,
I've never really understand why
proxy-address-forwarding is not enabled by default.
Is there any use case where enabling it would be a problem ?
I've done several tests and even when we are not behind a proxy having proxy-address-forwarding=true is not problematic and everything works fine.
Wildfly does not care if no x-forwarded-* headers are present on the request even when it
proxy-address-forwarding=true
enabled and it does not generate any error.
So why not keep it always to true ?
Thanks a lot.