Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix version ranges moreHEADmaster | Simon Rettberg | 2024-10-02 | 1 | -2/+2 |
| | |||||
* | Tighter connection timeouts, fix version range in pom.xml | Simon Rettberg | 2024-10-02 | 2 | -3/+18 |
| | |||||
* | 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... | ||||
* | [maven] Use https | Simon Rettberg | 2022-12-07 | 1 | -2/+2 |
| | |||||
* | Update httpclient library from version 4.5.x to version 5.y | Manuel Bentele | 2021-12-21 | 4 | -43/+64 |
| | |||||
* | Update log4j because of the CVE-2021-45105 security flaw | Manuel Bentele | 2021-12-20 | 1 | -2/+2 |
| | |||||
* | Update log4j because of the CVE-2021-45046 security flaw | Manuel Bentele | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 2 | -4/+16 |
| | |||||
* | Add URL to the project's website to the Maven configuration | Manuel Bentele | 2021-05-18 | 1 | -0/+1 |
| | |||||
* | Remove unused Java import to fix warning | Manuel Bentele | 2021-03-26 | 1 | -1/+0 |
| | |||||
* | Fix Maven resource encoding warning | Manuel Bentele | 2021-03-26 | 1 | -1/+4 |
| | |||||
* | Enable Java compiler warnings | Manuel Bentele | 2021-03-26 | 1 | -0/+1 |
| | |||||
* | Add support for Java 8 | Manuel Bentele | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | 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 | 5 | -56/+38 |
| | |||||
* | 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 | ||||
* | Relax httpclient version requirement, set required java version to 1.7 | Simon Rettberg | 2015-06-22 | 1 | -3/+3 |
| | |||||
* | Add deploy section, change group id in case we start modifying | Simon Rettberg | 2014-11-28 | 1 | -2/+15 |
| | |||||
* | initial commit of 'ecp-client-lean' from KIT | Jonathan Bauer | 2014-11-28 | 9 | -0/+557 |