jgit/org.eclipse.jgit.http.test/tst/org/eclipse/jgit
Sven Selberg ac127a7932 Don't handle internal git errors as an HTTP error
The fix that fixed the propagation of error-codes:
  8984e1f66 HTTP Smart: set correct HTTP status on error [1]
made some faulty assumptions.

"Wants not valid", can be an intermittent git error and the HTTP
response should be 200 and not 400 since the request isn't necessary
faulty.

[1] https://git.eclipse.org/r/c/jgit/jgit/+/192677

Bug: 579676
Change-Id: I461bc78ff6e450636811ece50d21c57a2a7f2ae3
2022-11-10 04:35:28 -04:00
..
http Don't handle internal git errors as an HTTP error 2022-11-10 04:35:28 -04:00
transport/http/apache HttpClientConnectionTest: organize imports 2021-11-22 20:50:32 +01:00