-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Static JAAS Configuration Setting in KerbAuthentication #2590
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2590 +/- ##
============================================
+ Coverage 51.22% 51.34% +0.11%
- Complexity 3956 3977 +21
============================================
Files 147 147
Lines 33657 33655 -2
Branches 5624 5624
============================================
+ Hits 17241 17280 +39
+ Misses 14002 13980 -22
+ Partials 2414 2395 -19 ☔ View full report in Codecov by Sentry. |
@muskan124947 Please include a detailed description of the change (what, why, behavior implications, etc.) and link to the source issue (if applicable) so that we can have context for the PR. |
Github Issue: #2586 -> Driver should not override default JAAS configuration
Action: Remover call javax.security.auth.login.Configuration.setConfiguration from static block in class com.microsoft.sqlserver.jdbc.KerbAuthentication