-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed illegal reflection access in kerberos authentication (#839)
* tests cleanup * resolved conflict * fixed typo * fixes * fixes * fixed * review comments * review updates * review update * more review changes * more try-with-resources changes * more * spacing change only * use shared statement in Abstract test again, this will be removed in another PR * try-with-resources for Stream types * remove hardcoded table names * remove shared AE vars * added comment on driver bug * add missing escape characters * get rid of unnecessary bvtTestSetup * more hardcode * fixed issue with AE tests * fixed issue with AE tests * removed more hardcoded values and modified BatchExecutionWithBulkCopyTest to be consistent with other tests * drop all tables after tests * format * remove unused imports * cleanup procedures * Fix compilation error * fix merge errors * removed junk file * add comments * Update DNSKerberosLocator.java fixed typo * Update KerbAuthentication.java removed change of logging level * Update DNSKerberosLocator.java cosmetics * Update DNSKerberosLocator.java removed stupid tab!!
- Loading branch information
1 parent
7679dbe
commit 7f097cd
Showing
3 changed files
with
9 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
src/test/java/com/microsoft/sqlserver/jdbc/dns/DNSRealmsTest.java
This file was deleted.
Oops, something went wrong.