summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-24fix(core): set 'SameSite=None' to HTTP security cookieThomas1-2/+3
Reason: otherwise, cookie will not be sent in iFrame
2024-05-23fix(core): enable re-setting of already existing security HTTP cookiesThomas1-3/+5
2024-05-23chore(sl20): add log messages to mark end of DataUrl communicationThomas1-0/+2
2024-05-15feat(http): add custom trust-store configuration propertiesThomas4-31/+212
2024-05-07fix(core): possible nullPointerException in case of HTTP cookies enabled but ↵Thomas1-2/+4
no cookie available
2024-05-07Merge branch 'feature/cookie_based_sec_context' into '2.x/development'Thomas Lenz10-4/+334
feat(core): add optional extended HTTP request validator See merge request egiz/eaaf_components!26
2024-05-06feat(core): add optional extended HTTP request validatorThomas10-4/+334
2024-04-25chore(core): change log-level to Info if IAIK-JCE was not on classpathThomas1-1/+1
2024-04-25build(ci): read apps.egiz.gv.at SSH Server-key from gitlab configurationThomas2-16/+10
2024-04-08build(core): switch to next snapshot versionThomas12-12/+12
2024-04-04build(core): switch to next release versionThomas12-12/+12
2024-04-04fix(jackson): reflection based Jackson modul loaderThomas1-5/+6
Reason: Construct modul classes was wrong implemented before
2024-04-04chore(core): update third-party libsThomas1-14/+20
2024-04-03fix(http): include retry on HTTP POST requestsThomas4-33/+108
Reason: that feature looks be removed during refactoring from Apache HTTP Client v4.x to 5.x
2024-04-03feat(http): support HTTP-Proxy connections on client levelThomas5-2/+149
2024-04-02test(sl20): fix broken tests because default JAVA trust-store uses JKSThomas1-1/+5
2024-03-28feat(http): add configuration parameter to set 'time-to-life' and ↵Thomas5-17/+70
'validation-after-inactivity' for ConnectionPool
2024-03-27fix(http): allow SSL host-certificate validation in any caseThomas3-2/+99
Before, it was only supported in case of SSL client authentication
2024-02-05fix(core): use centrial error-handling service to map internal to external ↵Thomas1-3/+3
error-codes
2024-02-02fix(core): possible NullPointerException during get generic data from sessionThomas1-42/+37
2024-02-01feat(core): add Jackson Joda moduleThomas3-3/+77
Hint: Modules will be only loaded if it is available on classpath
2024-01-19build(core): switch to next snapshot versionThomas12-12/+12
2024-01-17build(core): switch to next release version2.0.0Thomas12-12/+12
2024-01-17chore(core): update third-party libsThomas1-9/+9
2023-12-21feat(errorhandling): update configuration-model to exclude stake-trace loggingThomas9-17/+87
2023-12-21chore(core): update third-party libsThomas1-14/+14
2023-12-20style(core): fix code-style issueThomas1-1/+1
2023-12-20chore(core): add publicURLPrefix validation into some more modulesThomas3-59/+29
2023-12-20feat(core): add one more default implementation of HttpClientResponseHandlerThomas1-0/+28
2023-11-29fix(gui): escape special characters in error messagesThomas1-1/+2
2023-11-29chore(gui): set additionl error-page parameters without escaptionThomas1-1/+1
2023-11-29build(ci): switch to static JAVA 17 and maven versionThomas1-2/+1
2023-11-29fix(http): update HTTP client factory to fix problem with open ↵Thomas1-3/+9
'idle-connection-evictor' threads
2023-10-02feat(core): add configuration utils to operate on specific types of ↵Thomas2-0/+64
configuration values
2023-10-02chore(core): code clean-up and optimizationThomas3-14/+29
2023-09-28chore(core): update openSAML2 to v5.0.0Thomas1-1/+1
2023-09-11chore(core): remove some deprecated API methodsThomas15-30/+56
2023-09-08fix(core): remove some more old javax annotationsThomas2-5/+5
2023-09-07fix(sl20): wrong error-response in case of a invalid data-url accessThomas1-4/+2
2023-09-07fix(sl20): add missing ContentType header on SL2.0 error responseThomas1-0/+2
2023-09-07chore(core): update jaxen to latest versionThomas1-1/+1
2023-09-06fix(sl20): set UTF-8 encoding for SL2.0 requestsThomas1-1/+1
2023-09-06refact(core): remove some more javax. API referencesThomas1-2/+2
2023-09-05Merge branch 'feature/java_17' into '2.x/development'Thomas Lenz6-10/+24
chore(core): some more clean-up tasks to Java 17 See merge request egiz/eaaf_components!25
2023-09-05chore(core): some more clean-up tasks to Java 17Thomas6-10/+24
2023-09-04Merge branch 'feature/java_17' into '2.x/development'Thomas Lenz1-1/+3
build(ci): update deploy step, because 'ssh-keyscan' isn't available in latest maven images See merge request egiz/eaaf_components!24
2023-09-04build(ci): update deploy step, because 'ssh-keyscan' isn't available in ↵Thomas1-1/+3
latest maven images
2023-09-01chore(core): update third-party libs to latest version and remove libs that ↵Thomas2-46/+45
we don't need any more
2023-09-01chore(core): update commons-io to latest versionThomas1-1/+1
2023-08-31build(mvn): update jacoco plugin to latest versionThomas1-1/+1