-
- Downloads
GetLogByIndexHandler returns 404 for missing index (#297)
* GetLogByIndexHandler returns 404 for missing index
GRPC return codes have changed after switching the Trillian GRPC calls
due to recent changes; therefore we need to adapt for InvalidArgument
which should be returned as a 404 Not Found error to callers.
Fixes #296
Signed-off-by:
Bob Callaway <bob.callaway@gmail.com>
Showing
- .github/workflows/main.yml 6 additions, 0 deletions.github/workflows/main.yml
- pkg/api/entries.go 1 addition, 1 deletionpkg/api/entries.go
- tests/e2e-test.sh 5 additions, 2 deletionstests/e2e-test.sh
- tests/e2e_test.go 12 additions, 0 deletionstests/e2e_test.go
- tests/util.go 7 additions, 1 deletiontests/util.go
Loading
Please register or sign in to comment