summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Silence NPE from reset call on certain JVMsHEADmasterSimon Rettberg2023-12-151-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 httpsSimon Rettberg2022-12-071-2/+2
|
* Update httpclient library from version 4.5.x to version 5.yManuel Bentele2021-12-214-43/+64
|
* Update log4j because of the CVE-2021-45105 security flawManuel Bentele2021-12-201-2/+2
|
* Update log4j because of the CVE-2021-45046 security flawManuel Bentele2021-12-171-2/+2
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-152-4/+16
|
* Add URL to the project's website to the Maven configurationManuel Bentele2021-05-181-0/+1
|
* Remove unused Java import to fix warningManuel Bentele2021-03-261-1/+0Star
|
* Fix Maven resource encoding warningManuel Bentele2021-03-261-1/+4
|
* Enable Java compiler warningsManuel Bentele2021-03-261-0/+1
|
* Add support for Java 8Manuel Bentele2021-03-041-2/+2
|
* Unconditionally send Auth header to IdPSimon Rettberg2019-10-111-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 automaticallySimon Rettberg2019-09-202-21/+65
|
* Log XML reply if failed to parseSimon Rettberg2018-09-261-12/+7Star
|
* Clear cookies before every authentication requestSimon Rettberg2018-03-222-4/+8
| | | | Solves problems with repeated auth tries
* Update apache httpclient, minor cleanupsSimon Rettberg2017-08-085-56/+38Star
|
* Request headers again; IdP request MUST be Content-Type: text/xml apparentlySimon Rettberg2017-07-272-8/+11
|
* Add dummy EntityResolver to prevent 1 minute freezesSimon Rettberg2016-06-131-0/+7
|
* Apply short timeouts to http requestsSimon Rettberg2015-09-041-0/+6
|
* Check StatusCode returned by IdP; set proper content type in requests to ↵Simon Rettberg2015-06-222-42/+40Star
| | | | IdP; clean up imports and compact catch blocks
* Relax httpclient version requirement, set required java version to 1.7Simon Rettberg2015-06-221-3/+3
|
* Add deploy section, change group id in case we start modifyingSimon Rettberg2014-11-281-2/+15
|
* initial commit of 'ecp-client-lean' from KITJonathan Bauer2014-11-289-0/+557