Commit Graph

6 Commits

Author SHA1 Message Date
Florian e6566b58bd revert missing tests + small fixes
- revert the 4 missing tests, e.g. proxy test from commit 20468f5
- add virtual host name `test.localhost` to embedded jetty server
  (JUnit Tests) since localhost and IP-Addresses are no longer
  supported by the proxy and use this address inside proxy `src`
- add `test-localhost` support for the docker tests. To support
  this the docker hostname need to be set to test.localhost by:
  `--hostname=test.localhost` (only for the docker tests)
- proxy: add file format support for PDF
- proxy: add error messages on "bad request" response
- proxy: remove dead code
- old proxy: add error messages on "bad request" response
- fix incorrect README link to docs
- add `HTTP_PROXY_READ_TIMEOUT` option -- close #240
2023-05-04 18:30:58 -04:00
Arnaud Roques 20468f5bd9 Temporary remove tests 2022-12-06 19:18:43 +01:00
Florian 8d5be87f03 update junit test classes and there dependencies 2021-10-11 18:43:18 +02:00
Maxime Sinclair fd2b6e7c02 [TASK] Checkstyle report and mvn site configuration 2014-02-06 18:28:06 +01:00
Maxime Sinclair e8920c230d [TASK] Test cleanup 2013-11-27 11:54:20 +01:00
maximesinclair 7c8f361826 [FEATURE] Proxy redesign, first step 2013-11-25 22:35:58 +01:00