aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/knowcenter/wag/egov/egiz/PdfAS.java
AgeCommit message (Collapse)AuthorFilesLines
2008-06-11Serious bug solved. Method storeCertificate tried to fetch a certificate ↵tknall1-1/+1
from store before storing it. If not found (within the store resp. via ldap) the certificate was not stored. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@282 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-06-10Manual deployment of pdf-as configuration (commandline parameter -ddc) ↵tknall1-1/+1
considers the system property pdf-as.work-dir. Internal default configuration updated. log4.properties within the workdir is now being considered using the api. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@280 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-06-09Web-Application: Configuration may be declared via system property ↵tknall1-1/+6
"pdf-as.work-dir" or via Servlet-Init-Parameter "work-dir". Bug fixed in RetrieveSignatureDataServlet: Response header didn't contain a content length attribute. The ITS Mac BKU rejects those requests. Workaround for ITS Mac BKU integrated. A redirect via response does only work if the response contains a valid SL request (e.g. a NullOperationRequest). API: The configuration folder may be omitted at instantiating the api. Configuration may be set via system property "pdf-as.work-dir". If no configuration is given at all, the current user's home directory is searched for a folder "PDF-AS". If not found a default configuration is created. If the configuration is explicitely given than the temporary folder is located within the given directory otherwise within the user's temporary directory. Declaring the configuration folder, replacements for system properties like "${catalina.base}/conf/pdfas" may be used. Web-Application: Session is now being invalidated after download of the signed pdf file. Web-Application: Every hardcoded context "pdf-as" has been replaced. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@277 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-05-30CR Unsichtbare Felderwprinz1-3/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@263 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-04-24Two bug fixed: 1) Unable to find certificate if binary signature does not ↵tknall1-2/+4
contain the serial number; 2) Certificates thoese issuer names contain certain RDNs (e.g. EMAILADDRESS) could not be retrieved from certstore. PDF-AS library version is logged in order to lighten bugfixing. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@258 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-12-18Change Request "Document Correction"netconomy1-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@241 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-12-17Change Request "Document Correction"netconomy1-2/+37
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@239 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-11-29PDF-AS APInetconomy1-19/+22
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@233 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-09-06Streaming Rückbaunetconomy1-8/+22
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@210 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-08-17Performancenetconomy1-372/+365
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@167 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-30Problem with SIG_ID field by MOA textual signs solvedknowcenter1-1/+1
Problem with Vorschau solved git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@166 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-26Verification of single signatures now works. Error page (error.jsp) uses CSS ↵knowcenter1-3/+18
formating. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@158 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-26The problem with SessionInformation counter solved.knowcenter1-0/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@156 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-24Stable version.knowcenter1-2/+6
Known problems: Verification with MOA 1.0.0 signatures git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@151 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-24Template Versioning, BKU and MOA 1.1.0 (detached)knowcenter1-14/+3
NOTE: MOA enveloping is still not fixed git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@149 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-23git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@139 ↵knowcenter1-3/+14
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-06-01minor changesknowcenter1-15/+4
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@122 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-05-24git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@104 ↵tknall1-1/+1
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-05-24NPE solved (PdfAS.java, in case of certificate is not found)tknall1-0/+10
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@103 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-05-18detached connectorsknowcenter1-127/+100
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@92 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-05-17webknowcenter1-2/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@87 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-05-16enveloping connectorsknowcenter1-28/+115
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@83 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-05-12Detached Multipart BKU for Auftrag "Support"knowcenter1-107/+143
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@73 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-03-14if pagenumber in pos param is greater than number of pages in document treat ↵knowcenter1-2/+7
it like p:'new' git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@57 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-03-14rmoved debug messageknowcenter1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@55 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-03-13Rotated Pdf-files now are correct handledknowcenter1-18/+22
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@51 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-03-06git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@48 ↵tknall1-0/+2
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-03-05some changesknowcenter1-12/+32
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@46 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-03-02new positioning of signature tableknowcenter1-71/+104
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@45 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-02-07Bugfix: Querformat, BKU 2.7.x, ...tknall1-49/+196
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@35 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-01-10potential bugs markedtknall1-0/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@26 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2006-12-07knowcenter adjustments from 2006-12-01 mergedtknall1-2/+5
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@13 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2006-12-01Initial import of release 2.2.REL-2.2@923tknall1-0/+1083
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@4 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c