<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 4.3.0</title>
<subtitle>PDF Amtssignatur 4.x (PAdES)</subtitle>
<id>https://git.egiz.gv.at/pdf-as-4/atom?h=4.3.0</id>
<link rel='self' href='https://git.egiz.gv.at/pdf-as-4/atom?h=4.3.0'/>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/'/>
<updated>2023-04-11T15:51:24+00:00</updated>
<entry>
<title>chore(pdf-as-web): Handle error url not containing an explicit port</title>
<updated>2023-04-11T15:51:24+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2023-04-11T15:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=7bc0b978c0e0047f6569040cabae330f8919f0ee'/>
<id>urn:sha1:7bc0b978c0e0047f6569040cabae330f8919f0ee</id>
<content type='text'>
from TUG:
The servlet tries to sanitize the URL by parsing it and writing it back out.
In case the input URL doesn't contain an explicit port, URL.getPort() returns -1
which leads to "https://example.com:-1/mypath" in the template which isn't the
same origin as without a port and gets rejected by the browser.

Instead only add a port to the resulting URL if the input contains one as well.
</content>
</entry>
<entry>
<title>feat(web):  add bulk-light functionality into PDF-AS-Web</title>
<updated>2023-01-11T22:23:30+00:00</updated>
<author>
<name>Thomas</name>
<email></email>
</author>
<published>2023-01-11T22:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=42e68c8f3e53b34663d2fe9c434b0b034ff9ddf0'/>
<id>urn:sha1:42e68c8f3e53b34663d2fe9c434b0b034ff9ddf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not use alpha channel when outputting to jpg</title>
<updated>2022-01-12T13:47:06+00:00</updated>
<author>
<name>Gerald Palfinger</name>
<email>gerald.palfinger@iaik.tugraz.at</email>
</author>
<published>2022-01-12T13:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=e925a149dfb0e07ef995dbc5cffef31de0f4f4aa'/>
<id>urn:sha1:e925a149dfb0e07ef995dbc5cffef31de0f4f4aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change placeholder image output from PNG to JPG</title>
<updated>2022-01-12T13:08:10+00:00</updated>
<author>
<name>Gerald Palfinger</name>
<email>gerald.palfinger@iaik.tugraz.at</email>
</author>
<published>2022-01-11T09:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=08a09e29f16a6419e10ab3af2efbeda69cb84694'/>
<id>urn:sha1:08a09e29f16a6419e10ab3af2efbeda69cb84694</id>
<content type='text'>
Microsoft Word's "print to pdf" function lowers the quality of png images used in a word document.
This leads to a failure on pdf-as placeholder detection using the resulting pdf document.
</content>
</entry>
<entry>
<title>generate placeholders without leading zeros and limit length to 5 digits</title>
<updated>2021-07-22T15:55:53+00:00</updated>
<author>
<name>Alexander Marsalek</name>
<email>amarsalek@iaik.tugraz.at</email>
</author>
<published>2021-07-22T15:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=a898c819e2b496d63c5335faa6f232e7f16423cb'/>
<id>urn:sha1:a898c819e2b496d63c5335faa6f232e7f16423cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for issue #49</title>
<updated>2021-07-22T14:39:23+00:00</updated>
<author>
<name>Alexander Marsalek</name>
<email>amarsalek@iaik.tugraz.at</email>
</author>
<published>2021-07-22T14:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=7617dbe08583cc8b7fa63670a7dbb860d3f25023'/>
<id>urn:sha1:7617dbe08583cc8b7fa63670a7dbb860d3f25023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version 4.1.7-RC-0.0.7, added sbp parameter to ExternSignServlet</title>
<updated>2021-06-11T15:10:21+00:00</updated>
<author>
<name>Alexander Marsalek</name>
<email>amarsalek@iaik.tugraz.at</email>
</author>
<published>2021-06-11T13:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=fd72ba6f0bf8a797fcc5e340fc5a963aef35eaca'/>
<id>urn:sha1:fd72ba6f0bf8a797fcc5e340fc5a963aef35eaca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master'</title>
<updated>2021-06-01T12:38:17+00:00</updated>
<author>
<name>Alexander Marsalek</name>
<email>amarsalek@iaik.tugraz.at</email>
</author>
<published>2021-06-01T10:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=4566ef134c84c31b294ade015bc7e62b9c47ae79'/>
<id>urn:sha1:4566ef134c84c31b294ade015bc7e62b9c47ae79</id>
<content type='text'>
# Conflicts:
#	pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/helper/PdfAsHelper.java
#	pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets/JSONAPIServlet.java
#	pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/ws/PDFASSigningImpl.java
</content>
</entry>
<entry>
<title>filter everything from placeholder id except 0-9 during placeholder generation</title>
<updated>2021-06-01T09:19:25+00:00</updated>
<author>
<name>Alexander Marsalek</name>
<email>amarsalek@iaik.tugraz.at</email>
</author>
<published>2021-06-01T09:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=3fde4b0164d1eb2f3fb32718b4011fff2b2b80ed'/>
<id>urn:sha1:3fde4b0164d1eb2f3fb32718b4011fff2b2b80ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>errorhandling</title>
<updated>2021-04-16T12:51:31+00:00</updated>
<author>
<name>Alexander Marsalek</name>
<email>amarsalek@iaik.tugraz.at</email>
</author>
<published>2021-04-16T12:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/pdf-as-4/commit/?id=0ee66ba66a9ea84cd6f31589ce0b0192f24a6258'/>
<id>urn:sha1:0ee66ba66a9ea84cd6f31589ce0b0192f24a6258</id>
<content type='text'>
</content>
</entry>
</feed>
