summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/controller/AbstractController.java
AgeCommit message (Collapse)AuthorFilesLines
2023-08-22fix(core): remove pendingRequest from PendingReqIdValidationException before ↵Thomas1-1/+1
forwarding to error handling Reason: Error serialization is only allowed for a specific set of classes and the PendingRequest is already set in a seperate field.
2023-05-15refact(core): change process-data holder-implementation to use Jackson ↵Thomas1-1/+1
serialization for storage
2023-05-13refact(core): remove double serialization in central error handlingThomas1-12/+3
2021-03-03update default error-handling to optimize visualizationThomas1-12/+14
2020-11-06adapt logging to improve debuggingThomas Lenz1-2/+2
2020-11-06optimize error-handling in case with special focus on backend ↵Thomas Lenz1-11/+16
communication-requests
2020-10-13Serialize exceptions in error-handler manually to fix problems with ↵Thomas Lenz1-3/+14
Serialization in some caching frameworks
2020-07-01update log message in case of SL2.0 VDA connection errorThomas Lenz1-10/+8
2020-04-01update process-engine support HTTP POST and GET error forwarting.Thomas Lenz1-27/+10
This is needed for processes in IFrames
2020-02-05refactor generic error-handling to solve possible invalid error-response in ↵Thomas Lenz1-47/+73
SL2.0
2019-12-05some code code-style modificationsThomas1-30/+29
active code-quality checks!
2019-12-04to some more code quality tasksThomas1-2/+0
2019-12-04common EGIZ code-style refactoringThomas Lenz1-180/+214
2019-09-16fix problems after interface refactoringThomas Lenz1-2/+2
2019-06-06update authenticationData and attribute builderThomas Lenz1-1/+1
2019-04-23add different strategies for pendingRequestId generationThomas Lenz1-7/+13
2019-04-11refactor protocol finalization to support protocol response without final ↵Thomas Lenz1-200/+27
redirect
2018-09-13fix typo in license header1.0.2Thomas Lenz1-2/+2
2018-07-12some more updatesThomas Lenz1-3/+27
2018-06-26initial commitThomas Lenz1-0/+354