summaryrefslogtreecommitdiff
path: root/utils/src
AgeCommit message (Collapse)AuthorFilesLines
2010-05-06Update project sites.mcentner1-0/+38
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@728 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2010-05-05Merged feature branch mocca-1.2.13-id@r724 back to trunk.mcentner202-3629/+2930
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@725 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2010-03-01add redirect for CreateXMLSignatureResponse (top level) typeclemenso3-466/+540
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@643 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-24Filenames derived from reference URIclemenso3-3/+17
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@553 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-11-11Added support for SHA-256 and partial support for e-card G3, BELPIC and ↵mcentner1-6/+9
Italian cards. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@540 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-09-29Logging issues fixed:mcentner15-79/+2022
- 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-07-09validationEventLogger clemenso1-0/+55
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@402 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-17typo: correct property nameclemenso1-1/+1
com.sun.xml.bind.namespacePrefixMapper git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@365 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-06-12typoclemenso1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@359 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-05-12bku web startclemenso3-258/+0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@354 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-13git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@321 ↵wbauer3-7/+17
8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-03-13Fixed Bug#405 and added according test casewbauer1-1/+8
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-061.1-rc4clemenso1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@312 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-02-261.1 candidate (activation)clemenso9-205/+274
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@309 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-02-11A-Trust activation workarounds ('sl' preFIX, empty cardchannel namespace, ↵clemenso6-5/+84
cc:Result instead of Response) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@300 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-01-28activationclemenso5-612/+750
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@291 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-01-21Fixed Bug #371wbauer3-77/+134
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@278 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-01-20workaround to avoid DOM bindingclemenso1-0/+8
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@267 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2009-01-20IdLink FIXclemenso1-1/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@266 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-23saml:AnyType workaround for xs:anyType (SubjectConfirmationData und ↵clemenso25-213/+435
AttributeValue) git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@257 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-18Added Nulldevicewbauer1-0/+10
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@256 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-15git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@249 ↵mcentner1-3/+3
8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-09SW case sensitiveclemenso2-4/+6
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@245 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-09Refactored STAL interface. Additional infobox functionality.mcentner3-0/+161
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@236 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-01CardChannel schemaclemenso10-0/+1408
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@230 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-01CardChannel schemaclemenso10-1408/+0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@229 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-12-01CardChannel schemaclemenso10-0/+1408
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@228 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-10-31Added IdentityLinkFactory to utils.mcentner6-13/+584
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@131 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-10-29SAML Assertion 1.0clemenso22-0/+2596
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@126 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-10-21Simplified IdentityLinkTransformer.mcentner1-168/+55
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@124 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-10-01Moved main parts of the configuration to bkucommonwbauer1-1/+1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@78 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-09-25improved robustness of http binding processorwbauer2-9/+24
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@70 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-09-24Modified IdentityLinkTransformer to use cached Templates instead of cached ↵mcentner1-28/+30
Transformers. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@67 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-09-24Added log messagewbauer1-1/+2
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@65 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
2008-08-29Initial import.mcentner259-0/+35278
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4