summaryrefslogtreecommitdiff
path: root/BKUOnline/src
AgeCommit message (Collapse)AuthorFilesLines
2009-10-16Keyboard accessibility for Online-BKUtzefferer2-5/+71
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@531 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-10-16git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@525 ↵tzefferer1-0/+1
8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-10-06disable launch button for mac os < 10.6clemenso1-1/+3
(tested for firefox/safari) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@523 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-09-30Deprecate BKUWebStartPackage (pkcs11-signed webstart release zip moved to ↵clemenso1-11/+11
BKUWebStart) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@516 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-09-29Logging issues fixed:mcentner1-0/+12
- Added possibility to configure logging of BKUWebstart. Logging is now configured from log4j configuration deployed with BKUWebstart in a first step. In a second step the webstart launcher looks for a log4j configuration file in the user's mooca configuration directory and updates the log4j configuration. - Logging of IAIK PKI properly initialized. IAIK PKI does not mess with the log4j configuration any longer. - Changed log4j accordingly (an appender is now needed as IAIK PKI does not reconfigure log4j any longer). Added css-stylesheet to ErrorResponses issued by the BKU to improve the presentation to the user. Changed dependencies of BKUWebStart (see Issue#469 https://egovlabs.gv.at/tracker/index.php?func=detail&aid=469&group_id=13&atid=134). DataURLConnection now uses the request encoding of SL < 1.2. application/x-www-form-urlencoded is now used as default encoding method. multipart/form-data is used only if transfer parameters are present in the request that require a Content-Type parameter. This can only be set with multipart/form-data. This is not in conformance with SL 1.2, however it should improve compatibility with applications. Therefore, removed the ability to configure the DataURLConnection implementation class. DataURLConnection now uses a streaming implementation for encoding of application/x-www-form-urlencoded requests. XWWWFormUrlImputDecoder now uses a streaming implementation for decoding of application/x-www-form-urlencoded requests. Fixed Bug in SLResultPart that caused a binary response to be provided as parameter "XMLResponse" in a multipart/form-data encoded request to DataURL. SLCommandFactory now supports unmarshalling of SL < 1.2 requests in order issue meaningful error messages. Therefore, the marshaling context for response marshaling had to be separated from the marshaling context for requests in order to avoid the marshaling of SL < 1.2 namespace prefixes in SL 1.2 responses. Target attribute in QualifiedProperties is now marshaled. (see Issue#470 https://egovlabs.gv.at/tracker/index.php?func=detail&aid=470&group_id=13&atid=134) Reporting of XML validation errors improved. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@510 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-09-08Fixed Bug [#467] Border between Background image and border.mcentner3-1/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@505 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-09-04git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@504 ↵clemenso1-1/+1
8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-28replace installCertificate servlet with der encoded crt file in webapp/clemenso1-1/+2
moved local-webstart profile to BKUWebStart (jnlp-inline goal) help note for internet explorer on visat/7 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@482 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-27seperate BKUWebStart main jar and BKUWebStart bundleclemenso5-38/+0
use webstart-maven-plugin:jnlp-download-servlet goal to get versions right git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@477 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-26MOCCA TLS Server CA cert installation servletclemenso1-9/+1
removed help.jsp (and jsp dependencies in jetty) moved html pages to src/main/webapp (encoding problem?) switch to BASIC download protocol in BKUWebStart (no jnlpDownloadServlet required, see template.xml) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@475 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-21icons 2.0clemenso13-7/+9
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@464 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-20do not include webstart by default (removed from index.html)clemenso1-1/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@447 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-14don't include BKU Web Start in default (don't activate JNLPDownloadServlet)clemenso1-2/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@438 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-14[#354] HTTPBindingProcessor: MAX_DATAURL_HOPS not configurableclemenso2-2/+18
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@433 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-13[#427] No help in BKULocalclemenso54-906/+19
[#433] update BKU Web Start CertStore git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@429 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-09[#393] loading of default background failsclemenso2-1/+3
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@407 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-09[#379] Help does not workclemenso1-19/+21
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@406 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-09conflict resolved?clemenso1-5/+5
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@405 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-09tempclemenso1-7/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@404 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-09no languageclemenso1-10/+15
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@400 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-08netbeans6.7 detects @Webservice annotated servicesclemenso2-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@399 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-01include webstart by defaultclemenso1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@389 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-01before release (keep defaultConf changes in comments)clemenso1-1/+3
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@384 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-01Major refactoring of SMCC mcentner1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@381 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-07-01[#425] Disable WebStart Launch Button for MacOSclemenso4-6/+26
added standalone profile in BKU Web Start git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@379 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-25disable pinpadclemenso4-2/+48
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@376 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-25include-webstart profileclemenso1-4/+6
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@373 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-25optional webstart download divclemenso1-13/+26
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@372 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-23Workaround to [#424] Web Start loading via java plugin (Sun deployment ↵clemenso2-9/+13
script) fails on WinXP git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@370 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-19Liechtenstein: access denied endorsed xercesImpl.jar (from xsect)clemenso1-0/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@369 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-16width in pixelclemenso1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@363 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-16workaround to https://bugzilla.mozilla.org/show_bug.cgi?id=498132clemenso1-5/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@362 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-12BKU Web Start clemenso7-71/+140
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@361 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-05-19mocca policyclemenso3-26/+111
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@355 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-05-12mocca catalina.policyclemenso3-9/+248
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@352 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-04-22clean up webapp (remove demo for alternative appletPage, default to applet ↵clemenso4-112/+40
caching) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@351 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-04-20en localization of pinMgmt (verifyPin, cancelbutton)clemenso1-1/+1
no java message (todo: localize) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@339 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-04-17MANIFEST (TODO delete from svn)clemenso2-7/+8
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@338 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-04-07MOCCA-1.1 final clemenso2-8/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@327 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-04-03applet dispatcher (prevent applet caching)clemenso4-23/+144
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@326 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-271.1-RC6 (pinpad, pinmgmt, secureviewer)clemenso3-1/+31
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@323 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-181.1-rc5 (pinProviderFactories, gui refactoring, signatureCard, secureViewer)clemenso8-4/+4
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@322 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-13git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@321 ↵wbauer2-0/+2
8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-13Fixed Bug#405 and added according test casewbauer1-8/+15
Fixed Bug#402 Added Feature#403 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@320 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-10AppletPageAlternativeclemenso1-23/+26
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@314 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-09AppletPageAlternativeclemenso7-11/+136
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@313 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-061.1-rc4clemenso2-0/+45
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@312 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-041.1-rc3clemenso1-4/+5
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@311 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-02-271.1-rc2clemenso6-45/+145
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@310 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-02-11activation support, GetStatusRequest in stal schemaclemenso9-90/+170
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@299 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4