]
Deny Wuysan updated WFLY-12191:
-------------------------------
Workaround Description: Remove @Provider on ClientRequestFilter
Affects Version/s: 17.0.1.Final
StackOverflowError is thrown when invoking a REST end-point, with
ClientRequestFilter/ClientResponseFilter registered
---------------------------------------------------------------------------------------------------------------------
Key: WFLY-12191
URL:
https://issues.jboss.org/browse/WFLY-12191
Project: WildFly
Issue Type: Bug
Components: REST
Affects Versions: 17.0.0.Final, 17.0.1.Final
Environment: Fedora 30, Oracle JDK 1.8.0_181
Reporter: Deny Wuysan
Assignee: Alessio Soldano
Priority: Major
Attachments: Authenticator.java, BatchManager.java, WFLY-12191.zip
Please find attached the two Java files corresponding to the error. When setting debugger
on line 50 for Authenticator.java, notice repetitive calls occurred, ONLY on Wildfly
17.0.0.Final.
Have re-tested this case on Wildfly 16.0.0.Final and the REST call made successfully.