]
Tomaz Cerar updated WFLY-3559:
------------------------------
Affects Version/s: 8.1.0.Final
JBoss AS7 7.2.0.Final
RemoteHostTrustLoginModule: HostThreadLocal seems to be unset
-------------------------------------------------------------
Key: WFLY-3559
URL:
https://issues.jboss.org/browse/WFLY-3559
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Security
Affects Versions: JBoss AS7 7.2.0.Final, 8.1.0.Final
Reporter: Matthias Berndt
Assignee: Darran Lofthouse
RemoteHostTrustLoginModule needs HostThreadLocal to work correctly. In 6.0
org.jboss.web.tomcat.security.RemoteHostValve was used to call
org.jboss.security.plugins.HostThreadLocal#set.
In 8.1 ist doesn't work and looking at the source RemoteHostValve is (of cause) gone
und HostThreadLocal#set doesn't seem to be called anywhere. At least it isn't
called directly in any class and debugging doesn't step into this method.