Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tighter connection timeouts, fix version range in pom.xml | Simon Rettberg | 2024-10-02 | 1 | -2/+17 |
| | |||||
* | Silence NPE from reset call on certain JVMs | Simon Rettberg | 2023-12-15 | 1 | -2/+5 |
| | | | | | To be debugged, no idea where this is coming from as of now. A lot of calls seem to be deprecated now, maybe time to refactor this... | ||||
* | Update httpclient library from version 4.5.x to version 5.y | Manuel Bentele | 2021-12-21 | 3 | -40/+60 |
| | |||||
* | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 1 | -3/+3 |
| | |||||
* | Remove unused Java import to fix warning | Manuel Bentele | 2021-03-26 | 1 | -1/+0 |
| | |||||
* | Unconditionally send Auth header to IdP | Simon Rettberg | 2019-10-11 | 1 | -8/+11 |
| | | | | | | | | | | The apache HTTP lib "helpfully" tries to talk to the IdP without sending the provided credentials first, and only retries the request with those credentials if the first attempt results in "401 Authorization Required". This apparently breaks with IdP 3.x's integrated ECP support as that always replies with "200 OK", putting an error message in the XML payload of the reply instead, so the apache lib never retries the request with credentials. | ||||
* | Support retrying authentication without an @... suffix automatically | Simon Rettberg | 2019-09-20 | 2 | -21/+65 |
| | |||||
* | Log XML reply if failed to parse | Simon Rettberg | 2018-09-26 | 1 | -12/+7 |
| | |||||
* | Clear cookies before every authentication request | Simon Rettberg | 2018-03-22 | 2 | -4/+8 |
| | | | | Solves problems with repeated auth tries | ||||
* | Update apache httpclient, minor cleanups | Simon Rettberg | 2017-08-08 | 4 | -54/+36 |
| | |||||
* | Request headers again; IdP request MUST be Content-Type: text/xml apparently | Simon Rettberg | 2017-07-27 | 2 | -8/+11 |
| | |||||
* | Add dummy EntityResolver to prevent 1 minute freezes | Simon Rettberg | 2016-06-13 | 1 | -0/+7 |
| | |||||
* | Apply short timeouts to http requests | Simon Rettberg | 2015-09-04 | 1 | -0/+6 |
| | |||||
* | Check StatusCode returned by IdP; set proper content type in requests to ↵ | Simon Rettberg | 2015-06-22 | 2 | -42/+40 |
| | | | | IdP; clean up imports and compact catch blocks | ||||
* | initial commit of 'ecp-client-lean' from KIT | Jonathan Bauer | 2014-11-28 | 7 | -0/+520 |