<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-as-4/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets, branch master</title>
<subtitle>PDF Amtssignatur 4.x (PAdES)</subtitle>
<id>https://git.egiz.gv.at/pdf-as-4/atom?h=master</id>
<link rel='self' href='https://git.egiz.gv.at/pdf-as-4/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/'/>
<updated>2026-06-12T12:03:22+00:00</updated>
<entry>
<title>Fix pdf-as-web-db data model (#97)</title>
<updated>2026-06-12T12:03:22+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-12T12:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=ce9f7ae9d70582bb07e1436360b1eab927c81bf0'/>
<id>urn:sha1:ce9f7ae9d70582bb07e1436360b1eab927c81bf0</id>
<content type='text'>
* also delete packaged release builds when running gradle clean

* fix &amp; test pdf-as-web-db

- rename column for `end`
- fix embeddable data model for statisticevent
- fix storage model to store sign request and statistic event paired</content>
</entry>
<entry>
<title>include springboot admin client (default to disabled) (#96)</title>
<updated>2026-06-12T08:55:41+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-12T08:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=326c1cd1a7340932b027266927dda1bb60555032'/>
<id>urn:sha1:326c1cd1a7340932b027266927dda1bb60555032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deployment fixes for external tomcat (#93)</title>
<updated>2026-06-10T12:16:17+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-10T12:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=afbe8f6aee8d7554b52aa4aa24561731715695da'/>
<id>urn:sha1:afbe8f6aee8d7554b52aa4aa24561731715695da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve CXF/SOAP fault logging (#89)</title>
<updated>2026-06-09T14:04:12+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-09T14:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=fc8a4ad6228632636003c65ec6c005eff5cd03d6'/>
<id>urn:sha1:fc8a4ad6228632636003c65ec6c005eff5cd03d6</id>
<content type='text'>
* restore pre-spring default cxf bus behavior

* log SOAP faults that are not caught by the default exception handler</content>
</entry>
<entry>
<title>Clean up `Connector` usages (#90)</title>
<updated>2026-06-09T13:07:54+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-09T13:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=455433ffc936b72483317b74849e4f27ab6003cb'/>
<id>urn:sha1:455433ffc936b72483317b74849e4f27ab6003cb</id>
<content type='text'>
* migrate all connector-string uses to Connector enum, and fail early for unsupported connectors

* extra null guards + clean up equals for enums

* unify the parameter checking for jks too

* make empty/null inputs fail earlier

* exception instead of empty return</content>
</entry>
<entry>
<title>migrate to StandardCharsets (java 17) (#91)</title>
<updated>2026-06-09T10:34:50+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-06-09T10:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=ab521a7b02d2f01673ab944bbe76c6426edea646'/>
<id>urn:sha1:ab521a7b02d2f01673ab944bbe76c6426edea646</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update docs &amp; various fixes discovered in the process (#86)</title>
<updated>2026-05-12T13:33:19+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-05-12T13:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=c8abbd8bef5349ab892a2853a4e5e3d5ed16b670'/>
<id>urn:sha1:c8abbd8bef5349ab892a2853a4e5e3d5ed16b670</id>
<content type='text'>
- update documentation for pdf-as 5
  - document the v2 json api
- fix a number of documentation quirks
  - document `keyId` parameter
  - px (pixels) -&gt; pt (pdf page units)
  - document --verify_level
- remove a number of documented features that were never implemented:
  - `adobeSignFieldValue` and `sigLogoAltText` from signature profiles
  - `UNDERLINE` and `STRIKETHRU` from fonts
  - `num-bytes` parameter
  - `verify_only`/`sign_only` enable states for profiles
- update mobile BKU base URL
- update pdfbox backend default to 3 in sample configurations
- consistently made boolean parsing from configuration files case permissive
- add moa verification timeout
- add support for BOLDITALIC to all base fonts, and for ITALIC to helvetica and courier
- fix a number of small quirks
  - hibernate properties are now reloaded properly
  - fix the signature block parameter key regex
  - v1 json api now correctly checks for onlinebku/mobilebku being enabled
  - pdfbox 2 module correctly compares for integer equality regardless of cached boxed ints
  - test operationcountwatcher no longer sometimes breaks due to spring context differences</content>
</entry>
<entry>
<title>Move pdf-as-web.conf to Spring &amp; add MOA timeout (#84)</title>
<updated>2026-04-30T08:21:59+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-04-30T08:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=e2bfdc313c0b6395d272624688b4ed1cba7ce967'/>
<id>urn:sha1:e2bfdc313c0b6395d272624688b4ed1cba7ce967</id>
<content type='text'>
* move -Dpdf-as-web.conf to spring

* add configurable timeout to MOA signing

* update workflow trigger</content>
</entry>
<entry>
<title>fix some semgrep reported issues (#83)</title>
<updated>2026-04-16T14:14:46+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-04-16T14:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=f02ecf0235cb17c90e9d1d8c155bd64e729fa46e'/>
<id>urn:sha1:f02ecf0235cb17c90e9d1d8c155bd64e729fa46e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pdf-as-5 (#82)</title>
<updated>2026-04-15T11:49:22+00:00</updated>
<author>
<name>Jakob Heher</name>
<email>jakob.heher@iaik.tugraz.at</email>
</author>
<published>2026-04-15T11:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=77dd3fcc4d85088b15ab859c4438521d9cd6ed10'/>
<id>urn:sha1:77dd3fcc4d85088b15ab859c4438521d9cd6ed10</id>
<content type='text'>
- JDK 17
- PDFBox 3
- PDF-AS Web moved to Spring Boot
- MOA Integration tests w/ new error code

---------

Co-authored-by: Gerald Palfinger &lt;gerald.palfinger@a-sit.at&gt;
Co-authored-by: kathrin.resek &lt;kathrin.resek@a-sit.at&gt;</content>
</entry>
</feed>
