Tomcat 8 MixedAuthenticator bug#192
Tomcat 8 MixedAuthenticator bug#192hazendaz merged 1 commit intoWaffle:masterfrom rripley:tomcat8_fix_LoginConfig
Conversation
being created and used instead of pulling LoginConfig out of the context.
|
Really good catch! Thank you for the contribution. |
Tomcat 8 MixedAuthenticator bug
|
I encourage everyone to write tests for this kind of stuff! |
|
Sure. Makes perfect sense. In this case I did the original coding there. It was an api change in tomcat. I clearly dropped the original ball and appeared to have taken test code to create that object. I'll add some documentation for contributors if we don't have this as a requirement and I will not accept in future without test cases. Thanks for pointing this out. --- Original Message --- From: "Daniel Doubrovkine (dB.) @dblockdotorg" notifications@github.com I encourage everyone to write tests for this kind of stuff! Reply to this email directly or view it on GitHub: |
For the Tomcat 8 MixedAuthenticator, a dummy LoginConfig object was being created and used instead of pulling LoginConfig out of the context.