sul-dlss-deprecated / ld4p-tracer-bullets

A place to keep functional specs and documents for Stanford's ld4p tracer bullets
Other
0 stars 1 forks source link

Fix bug in AuthDBProperties when reading server.conf #90

Closed dazza-codes closed 7 years ago

dazza-codes commented 7 years ago

Recent refactoring of AuthDBConnection introduced a bug because it replaced a method for reading a resource as a stream with reading it as a file stream, the latter is not working reliably despite unit tests indicating that it was working. Looks like we also need integration tests (but that is not the immediate purpose of a fix for this bug).