summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf
AgeCommit message (Collapse)AuthorFilesLines
2021-03-30add some Junit fixes and other spotbug based oneslalber3-32/+58
2021-03-30added some error Handlinglalber3-10/+16
2021-03-30no ticket or link fixlalber1-12/+13
2021-03-30Second version of featurelalber2-53/+73
2021-03-30First version of featurelalber3-155/+377
2021-03-26better error conf and some fixeslalber2-11/+17
2021-03-21Junit fixeslalber3-37/+93
2021-03-16add some Junit fixes and other spotbug based oneslalber3-33/+60
2021-03-12added some error Handlinglalber3-10/+16
2021-03-12refactor some code to Java Stream APIThomas5-41/+34
2021-03-12no ticket or link fixlalber1-12/+13
2021-03-11refactor BpkBuilder in eaaf-utilsThomas5-451/+5
2021-03-10add AuthSessionWrapper for ID Austria specific informationThomas1-0/+34
2021-03-10Second version of featurelalber2-53/+71
2021-03-08First version of featurelalber3-193/+409
2021-03-04update some attribute-buildersThomas3-9/+10
2021-03-03update default error-handling to optimize visualizationThomas1-12/+14
2021-03-02update error-messages in process-managementThomas4-10/+14
2021-03-01change endpoints for protocol-finalization controller and add basic modul ↵Thomas2-4/+6
for end-points
2021-02-24update error-GUI form to differ between internal und external error-codesThomas1-14/+22
2021-02-23use internal-to-external error mapping for GUIThomas1-1/+1
2021-02-19fix wrong bPK calculation for XZVR and XERSB bpkTargetsThomas2-6/+32
2021-01-07refactor AbstractLocaleAuthTask to move userStopOperation into parent classThomas Lenz2-36/+42
2020-12-26fix possible NullPointerException in BpkAttributeBuilderThomas Lenz1-4/+5
2020-12-23add new module that include common-code for SpringBoot applicationsThomas Lenz1-4/+1
2020-12-14set TransactionId as MDC property in case of a found but invalid pendingRequestThomas Lenz1-0/+7
2020-12-09add findSecBugs extension into spotbugs plug-inThomas Lenz3-28/+15
2020-12-02add attribute-builder for piiTransactionId transferThomas Lenz2-2/+39
2020-11-26fix codestyle issueThomas Lenz1-4/+4
2020-11-20fix bug in central error-handling that lead to a ClassCastException in some ↵Thomas Lenz1-22/+34
cases (Jira EID-647)
2020-11-09add attribute-builder for unique transactionIdThomas Lenz1-0/+33
2020-11-09fix missing "transactionID" injection in protocol-finalization and ↵Thomas Lenz1-1/+13
error-handler steps
2020-11-06adapt logging to improve debuggingThomas Lenz3-4/+14
2020-11-06optimize error-handling in case with special focus on backend ↵Thomas Lenz3-24/+42
communication-requests
2020-10-21add new configuration property to switch between log-level "WARN" and "INFO" ↵Thomas Lenz1-70/+72
based on internal errorIds remove duplicated logging
2020-10-13refactor error processingThomas Lenz1-11/+17
2020-10-13Serialize exceptions in error-handler manually to fix problems with ↵Thomas Lenz2-14/+29
Serialization in some caching frameworks
2020-09-08fix some broken jUnit testsThomas Lenz1-1/+1
2020-09-02opimize logging of BpkBuilder implementationThomas Lenz1-8/+11
2020-08-11remove some deprecated markerThomas Lenz1-10/+6
2020-07-30update MOA-Sig verification API to set signature-verification timestampThomas Lenz1-2/+27
2020-07-03update wrong log messageThomas Lenz1-1/+2
2020-07-01update log message in case of SL2.0 VDA connection errorThomas Lenz3-42/+58
2020-06-10Add new AttributeBuilder registrationThomas Lenz1-0/+88
2020-06-03make some constants public in DomUtilsThomas Lenz1-4/+4
2020-05-05refactor HSM-Facade initialization to JAVA Reflection API to facilitate ↵Thomas Lenz1-2/+0
usage of eaaf_core_utils without HSM-Facade
2020-05-04add Pattern for encryped bPK target identifier and add new method into ↵Thomas Lenz2-24/+29
BpkBuilder
2020-04-22update log messages and pendingRequest clean-up in finalization stepThomas Lenz2-15/+9
2020-04-01update process-engine support HTTP POST and GET error forwarting.Thomas Lenz4-35/+74
This is needed for processes in IFrames
2020-04-01fix wrong format in case of encrypted wbPKsThomas Lenz1-20/+37