aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Maintenance update (bugfixes, new features, cleanup...)tknall5-180/+85
Refer to /dok/RELEASE_NOTES-3.3.txt for further information. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@931 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2013-01-28Minor issues (e.g. source code encoding issues) fixed.tknall3-3/+4
Cleanup tasks... git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@929 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2012-07-09Supported EIDafitzek1-10/+15
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@920 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2012-02-14Added workaround: For external application write filename directly into ↵rpiazzi1-2/+7
session and not only into the SignSessionInformation git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@918 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2012-02-14Added workaround: For external application pdf-as now gets directly from ↵rpiazzi1-2/+5
session and not from SignSessionInformation, which always is null git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@917 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2012-02-02+ write old statistic message into log file as infoafitzek1-3/+5
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@913 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2012-01-27+ fixed statistic log entry to provide session-ERRORafitzek3-24/+56
+ fixed log entry order to provide statistic entry before error log entry git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@906 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2012-01-26+ changed log level of message ↵afitzek5-474/+612
"at.gv.egiz.pdfas.web.servlets.DataURLServlet:processSign:340 - Creating download URL ..." from debug to info + moved statistic info to DataURL Servlet to add state OK or ERROR depending if signature or verification was successfull or not git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@903 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2012-01-23Added passing form field checkbox for choosing mobile test app on ↵rpiazzi1-5/+21
test-pdf-as (test app) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@902 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2012-01-23Added form field definition checkbox for choosing mobile test app on ↵rpiazzi1-1/+1
test-pdf-as (test app) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@901 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-25Added filename of the original file within the headerrpiazzi1-1/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@878 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-24Set request.getSession(true), so that if there is still an old session, but ↵rpiazzi1-21/+20
a new one is required git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@876 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-24Error corrected: ignore also requests where headers and xml_string are null ↵rpiazzi1-114/+118
(this happen sometimes, when a-trust is called) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@875 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-19Added form fields parameter for signature position x and wrpiazzi1-5/+5
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@870 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-19Added parameter signature block position (x and w) when connecting from outsiderpiazzi1-14/+60
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@869 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-14Corrected error that happened when the session variable error_within_iframe ↵rpiazzi1-28/+21
was null git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@867 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-13Added support of mobile signature (test mode)rpiazzi1-4/+15
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@864 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-07Added exeption handling for type ↵rpiazzi1-0/+11
at.gv.egiz.pdfas.exceptions.external.ExternalErrorException. Set session attribute ERROR_WITHIN_IFRAME to false to react to the out-redirection from iframe of online or mobile CCS. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@858 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-06Corrected an error that happened because of code changing when testing. The ↵rpiazzi1-4/+9
attribute "error_within_iframe" is again set to yes, if mobile or online CCS are choosen. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@851 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-05Added error handling for the case an a-trust CCS version >1.3.3.2 as local ↵rpiazzi1-84/+121
CCS is choosen. In this case this servlet receives more than one call from the CCS and the first call will be ignored because there is no information on the CCS type in. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@850 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Commented out assert statement causing an errorrpiazzi1-3/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@842 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Parameters added that are required with the new user interface.rpiazzi1-10/+46
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@810 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Parameter note added to know if a advice has to be inserted into the ↵rpiazzi1-0/+9
signature block git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@809 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Attribute LANGUAGE added to know the language of the page.rpiazzi1-0/+6
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@808 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Parallel to the new design of the user interface some signature parameter ↵rpiazzi1-1/+2
was added/changed to take into account the changes of signupload.jsp. But with the new user interface this Servlet is not used anymore. With the old version this Servlet was used when form fields changed and the page has to be reloaded. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@807 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Changes due to new design of user interface. For this servlet some ↵rpiazzi1-189/+407
parameters where added (e.g. note within the signature block) and some if clause too, to set the submitted parameters correctly. Changes are documented within the code. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@806 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Changes due to new design of user interface. This servlet was made similar ↵rpiazzi1-14/+498
to the SignServlet. Now when user hits the preview button (function is hidden at the time) this Servlet is called and the parameters are already written into the session. After the redirection to the page signpreview.jsp then the SignServlet is called, without having to get all parameters again. Additionally to this substantial changes some parameters where added (e.g. note within the signature block) and some if clause too, to set the submitted parameters correctly. Changes are documented within the code. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@805 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Added mobile-bku and mobile-test-bku as possible signature devicesrpiazzi1-9/+15
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@804 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Added mobile-bku and mobile-test-bku as possible signature devicesrpiazzi1-0/+251
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@803 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-23Added mobile-bku and mobile-test-bku as possible signature devicesrpiazzi1-249/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@802 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-21Copyright headers fixedtkellner1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@781 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-21Merge branch 'license_change'tkellner21-33/+15
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@780 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-06-21License replaced/added in .java filestkellner31-141/+704
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@778 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-01-27git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@738 ↵tknall1-1/+6
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-01-24- signature block preview updatedtknall3-2/+31
- added maven2 repository git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@729 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2010-12-16Moved MATCH_MODE_* constants from SignParameters to Constants.pdanner1-1/+1
Added javadoc and updated Anwendungsbeschreibung git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@715 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2010-12-13Minor changes to ease web -> pdf-as handlingpdanner2-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@706 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2010-12-06javadoc an cleanup of unneeded code (mainly already out-commented)pdanner16-1056/+77
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@690 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2010-12-06git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@671 ↵pdanner33-0/+5687
7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c