aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-21Added two new chars to consider at the workaround introduced with the ↵rpiazzi1-1/+3
previous changes git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@882 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-11-18Added workaround because the workaround in ↵rpiazzi1-1/+18
at.gv.egiz.pdfas.impl.signator.binary.BinarySignator_1_0_0.fillReplacesWithValues() caused another problem. For details see the code of this class in the method "getSubjectDNMap()". git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@881 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-11-03Added workaround for replacing special characters (Umlaute) that since July ↵rpiazzi1-7/+53
2011 aren't rightly encoded by a-trust git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@880 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-11-02Deleted some test-code System.out.printlnrpiazzi1-0/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@879 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-24Added javascript window.setTimeout() to prevent from users clicking promptly ↵rpiazzi1-3/+2
at the local bku button, when the SignServlet is not passed completely and not all parameters are set yet git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@877 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-20Corrected an error that happened during previous updaterpiazzi1-0/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@874 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-20Corrected an error that happened during previous updaterpiazzi1-3/+5
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@873 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-20Added character for not breaking the line on the note text between (§ and ↵rpiazzi1-6/+70
No.) and (Art. and No.) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@872 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-20Added character for not breaking the line on the note text, between (§ and ↵rpiazzi1-0/+0
No.) and (Art. and No.) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@871 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-14Added font file DejaVuSansCondensed-Bold.ttf and set local bku connection ↵rpiazzi1-0/+0
again to http instead of https within config.properties git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@868 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-14Deleted previously added log4j.properties. The application normally uses ↵rpiazzi1-32/+0
this file from the configuration files, therefore it is not more needed git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@866 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-14Updated text for description on start page signupload.jsprpiazzi2-4/+4
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@865 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-13Change the attribute name for language from "lang" to "locale"rpiazzi1-8/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@863 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-13Corrected still some static pathrpiazzi1-3/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@862 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-13Added support of mobile signature (test mode)rpiazzi1-0/+29
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@861 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-13Condition added for local deploymentrpiazzi1-2/+1
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@860 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-07Added for loggingrpiazzi1-0/+32
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@859 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-07Reject the last changes for handling ExternalErrorException. Added adequate ↵rpiazzi1-8/+4
exception handling at: at.gv.egiz.pdfas.web.servlets.DataURLServlet:doPost:162 git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@857 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-07Added condition for the case when mobile CCS is canceled. In this case the ↵rpiazzi1-7/+10
parameter error_within_iframe is true, but because of the redirecttarget parameter the application goes out of iframe. For this the backgrounnd template etc. have to be shown. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@856 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-06Added redirection to https if http is called, to avoid unsecure problems with IErpiazzi1-6/+13
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@855 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-06Corrected reference path errorrpiazzi1-2/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@854 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-06Corrected reference path errorrpiazzi1-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@853 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-06Corrected reference path errorrpiazzi1-3/+26
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@852 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-10-05Error code/number deletedrpiazzi1-25/+6
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@849 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-10-05Corrected error for CCS definition a-trust 1.3.0rpiazzi1-0/+3
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@848 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Set src locations to dynamic (checking automatically if pdf-as or ↵rpiazzi1-12/+14
test-pdf-as is started) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@847 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Set src locations to dynamic (checking automatically if pdf-as or ↵rpiazzi1-3/+5
test-pdf-as is started) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@846 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Set src locations to dynamic (checking automatically if pdf-as or ↵rpiazzi1-6/+7
test-pdf-as is started) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@845 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Set src locations to dynamic (checking automatically if pdf-as or ↵rpiazzi1-7/+10
test-pdf-as is started) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@844 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Set src locations to dynamic (checking automatically if pdf-as or ↵rpiazzi1-6/+9
test-pdf-as is started) git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@843 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-29Added dynamic src locations for resourcesrpiazzi1-3/+4
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@841 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Corrected div classrpiazzi1-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@840 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Added some descriptionrpiazzi1-8/+42
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@839 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Added some descriptionrpiazzi1-9/+45
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@838 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Corrected one if clause because header file of buergerkarte.at has changedrpiazzi1-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@837 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-29Added jericho html parser for reading the header php files of buergerkarte.atrpiazzi1-0/+6
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@836 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-28Added artifact to repository: jericho HTML parser for reading the ↵rpiazzi1-0/+0
buergerkarte.at templates git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@835 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-28Developer addedrpiazzi1-0/+11
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@834 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
2011-09-26Logos for signature block made more smallerrpiazzi1-0/+0
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@833 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c