aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2008-06-09Web-Application: Configuration may be declared via system property ↵tknall1-102/+13
"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-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@267 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-04-24Two bug fixed: 1) Unable to find certificate if binary signature does not ↵tknall1-4/+6
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
2008-04-03Web application adapted for Maven2 (/webapps -> /src/main/webapps).tknall1-11/+12
Recognition of citizen card environment integrated. New style sheets. Web app classes adapted in order to avoid popup blocker of ie7 and to avoid an ITS bku bug. Maven2 repository updated. Eclipse project settings adapted in order to enable Eclipse Web Tools Platform usage. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@256 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-03-20System property "pdf-as.work-dir" for definition of the work directory ↵tknall1-2/+13
introduced. Should be used instead of context/web.xml parameter. Additionally the profile configuration has been updated including the images. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@254 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-03-05SignatureProfile interface modified. Added method to retrieve signature ↵tknall1-1/+1
block entries of the current profile relevant for the signature block search algorithm. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@253 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-03-04Version set to nightly build 20080304.tknall1-1/+8
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@252 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-02-01Maven2 project settings and metadata updated.tknall1-38/+4
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@250 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2008-01-18IAIK JCE updated (3.142 -> 3.16)tknall1-3/+6
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@247 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-12-03Project version set to 3.0.3. Some applications could not be compiled ↵tknall1-1/+1
because they do not yet support the new interfaces of pdf-as. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@234 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-11-21Config-parameter "check_document" introduced.tknall1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@224 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-09-213.0.1knowcenter1-3/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@220 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-09-03git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@209 ↵knowcenter1-1/+9
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-08-24commons-lang v2.3 added as dependency (DateTimeParser)tknall1-0/+6
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@198 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-25Version -> 2.5RCknowcenter1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@154 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-25assigned more memory to PMD plugintknall1-0/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@153 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-25assigned more memory for javadoc plugintknall1-4/+22
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@152 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-24git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@147 ↵tknall1-0/+28
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-07-24git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@144 ↵REL-2.46@923tknall1-1/+1
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-06-29minor changes regarding performance speed during verificationknowcenter1-0/+11
-a new key added in config to control verification of old textual signatures git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@126 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-06-12git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@125 ↵tknall1-1/+1
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-05-22git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@102 ↵tknall1-1/+1
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-04-13git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@67 ↵tknall1-1/+1
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-04-13git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@66 ↵tknall1-3/+3
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-04-11git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@63 ↵tknall1-7/+7
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-02-22git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@37 ↵tknall1-1/+1
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-02-07git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@36 ↵tknall1-6/+2
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-02-07Bugfix: Querformat, BKU 2.7.x, ...tknall1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@35 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2007-01-10QualifiedCertificate property (moa/bku) is now being evaluatedREL-2.34@31tknall1-9/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@27 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2006-12-14git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@23 ↵tknall1-1/+1
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2006-12-13git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@15 ↵tknall1-3/+9
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2006-12-07git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@12 ↵tknall1-1/+9
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2006-12-01ldap-api support addedtknall1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@6 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2006-12-01Initial import of release 2.2.REL-2.2@923tknall1-0/+325
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@4 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c