aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/java/at/gv
AgeCommit message (Expand)AuthorFilesLines
3 daysmove kotlin tests back to the correct source treeJakob Heher1-1/+0
3 daysfix application context initialization for nonstandard spring contexts (such ...Jakob Heher1-2/+0
3 daysremove pdfbox 2 moduleJakob Heher1-1/+1
3 daysfix placeholder parsing for pdfbox 3 (and test cases)Jakob Heher1-5/+0
6 dayschore(core): reduce ExceptionCatchFilter logging to exceptions onlyThomas Lenz2-18/+22
6 dayschore(core): rework PDF-AS-Web configuration integration with Spring Boot con...Thomas Lenz2-41/+90
6 daysfix(core): remove embedded Tomcat dependencyThomas Lenz1-20/+0
13 daysFix pdf-as-web-db data model (#97)Jakob Heher4-28/+18
13 daysinclude springboot admin client (default to disabled) (#96)Jakob Heher2-9/+35
2026-06-10use pdf-as-web.properties as a spring configuration source (#95)Jakob Heher1-0/+8
2026-06-10Connector url cleanup (#94)Jakob Heher1-4/+4
2026-06-10deployment fixes for external tomcat (#93)Jakob Heher3-7/+7
2026-06-09fix ExceptionCatchFilter consuming multipart bodies incorrectly (#92)Jakob Heher1-12/+16
2026-06-09Improve CXF/SOAP fault logging (#89)Jakob Heher2-23/+52
2026-06-09Clean up `Connector` usages (#90)Jakob Heher6-271/+164
2026-06-09migrate to StandardCharsets (java 17) (#91)Jakob Heher6-9/+15
2026-06-09map the legacy logback.configurationFile property to spring's logging.config ...Jakob Heher1-0/+14
2026-06-08Further follow-up fixes (#87)Jakob Heher5-74/+74
2026-05-12Update docs & various fixes discovered in the process (#86)Jakob Heher8-176/+58
2026-04-30Move pdf-as-web.conf to Spring & add MOA timeout (#84)Jakob Heher7-55/+51
2026-04-16fix some semgrep reported issues (#83)Jakob Heher6-11/+17
2026-04-15pdf-as-5 (#82)Jakob Heher42-335/+722
2024-10-25chore(sl1): optimize error-handling on SL1 data-url end-pointThomas2-12/+35
2024-09-05feat(web): add configuration property to disable implicated signature-verific...Thomas2-52/+75
2023-11-22feat(web): add configuration parameter to use different domain for DataURL co...Thomas2-23/+38
2023-09-13feat(core): add custom HTTP header to provide filenameThomas1-0/+7
2023-08-30style(core): just some code-style workThomas1-2/+1
2023-06-29fix(placeholder): search for requested placeholderId in matchMode 'sorted' tooThomas1-0/+1
2023-06-29fix(core): set valid encoded 'Content-Disposition' header in provide-signed-P...Thomas1-3/+3
2023-06-27feat(web): add request parameter to enable/disable QR-code placeholder search...Thomas3-3/+17
2023-06-27chore(sl20): check if JoseUtils for SL2.0 are initializedThomas1-1/+7
2023-06-26refact(placeholder): clean-up, bugfix and optimize QR-Code placeholder detectionThomas2-18/+5
2023-06-14chore(core): some small code maintenanceThomas2-14/+3
2023-06-14feat(core): do not create a HTTP session for some servlet endpointsThomas2-35/+57
2023-06-14fix(web): catch possible nullPointerException in case of wrong or unknown ses...Thomas1-1/+10
2023-05-16feat(qr): add language parameter to placeholder serviceThomas1-5/+9
2023-04-11chore(pdf-as-web): Handle error url not containing an explicit portThomas1-6/+9
2023-01-11feat(web): add bulk-light functionality into PDF-AS-WebThomas10-1086/+1415
2022-05-20Fix parameter name in docGerald Palfinger1-1/+1
2022-01-12Do not use alpha channel when outputting to jpgGerald Palfinger1-2/+1
2022-01-12Change placeholder image output from PNG to JPGGerald Palfinger1-18/+11
2021-07-22generate placeholders without leading zeros and limit length to 5 digitsAlexander Marsalek1-0/+8
2021-07-22fix for issue #49Alexander Marsalek1-1/+1
2021-06-28seems to work on most systems ..Alexander Marsalek1-2/+12
2021-06-16ignore empty signatureblock parameters via pdf-as-web form, still RC1Alexander Marsalek1-1/+2
2021-06-14v4.1.7-RC-0.0.8 changed post formular parameter handling to sbp:keyA=valueA&s...Alexander Marsalek1-11/+10
2021-06-11version 4.1.7-RC-0.0.7, added sbp parameter to ExternSignServletAlexander Marsalek2-7/+19
2021-06-01Merge branch 'master'Alexander Marsalek5-11/+12
2021-06-01filter everything from placeholder id except 0-9 during placeholder generationAlexander Marsalek1-3/+5
2021-04-16errorhandlingAlexander Marsalek1-8/+13