summaryrefslogtreecommitdiff
path: root/BKUOnline
AgeCommit message (Collapse)AuthorFilesLines
2009-11-25Filenames derived from reference URIclemenso2-3/+3
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@556 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-25Filenames derived from reference URIclemenso1-2/+0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@555 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-24Filenames derived from reference URIclemenso6-2/+26
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@553 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-18[maven-release-plugin] prepare for next development iterationclemenso1-14/+14
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@551 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-13[maven-release-plugin] prepare release mocca-1.2.8clemenso1-13/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@549 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-13IDE UTF-8 encodingclemenso2-18/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@548 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-13git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@547 ↵clemenso1-1/+1
8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-13git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@546 ↵clemenso2-116/+189
8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-10Removed switchFocusListener due to problem with viewer/help dialogs on ↵clemenso1-25/+1
Firefox/Mac git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@539 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-05[#484] European Language support clemenso6-21/+783
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@535 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
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-10-02[maven-release-plugin] prepare for next development iterationclemenso1-13/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@521 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-10-02[maven-release-plugin] prepare release mocca-1.2.7clemenso1-12/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@519 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-09-30Deprecate BKUWebStartPackage (pkcs11-signed webstart release zip moved to ↵clemenso2-24/+24
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-09[maven-release-plugin] prepare for next development iterationmcentner1-12/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@508 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-09-09[maven-release-plugin] prepare release mocca-1.2.6mcentner1-13/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@506 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-28[maven-release-plugin] prepare for next development iterationclemenso1-13/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@490 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-28[maven-release-plugin] prepare release mocca-1.2.3clemenso1-13/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@488 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-28unpack-dependencies instead of unpackclemenso1-28/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@486 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-28unpack-dependencies instead of unpackclemenso1-9/+18
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@484 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-28replace installCertificate servlet with der encoded crt file in webapp/clemenso2-2/+3
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-27[maven-release-plugin] prepare for next development iterationclemenso1-13/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@481 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-27[maven-release-plugin] prepare release mocca-1.2.4clemenso1-13/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@479 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-27seperate BKUWebStart main jar and BKUWebStart bundleclemenso1-12/+6
use webstart-maven-plugin:jnlp-download-servlet goal to get versions right git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@478 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-26MOCCA TLS Server CA cert installation servletclemenso1-3/+4
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@474 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-21[maven-release-plugin] prepare for next development iterationclemenso1-12/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@469 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-21[maven-release-plugin] prepare release mocca-1.2.3clemenso1-13/+13
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@467 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-21icons 2.0clemenso14-8/+10
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@464 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-20[maven-release-plugin] prepare for next development iterationclemenso1-12/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@458 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-20[maven-release-plugin] prepare release mocca-1.2.2clemenso1-12/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@455 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-20[maven-release-plugin] rollback the release of mocca-1.2.2clemenso1-3/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@454 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-20[maven-release-plugin] prepare for next development iterationclemenso1-2/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@453 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-20include-webstart version set to bkuOnline versionclemenso1-0/+1
BKUWebStart version.xml updated for release 1.2.2 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@451 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-19"include-webstart" profile dependency on BKUWebStart.zip -> version in bku ↵clemenso1-4/+4
pom dependencyManagement (not updated by release:prepare) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@445 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-14[maven-release-plugin] prepare for next development iterationclemenso1-12/+12
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@442 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-08-14[maven-release-plugin] prepare release mocca-1.2.1clemenso1-14/+14
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@440 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 BKULocalclemenso55-1139/+305
[#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-10Mac OS X (snow leopard): jvm param -d32clemenso1-1/+1
plugin version for webstart-maven-plugin git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@408 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