jakartaee / authentication

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

Correct way to configure the TCK #220

Open markt-asf opened 2 months ago

markt-asf commented 2 months ago

I have manged, barring some challenges, to get the TCK passing with Tomcat 11. However, that required various configuration steps that seem rather hacky. I suspect I am not quite doing things the right way. I'd like to understand the right way to do these things so I can submit a PR to add the necessary configuration to the TCK to run with Tomcat.

I added to tomcat-11 profile to tck/pom.xml. This appears to the the correct way to do things so I am not concerned about these.

The configuration changes I am concerned about are:

Pointers to better/correct ways for each of the above welcome.