jakartaee / authentication

Jakarta Authentication
https://eclipse.org/ee4j/jaspic
Other
24 stars 33 forks source link

[TCK] TSSV Logger not properly initialized #118

Closed jeanouii closed 5 months ago

jeanouii commented 3 years ago

Hi,

Looks like when running the authentication TCK with Tomcat AuthConfigFactory, the TSSV logger is not properly initialized for the test src/com/sun/ts/tests/jaspic/spi/servlet/Client.java

In the setup, there is a test based on the system property log.file.location It points to a directory, but the file name is not added, like the LogProcessor. So basically the file never exists and never get initialized. Or at least not soon enough to start recording events.