summaryrefslogtreecommitdiffstats
path: root/src/main/java/edu/kit/scc/dei/ecplean/ECPAuthenticator.java
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...
* Update httpclient library from version 4.5.x to version 5.yManuel Bentele2021-12-211-12/+12
|
* Support retrying authentication without an @... suffix automaticallySimon Rettberg2019-09-201-3/+14
|
* Clear cookies before every authentication requestSimon Rettberg2018-03-221-3/+7
| | | | Solves problems with repeated auth tries
* Update apache httpclient, minor cleanupsSimon Rettberg2017-08-081-17/+10Star
|
* Request headers again; IdP request MUST be Content-Type: text/xml apparentlySimon Rettberg2017-07-271-5/+8
|
* 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-221-42/+37Star
| | | | IdP; clean up imports and compact catch blocks
* initial commit of 'ecp-client-lean' from KITJonathan Bauer2014-11-281-0/+167