WSS4J branches

2023-09-18 Thread Colm O hEigeartaigh
FYI I created a new 3_0_x-fixes branch for WSS4J and bumped master to 4.0.0-SNAPSHOT. I am going to merge an update to XML Security 4.0.0-SNAPSHOT and also OpenSAML 5.x. WSS4J 4.0.0-SNAPSHOT will require Java 17. Colm. - To

svn commit: r1036805 - in /webservices/wss4j/branches/1_5_x-fixes: lib/xmlsec-1.4.3.jar lib/xmlsec-1.4.4.jar pom.xml

2010-11-19 Thread coheigea
Author: coheigea Date: Fri Nov 19 11:09:22 2010 New Revision: 1036805 URL: http://svn.apache.org/viewvc?rev=1036805view=rev Log: [WSS-247] - Upgrade to XML Security 1.4.4. Added: webservices/wss4j/branches/1_5_x-fixes/lib/xmlsec-1.4.4.jar (with props) Removed: webservices/wss4j

svn commit: r1036890 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor/UsernameTokenProcessor.java

2010-11-19 Thread coheigea
Author: coheigea Date: Fri Nov 19 15:27:17 2010 New Revision: 1036890 URL: http://svn.apache.org/viewvc?rev=1036890view=rev Log: [WSS-253] - UsernameTokenProcessor logs the password to the log Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor

svn commit: r1034489 - in /webservices/wss4j/branches/1_5_x-fixes: keys/ src/org/apache/ws/security/ src/org/apache/ws/security/action/ src/org/apache/ws/security/handler/ src/org/apache/ws/security/p

2010-11-12 Thread coheigea
Author: coheigea Date: Fri Nov 12 17:39:51 2010 New Revision: 1034489 URL: http://svn.apache.org/viewvc?rev=1034489view=rev Log: [WSS-40] - Ported this to 1_5_x-fixes. Added: webservices/wss4j/branches/1_5_x-fixes/keys/wss40CA.jks (with props) webservices/wss4j/branches/1_5_x-fixes

svn commit: r1032939 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/ src/org/apache/ws/security/action/ src/org/apache/ws/security/handler/ src/org/apache/ws/security/message

2010-11-09 Thread coheigea
Author: coheigea Date: Tue Nov 9 11:43:11 2010 New Revision: 1032939 URL: http://svn.apache.org/viewvc?rev=1032939view=rev Log: [WSS-239] - Need ability to handle password equivalent between WSPasswordCallback and UsernameToken when it's binary data Modified: webservices/wss4j/branches

svn commit: r1032952 - /webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityNew5.java

2010-11-09 Thread coheigea
Author: coheigea Date: Tue Nov 9 12:13:04 2010 New Revision: 1032952 URL: http://svn.apache.org/viewvc?rev=1032952view=rev Log: [WSS-239] - Cleaning up callback handler implementation in test. Modified: webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityNew5.java Modified

svn commit: r1002116 - /webservices/wss4j/branches/1_5_x-fixes/build.xml

2010-09-28 Thread coheigea
Author: coheigea Date: Tue Sep 28 11:13:07 2010 New Revision: 1002116 URL: http://svn.apache.org/viewvc?rev=1002116view=rev Log: Fixed a bug with JDK 1.6 and running MerlinTest. Modified: webservices/wss4j/branches/1_5_x-fixes/build.xml Modified: webservices/wss4j/branches/1_5_x-fixes

svn commit: r1002149 - in /webservices/wss4j/branches/1_5_x-fixes: build.xml pom.xml

2010-09-28 Thread coheigea
Author: coheigea Date: Tue Sep 28 12:58:58 2010 New Revision: 1002149 URL: http://svn.apache.org/viewvc?rev=1002149view=rev Log: Updating version to 1.5.10-SNAPSHOT. Modified: webservices/wss4j/branches/1_5_x-fixes/build.xml webservices/wss4j/branches/1_5_x-fixes/pom.xml Modified

svn commit: r1002347 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

2010-09-28 Thread veithen
Author: veithen Date: Tue Sep 28 20:38:06 2010 New Revision: 1002347 URL: http://svn.apache.org/viewvc?rev=1002347view=rev Log: Updated the snapshotRepository section in distributionManagement to match the one defined in org.apache:apache:7. Modified: webservices/wss4j/branches/1_5_x-fixes

svn commit: r1001926 - in /webservices/wss4j/branches/1_5_x-fixes: ./ contrib/ endorsed/ xdocs/

2010-09-27 Thread coheigea
the ChangeLog with the bugs fixed for 1.5.9 - Upgraded the xercesImpl and xml-apis version. Added: webservices/wss4j/branches/1_5_x-fixes/endorsed/xercesImpl-2.9.1.jar (with props) webservices/wss4j/branches/1_5_x-fixes/endorsed/xml-apis-1.3.04.jar (with props) Removed

svn commit: r998466 - in /webservices/wss4j/branches/1_5_x-fixes: pom.xml test/wssec/TestWSSecurityNew6.java

2010-09-18 Thread coheigea
Author: coheigea Date: Sat Sep 18 13:44:19 2010 New Revision: 998466 URL: http://svn.apache.org/viewvc?rev=998466view=rev Log: Added plugin versions back to the pom, with some updates - JDK 1.4 compatibility fix to one of the tests as well. Modified: webservices/wss4j/branches/1_5_x-fixes

svn commit: r998471 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/processor/ src/org/apache/ws/security/saml/ test/ test/wssec/

2010-09-18 Thread coheigea
Author: coheigea Date: Sat Sep 18 14:01:55 2010 New Revision: 998471 URL: http://svn.apache.org/viewvc?rev=998471view=rev Log: [WSS-240] - Support KeyValue in SAML subject - Patch applied, thanks. Added: webservices/wss4j/branches/1_5_x-fixes/test/saml4sendKeyValue.properties Modified

svn commit: r998478 [4/4] - in /webservices/wss4j/branches/1_5_x-fixes: samples/org/apache/ws/axis/samples/wssec/doall/ samples/org/apache/ws/axis/samples/wssec/doall/axisSec/ src/org/apache/ws/axis/s

2010-09-18 Thread coheigea
Modified: webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityFaultCodes.java URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityFaultCodes.java?rev=998478r1=998477r2=998478view=diff

svn commit: r997867 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/message/WSSecBase.java test/wssec/SOAPUtil.java test/wssec/TestWSSecurityNew6.java

2010-09-16 Thread coheigea
Author: coheigea Date: Thu Sep 16 17:57:39 2010 New Revision: 997867 URL: http://svn.apache.org/viewvc?rev=997867view=rev Log: [WSS-242] - Patch applied, thanks. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/WSSecBase.java webservices/wss4j/branches

Re: svn commit: r997529 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

2010-09-16 Thread Colm O hEigeartaigh
/viewvc?rev=997529view=rev Log: [WSS-241] - Patch applied, thanks. Modified:     webservices/wss4j/branches/1_5_x-fixes/pom.xml Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom.xm l?rev=997529r1=997528r2

Re: svn commit: r997529 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

2010-09-16 Thread Daniel Kulp
. Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes/pom. xm l?rev=997529r1=997528r2=997529view=diff

svn commit: r997529 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

2010-09-15 Thread coheigea
Author: coheigea Date: Wed Sep 15 22:40:30 2010 New Revision: 997529 URL: http://svn.apache.org/viewvc?rev=997529view=rev Log: [WSS-241] - Patch applied, thanks. Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml URL: http

svn commit: r997535 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/util/Base64.java test/wssec/TestBase64.java

2010-09-15 Thread coheigea
/branches/1_5_x-fixes/test/wssec/TestBase64.java Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/Base64.java Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/Base64.java URL: http://svn.apache.org/viewvc/webservices/wss4j

Re: svn commit: r997529 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

2010-09-15 Thread Daniel Kulp
: 997529 URL: http://svn.apache.org/viewvc?rev=997529view=rev Log: [WSS-241] - Patch applied, thanks. Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x-fixes

svn commit: r996298 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/handler/WSHandler.java test/wssec/MyHandler.java test/wssec/TestWSSecurityWSS245.java

2010-09-12 Thread coheigea
Author: coheigea Date: Sun Sep 12 12:07:50 2010 New Revision: 996298 URL: http://svn.apache.org/viewvc?rev=996298view=rev Log: [WSS-245] - WSHandlerConstants.PW_CALLBACK_REF isn't correctly searched for - Test added as well. Added: webservices/wss4j/branches/1_5_x-fixes/test/wssec

svn commit: r996339 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/components/crypto/AbstractCrypto.java src/org/apache/ws/security/components/crypto/CryptoFactory.java test/

2010-09-12 Thread coheigea
Author: coheigea Date: Sun Sep 12 16:49:49 2010 New Revision: 996339 URL: http://svn.apache.org/viewvc?rev=996339view=rev Log: [WSS-244] - Loading of Signature and Encryption property files not trimming trailing whitespace Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws

svn commit: r996180 - in /webservices/wss4j/branches/1_5_x-fixes: README.txt lib/bcprov-jdk14-1.43.jar lib/bcprov-jdk14-1.45.jar pom.xml src/org/apache/ws/security/handler/WSHandler.java

2010-09-11 Thread coheigea
Author: coheigea Date: Sat Sep 11 17:25:49 2010 New Revision: 996180 URL: http://svn.apache.org/viewvc?rev=996180view=rev Log: [WSS-246] - Upgrade to BouncyCastle 1.45 - Plus some fixes to make sure it compiles with JDK 1.4 Added: webservices/wss4j/branches/1_5_x-fixes/lib/bcprov-jdk14-1.45

svn commit: r988244 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/WSSecurityEngineResult.java src/org/apache/ws/security/processor/EncryptedKeyProcessor.java test/wssec/Test

2010-08-23 Thread coheigea
Author: coheigea Date: Mon Aug 23 18:38:46 2010 New Revision: 988244 URL: http://svn.apache.org/viewvc?rev=988244view=rev Log: [WSS-237] - Provide key transport algorithm in encryption processor results - Thanks to David Valeri for the patch. Modified: webservices/wss4j/branches/1_5_x

svn commit: r986449 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/WSDataRef.java src/org/apache/ws/security/processor/SignatureProcessor.java test/wssec/TestWSSecuritySignat

2010-08-17 Thread coheigea
Author: coheigea Date: Tue Aug 17 18:49:43 2010 New Revision: 986449 URL: http://svn.apache.org/viewvc?rev=986449view=rev Log: [WSS-236] - Provide signature digest algorithm in signature processor results. - Thanks to David for the patch. Modified: webservices/wss4j/branches/1_5_x-fixes

svn commit: r986102 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/util/WSSecurityUtil.java test/wssec/PackageTests.java test/wssec/TestWSSecurityWSS234.java

2010-08-16 Thread coheigea
Author: coheigea Date: Mon Aug 16 19:24:55 2010 New Revision: 986102 URL: http://svn.apache.org/viewvc?rev=986102view=rev Log: [WSS-234] - Comment as first element in document causes NPE - Applied patch (thanks!) and added a test. Added: webservices/wss4j/branches/1_5_x-fixes/test/wssec

svn commit: r979810 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/action/ src/org/apache/ws/security/handler/ test/wssec/

2010-07-27 Thread coheigea
through USERNAME_TOKEN on the outbound side, and USERNAME_TOKEN_UNKNOWN on the inbound side. This unfortunate state of affairs will be fixed on trunk. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/action/UsernameTokenSignedAction.java webservices/wss4j

svn commit: r955177 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/ src/org/apache/ws/security/processor/ test/wssec/

2010-06-16 Thread coheigea
. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/WSDataRef.java webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/WSSecurityEngineResult.java webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor/ReferenceListProcessor.java

svn commit: r954877 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/message/token/UsernameToken.java test/wssec/TestWSSecurityNew5.java

2010-06-15 Thread coheigea
Author: coheigea Date: Tue Jun 15 13:36:26 2010 New Revision: 954877 URL: http://svn.apache.org/viewvc?rev=954877view=rev Log: [WSS-219] - Merged a fix for this issue + test. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token/UsernameToken.java

svn commit: r949154 - /webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityNew5.java

2010-05-28 Thread coheigea
Author: coheigea Date: Fri May 28 12:00:20 2010 New Revision: 949154 URL: http://svn.apache.org/viewvc?rev=949154view=rev Log: [WSS-219] - Added tests for adding a UsernameToken with an empty (not null) password. Modified: webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityNew5

svn commit: r947604 - in /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security: WSDocInfo.java message/EnvelopeIdResolver.java message/WSSecSignature.java saml/WSSecSignatureSAML.java

2010-05-24 Thread coheigea
traversal in certain cases. The main motivation behind this was to try to address some of the test failures caused by a suggested fix to get WSS4J working in websphere. - This does not apply to trunk as the IdResolver is not used there Modified: webservices/wss4j/branches/1_5_x-fixes/src/org

svn commit: r945175 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/processor/ src/org/apache/ws/security/transform/ test/ test/wssec/

2010-05-17 Thread coheigea
and test-case. Added: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/transform/STRTransformUtil.java (with props) Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor/SignatureProcessor.java webservices/wss4j/branches/1_5_x-fixes

svn commit: r934734 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/CryptoBase.java

2010-04-16 Thread coheigea
Author: coheigea Date: Fri Apr 16 10:35:52 2010 New Revision: 934734 URL: http://svn.apache.org/viewvc?rev=934734view=rev Log: [WSS-227] - CryptoBase.getPrivateKey() unable to handle empty (null) passwords - Suggested fix applied. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org

svn commit: r934414 - in /webservices/wss4j/branches/1_5_x-fixes: keys/ test/ test/wssec/

2010-04-15 Thread coheigea
Author: coheigea Date: Thu Apr 15 14:00:46 2010 New Revision: 934414 URL: http://svn.apache.org/viewvc?rev=934414view=rev Log: Replaced out of date keystore that was causing tests to fail. Added: webservices/wss4j/branches/1_5_x-fixes/keys/wss40.jks (with props) webservices/wss4j

svn commit: r901147 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/action/SAMLTokenSignedAction.java src/org/apache/ws/security/saml/WSSecSignatureSAML.java test/wssec/TestWS

2010-01-20 Thread coheigea
. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/action/SAMLTokenSignedAction.java webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/saml/WSSecSignatureSAML.java webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityNewST3.java

svn commit: r900353 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/UUIDGenerator.java

2010-01-18 Thread coheigea
Author: coheigea Date: Mon Jan 18 11:57:02 2010 New Revision: 900353 URL: http://svn.apache.org/viewvc?rev=900353view=rev Log: [WSS-221] - UUIDGenerator generates duplicate identifiers when used in a multi-threaded environment Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache

svn commit: r830515 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/action/ src/org/apache/ws/security/handler/ test/wssec/

2009-10-28 Thread coheigea
...it doesn't throw an exception now if there is no crypto instance Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/action/EncryptionAction.java webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/action/SignatureAction.java webservices/wss4j

svn commit: r830151 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor/SignatureProcessor.java

2009-10-27 Thread coheigea
Author: coheigea Date: Tue Oct 27 12:39:40 2009 New Revision: 830151 URL: http://svn.apache.org/viewvc?rev=830151view=rev Log: [WSS-215] - SignatureProcessor is not reusing results from WSDocInfo for the Reference case. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws

svn commit: r830233 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/processor/SignatureProcessor.java test/wssec/TestWSSecurityNewSCT.java

2009-10-27 Thread coheigea
Author: coheigea Date: Tue Oct 27 16:17:34 2009 New Revision: 830233 URL: http://svn.apache.org/viewvc?rev=830233view=rev Log: [WSS-216] - SignatureProcessor does not support directly referencing a SecurityContextToken Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws

svn commit: r826626 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/AbstractCrypto.java

2009-10-19 Thread coheigea
Author: coheigea Date: Mon Oct 19 10:19:37 2009 New Revision: 826626 URL: http://svn.apache.org/viewvc?rev=826626view=rev Log: [WSS-209] - Backported fix to 1_5_x-fixes. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/AbstractCrypto.java

svn commit: r826636 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/CryptoBase.java

2009-10-19 Thread coheigea
Author: coheigea Date: Mon Oct 19 11:05:23 2009 New Revision: 826636 URL: http://svn.apache.org/viewvc?rev=826636view=rev Log: [WSS-210] - Backported fix. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/CryptoBase.java Modified: webservices

svn commit: r802721 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/handler/WSS4JHandler.java

2009-08-10 Thread coheigea
Author: coheigea Date: Mon Aug 10 10:22:17 2009 New Revision: 802721 URL: http://svn.apache.org/viewvc?rev=802721view=rev Log: [WSS-205] - Backmerging to 1_5_x-fixes. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/handler/WSS4JHandler.java Modified

svn commit: r798857 - in /webservices/wss4j/branches/1_5_x-fixes: build.xml pom.xml src/org/apache/ws/security/WSDocInfo.java

2009-07-29 Thread coheigea
Author: coheigea Date: Wed Jul 29 11:23:55 2009 New Revision: 798857 URL: http://svn.apache.org/viewvc?rev=798857view=rev Log: Updating the build label to 1.5.9-SNAPSHOT. Modified: webservices/wss4j/branches/1_5_x-fixes/build.xml webservices/wss4j/branches/1_5_x-fixes/pom.xml

svn commit: r798971 - in /webservices/wss4j/branches/1_5_x-fixes: build.xml src/org/apache/ws/security/message/token/UsernameToken.java src/org/apache/ws/security/util/WSSecurityUtil.java

2009-07-29 Thread coheigea
Author: coheigea Date: Wed Jul 29 16:27:11 2009 New Revision: 798971 URL: http://svn.apache.org/viewvc?rev=798971view=rev Log: Made some fixes to the distribution jars for some changes Ant Elder pointed out in the 1.5.8 release process. Modified: webservices/wss4j/branches/1_5_x-fixes

svn commit: r797385 - in /webservices/wss4j/branches/1_5_x-fixes: README.txt lib/xmlsec-1.4.2.jar lib/xmlsec-1.4.3.jar pom.xml

2009-07-24 Thread coheigea
Author: coheigea Date: Fri Jul 24 09:30:27 2009 New Revision: 797385 URL: http://svn.apache.org/viewvc?rev=797385view=rev Log: [WSS-202] - Upgrade to XML-Security 1.4.3. Added: webservices/wss4j/branches/1_5_x-fixes/lib/xmlsec-1.4.3.jar (with props) Removed: webservices/wss4j/branches

svn commit: r797415 - /webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml

2009-07-24 Thread coheigea
Author: coheigea Date: Fri Jul 24 10:58:31 2009 New Revision: 797415 URL: http://svn.apache.org/viewvc?rev=797415view=rev Log: Updating the latest version of WSS4J in the xdocs Modified: webservices/wss4j/branches/1_5_x-fixes/xdocs/index.xml Modified: webservices/wss4j/branches/1_5_x-fixes

svn commit: r797004 - /webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityNew3.java

2009-07-23 Thread coheigea
Author: coheigea Date: Thu Jul 23 10:20:57 2009 New Revision: 797004 URL: http://svn.apache.org/viewvc?rev=797004view=rev Log: Backmerged a test for inclusive prefixes from trunk. Modified: webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityNew3.java Modified: webservices

svn commit: r797005 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token/BinarySecurity.java

2009-07-23 Thread coheigea
Author: coheigea Date: Thu Jul 23 10:21:58 2009 New Revision: 797005 URL: http://svn.apache.org/viewvc?rev=797005view=rev Log: Merged a fix for the problem with parsing BinarySecurityTokens. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token

svn commit: r795769 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/message/WSSecDKEncrypt.java src/org/apache/ws/security/message/WSSecEncrypt.java test/wssec/TestWSSecurityN

2009-07-20 Thread coheigea
Author: coheigea Date: Mon Jul 20 11:21:14 2009 New Revision: 795769 URL: http://svn.apache.org/viewvc?rev=795769view=rev Log: Backported fix to WSSecEncrypt.getKeyGenerator plus some other bits and pieces. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message

svn commit: r795839 - in /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token: SignatureConfirmation.java UsernameToken.java

2009-07-20 Thread coheigea
Author: coheigea Date: Mon Jul 20 13:47:27 2009 New Revision: 795839 URL: http://svn.apache.org/viewvc?rev=795839view=rev Log: Changed some calls to setAttribute to setAttributeNS(null, Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message/token

svn commit: r793624 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor/UsernameTokenProcessor.java

2009-07-13 Thread coheigea
Author: coheigea Date: Mon Jul 13 16:47:19 2009 New Revision: 793624 URL: http://svn.apache.org/viewvc?rev=793624view=rev Log: Merged a fix to set the password type when processing Username Tokens with digested passwords. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws

svn commit: r792511 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/processor/ReferenceListProcessor.java src/org/apache/ws/security/processor/SignatureProcessor.java test/wss

2009-07-09 Thread coheigea
Author: coheigea Date: Thu Jul 9 11:44:51 2009 New Revision: 792511 URL: http://svn.apache.org/viewvc?rev=792511view=rev Log: [WSS-198] - Backported fix for xpath expressions on Signature elements. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor

svn commit: r792324 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

2009-07-08 Thread dkulp
Author: dkulp Date: Wed Jul 8 21:18:10 2009 New Revision: 792324 URL: http://svn.apache.org/viewvc?rev=792324view=rev Log: Cleanup some of the osgi manifest entries Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml URL: http

svn commit: r792327 - /webservices/wss4j/branches/1_5_x-fixes/pom.xml

2009-07-08 Thread dkulp
Author: dkulp Date: Wed Jul 8 21:20:38 2009 New Revision: 792327 URL: http://svn.apache.org/viewvc?rev=792327view=rev Log: Pull some stuff from the trunk pom that is useful here Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml Modified: webservices/wss4j/branches/1_5_x-fixes

svn commit: r790849 - in /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security: handler/WSHandler.java util/WSSecurityUtil.java

2009-07-03 Thread coheigea
Author: coheigea Date: Fri Jul 3 10:26:29 2009 New Revision: 790849 URL: http://svn.apache.org/viewvc?rev=790849view=rev Log: Backmerged to 1_5_fixes. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/handler/WSHandler.java webservices/wss4j/branches/1_5_x

svn commit: r790586 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/processor/ test/wssec/

2009-07-02 Thread coheigea
Author: coheigea Date: Thu Jul 2 13:37:39 2009 New Revision: 790586 URL: http://svn.apache.org/viewvc?rev=790586view=rev Log: [WSS-201] - Backporting to 1_5_x-fixes branch. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor

svn commit: r790106 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/ src/org/apache/ws/security/processor/ test/wssec/

2009-07-01 Thread coheigea
Author: coheigea Date: Wed Jul 1 10:40:09 2009 New Revision: 790106 URL: http://svn.apache.org/viewvc?rev=790106view=rev Log: [WSS-198] - Applied patch from Stefan Vladov - I made some minor changes to the patch and added a basic test. Modified: webservices/wss4j/branches/1_5_x-fixes/src

svn commit: r788329 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/util/WSSecurityUtil.java test/wssec/TestWSSecurityUserProcessor.java

2009-06-25 Thread coheigea
Author: coheigea Date: Thu Jun 25 11:34:47 2009 New Revision: 788329 URL: http://svn.apache.org/viewvc?rev=788329view=rev Log: [WSS-131] - Backported. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/util/WSSecurityUtil.java webservices/wss4j/branches/1_5_x

svn commit: r788027 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/ src/org/apache/ws/security/handler/ src/org/apache/ws/security/message/token/ src/org/apache/ws/security/p

2009-06-24 Thread coheigea
Author: coheigea Date: Wed Jun 24 14:03:58 2009 New Revision: 788027 URL: http://svn.apache.org/viewvc?rev=788027view=rev Log: [WSS-199] - Backported from trunk. Added: webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityWSS199.java - copied, changed from r787976

svn commit: r785613 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/components/crypto/CryptoBase.java test/wssec/TestWSSecurityWSS178.java

2009-06-17 Thread coheigea
: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/CryptoBase.java webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityWSS178.java Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/CryptoBase.java URL: http

svn commit: r784791 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/ src/org/apache/ws/security/processor/ src/org/apache/ws/security/util/ test/wssec/

2009-06-15 Thread coheigea
element - I added the decrypted DOM element to WSDataRef instead so that the user can see what element was decrypted. - Added a test. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/WSDataRef.java webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws

svn commit: r783293 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/handler/WSHandler.java test/wssec/TestWSSecurityResultsOrder.java

2009-06-10 Thread coheigea
Author: coheigea Date: Wed Jun 10 11:21:25 2009 New Revision: 783293 URL: http://svn.apache.org/viewvc?rev=783293view=rev Log: [WSS-147] - Backmerging for consistency. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/handler/WSHandler.java webservices/wss4j

svn commit: r782965 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/CryptoBase.java

2009-06-09 Thread coheigea
Author: coheigea Date: Tue Jun 9 11:41:42 2009 New Revision: 782965 URL: http://svn.apache.org/viewvc?rev=782965view=rev Log: [WSS-195] - Backmerging to 1_5_x-fixes. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/CryptoBase.java Modified

svn commit: r769785 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/message/token/ src/org/apache/ws/security/transform/ src/org/apache/ws/security/util/ test/wssec/

2009-04-29 Thread coheigea
Author: coheigea Date: Wed Apr 29 13:38:23 2009 New Revision: 769785 URL: http://svn.apache.org/viewvc?rev=769785view=rev Log: [WSS-178] - Backported fix to 1_5_x-fixes branch. Added: webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityWSS178.java - copied unchanged from

svn commit: r769329 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/message/WSSecSignature.java test/wssec/TestWSSecurityNew17.java

2009-04-28 Thread coheigea
Author: coheigea Date: Tue Apr 28 10:40:59 2009 New Revision: 769329 URL: http://svn.apache.org/viewvc?rev=769329view=rev Log: [WSS-179] - Backported specifix fix only to 1_5_x-fixes branch. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message

svn commit: r768934 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/message/WSSecEncrypt.java test/wssec/TestWSSecurityNew14.java

2009-04-27 Thread coheigea
Author: coheigea Date: Mon Apr 27 11:40:09 2009 New Revision: 768934 URL: http://svn.apache.org/viewvc?rev=768934view=rev Log: [WSS-177] - Backported the specific fix only to the 1_5_x-fixes branch. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/message

svn commit: r767148 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/handler/WSHandler.java test/wssec/PackageTests.java test/wssec/TestWSSecurityResultsOrder.java

2009-04-21 Thread coheigea
Author: coheigea Date: Tue Apr 21 13:47:02 2009 New Revision: 767148 URL: http://svn.apache.org/viewvc?rev=767148view=rev Log: [WSS-147] - Backported from trunk. Added: webservices/wss4j/branches/1_5_x-fixes/test/wssec/TestWSSecurityResultsOrder.java - copied unchanged from r767142

svn commit: r765616 - in /webservices/wss4j/branches/1_5_x-fixes: appended-resources/ appended-resources/META-INF/ appended-resources/META-INF/NOTICE pom.xml

2009-04-16 Thread dkulp
Author: dkulp Date: Thu Apr 16 12:55:11 2009 New Revision: 765616 URL: http://svn.apache.org/viewvc?rev=765616view=rev Log: Add remote-resources stuff to pom to get NOTICE/LICESE stuff in place Added: webservices/wss4j/branches/1_5_x-fixes/appended-resources/ webservices/wss4j/branches

svn commit: r765619 - /webservices/wss4j/branches/1_5_x-fixes/NOTICE

2009-04-16 Thread dkulp
Author: dkulp Date: Thu Apr 16 13:00:37 2009 New Revision: 765619 URL: http://svn.apache.org/viewvc?rev=765619view=rev Log: Add apache header to NOTICE (although this should be svn rm and use the remote-resources generated one) Modified: webservices/wss4j/branches/1_5_x-fixes/NOTICE

svn commit: r765112 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor/EncryptedDataProcessor.java

2009-04-15 Thread coheigea
Author: coheigea Date: Wed Apr 15 10:09:36 2009 New Revision: 765112 URL: http://svn.apache.org/viewvc?rev=765112view=rev Log: Reverted changes to EncryptedDataProcessor on the 1_5_x-fixes branch. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/processor

svn commit: r765104 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/axis/security/WSDoAllSender.java

2009-04-15 Thread coheigea
Author: coheigea Date: Wed Apr 15 09:56:24 2009 New Revision: 765104 URL: http://svn.apache.org/viewvc?rev=765104view=rev Log: Changed WSDoAllSender not to have a static WSSConfig. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/axis/security/WSDoAllSender.java Modified

svn commit: r765255 - in /webservices/wss4j: branches/1_5_x-fixes/pom.xml tags/1_5_7/pom.xml tags/1_5_7/xdocs/index.xml trunk/pom.xml

2009-04-15 Thread coheigea
: webservices/wss4j/branches/1_5_x-fixes/pom.xml webservices/wss4j/tags/1_5_7/pom.xml webservices/wss4j/tags/1_5_7/xdocs/index.xml webservices/wss4j/trunk/pom.xml Modified: webservices/wss4j/branches/1_5_x-fixes/pom.xml URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_5_x

svn commit: r763644 - /webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/WSSConfig.java

2009-04-09 Thread coheigea
Author: coheigea Date: Thu Apr 9 13:31:19 2009 New Revision: 763644 URL: http://svn.apache.org/viewvc?rev=763644view=rev Log: [WSS-99] - Backmerged fix from trunk. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/WSSConfig.java Modified: webservices/wss4j

svn commit: r763344 - in /webservices/wss4j/branches/1_5_x-fixes: ./ keys/wss86.keystore test/log4j.properties

2009-04-08 Thread dkulp
2009) | 2 lines Fixed a failing test because of an out-of-date cert. Added: webservices/wss4j/branches/1_5_x-fixes/keys/wss86.keystore - copied unchanged from r757428, webservices/wss4j/trunk/keys/wss86.keystore Modified: webservices/wss4j/branches/1_5_x-fixes/ (props

svn commit: r763349 - in /webservices/wss4j/branches/1_5_x-fixes: ./ src/org/apache/ws/security/errors.properties src/org/apache/ws/security/processor/EncryptedDataProcessor.java src/org/apache/ws/sec

2009-04-08 Thread dkulp
2009) | 2 lines A fix for some failing WCF interop wstrust10 tests. Modified: webservices/wss4j/branches/1_5_x-fixes/ (props changed) webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/errors.properties webservices/wss4j/branches/1_5_x-fixes/src/org

svn commit: r763352 - /webservices/wss4j/branches/1_5_x-fixes/

2009-04-08 Thread dkulp
Author: dkulp Date: Wed Apr 8 19:03:35 2009 New Revision: 763352 URL: http://svn.apache.org/viewvc?rev=763352view=rev Log: Mark some stuff blocked or integrated Modified: webservices/wss4j/branches/1_5_x-fixes/ (props changed) Propchange: webservices/wss4j/branches/1_5_x-fixes

svn commit: r760492 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/components/crypto/ src/org/apache/ws/security/util/ test/

2009-03-31 Thread coheigea
to true by default on the 1_5_x-fixes branch for backwards compatibility. Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/AbstractCrypto.java webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/components/crypto/CryptoBase.java

svn commit: r760024 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/axis/security/ src/org/apache/ws/security/ src/org/apache/ws/security/message/ src/org/apache/ws/security/message/to

2009-03-30 Thread coheigea
a request is made. - This is for the scenario that two handlers are chained together...they'll have the same ID's if wssConfig is created per handler. Added: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/WsuIdAllocator.java - copied unchanged from r757531, webservices

svn commit: r759294 - in /webservices/wss4j/branches/1_5_x-fixes: src/org/apache/ws/security/action/ src/org/apache/ws/security/handler/ test/wssec/

2009-03-27 Thread coheigea
Author: coheigea Date: Fri Mar 27 18:15:09 2009 New Revision: 759294 URL: http://svn.apache.org/viewvc?rev=759294view=rev Log: [WSS-170] - Backmerged fix for WSS-170 Modified: webservices/wss4j/branches/1_5_x-fixes/src/org/apache/ws/security/action/SignatureAction.java webservices

svn commit: r758322 - in /webservices/wss4j/branches/1_5_x-fixes/test/wssec: PackageTests.java TestWSSecurityEncryptionParts.java

2009-03-25 Thread coheigea
Author: coheigea Date: Wed Mar 25 16:01:01 2009 New Revision: 758322 URL: http://svn.apache.org/viewvc?rev=758322view=rev Log: [WSS-172] - Backmerged test for encrypted headers to the 1_5_x-fixes branch Added: webservices/wss4j/branches/1_5_x-fixes/test/wssec

svn commit: r757442 - in /webservices/wss4j/branches/1_5_x-fixes: keys/wss86.keystore test/wssec/TestWSSecurityKerberosTokenProfile.java test/wssec/TestWSSecurityWSS86.java

2009-03-23 Thread coheigea
Author: coheigea Date: Mon Mar 23 17:06:09 2009 New Revision: 757442 URL: http://svn.apache.org/viewvc?rev=757442view=rev Log: Fixed a failing test because of an out-of-date cert. Added: webservices/wss4j/branches/1_5_x-fixes/keys/wss86.keystore - copied unchanged from r757428

svn commit: r753315 - /webservices/wss4j/branches/1_5_3/

2009-03-13 Thread coheigea
Author: coheigea Date: Fri Mar 13 16:45:21 2009 New Revision: 753315 URL: http://svn.apache.org/viewvc?rev=753315view=rev Log: Removed 1_5_3 branch. Removed: webservices/wss4j/branches/1_5_3/ - To unsubscribe, e-mail

svn commit: r753317 - in /webservices/wss4j/branches/1_5_x-fixes: ./ ChangeLog.txt build.xml pom.xml xdocs/index.xml

2009-03-13 Thread coheigea
Author: coheigea Date: Fri Mar 13 17:05:56 2009 New Revision: 753317 URL: http://svn.apache.org/viewvc?rev=753317view=rev Log: Created a 1_5_x-fixes branch. - Version is 1.5.7-SNAPSHOT. Added: webservices/wss4j/branches/1_5_x-fixes/ - copied from r753313, webservices/wss4j/trunk

svn commit: r706399 - in /webservices/wss4j/branches/1_5_5: ChangeLog.txt README.txt build.xml contrib/ contrib/wss4j-release.sh pom.xml src/META-INF/ src/META-INF/LICENSE.txt src/META-INF/NOTICE xdoc

2008-10-20 Thread fadushin
/branches/1_5_5/contrib/ webservices/wss4j/branches/1_5_5/contrib/wss4j-release.sh (with props) webservices/wss4j/branches/1_5_5/src/META-INF/ webservices/wss4j/branches/1_5_5/src/META-INF/LICENSE.txt (with props) webservices/wss4j/branches/1_5_5/src/META-INF/NOTICE (with props

svn commit: r705749 - /webservices/wss4j/branches/1_5_4/trunk/

2008-10-17 Thread fadushin
Author: fadushin Date: Fri Oct 17 14:07:47 2008 New Revision: 705749 URL: http://svn.apache.org/viewvc?rev=705749view=rev Log: 1.5.5 release branch Added: webservices/wss4j/branches/1_5_4/trunk/ - copied from r705748, webservices/wss4j/trunk

svn commit: r705751 - /webservices/wss4j/branches/1_5_5/

2008-10-17 Thread fadushin
Author: fadushin Date: Fri Oct 17 14:08:34 2008 New Revision: 705751 URL: http://svn.apache.org/viewvc?rev=705751view=rev Log: 1.5.5 release branch Added: webservices/wss4j/branches/1_5_5/ - copied from r705750, webservices/wss4j/trunk

svn commit: r705754 - /webservices/wss4j/branches/1_5_4/

2008-10-17 Thread fadushin
Author: fadushin Date: Fri Oct 17 14:12:17 2008 New Revision: 705754 URL: http://svn.apache.org/viewvc?rev=705754view=rev Log: fat-fingered previous branch creation Removed: webservices/wss4j/branches/1_5_4

svn commit: r659243 - in /webservices/wss4j/branches/1_5_4: ChangeLog.txt README.txt pom.xml wss4j-readme.html xdocs/index.xml

2008-05-22 Thread fadushin
reporting to maven reporting Added: webservices/wss4j/branches/1_5_4/ChangeLog.txt (with props) Modified: webservices/wss4j/branches/1_5_4/README.txt webservices/wss4j/branches/1_5_4/pom.xml webservices/wss4j/branches/1_5_4/wss4j-readme.html webservices/wss4j/branches/1_5_4

svn commit: r652527 - in /webservices/wss4j/branches/1_5_4: ./ src/org/apache/ws/security/components/crypto/ src/org/apache/ws/security/processor/ test/components/ test/wssec/

2008-05-01 Thread fadushin
Modified: webservices/wss4j/branches/1_5_4/build.xml webservices/wss4j/branches/1_5_4/pom.xml webservices/wss4j/branches/1_5_4/src/org/apache/ws/security/components/crypto/AbstractCrypto.java webservices/wss4j/branches/1_5_4/src/org/apache/ws/security/processor

svn commit: r650238 - in /webservices/wss4j/branches/1_5_4: NOTICE assembly/bin.xml assembly/src.xml build.xml pom.xml src/META-INF/ src/META-INF/LICENSE.txt src/META-INF/NOTICE

2008-04-21 Thread fadushin
Author: fadushin Date: Mon Apr 21 12:58:20 2008 New Revision: 650238 URL: http://svn.apache.org/viewvc?rev=650238view=rev Log: Added License and Notice files to source and binary distributions and artifacts Added: webservices/wss4j/branches/1_5_4/src/META-INF/ webservices/wss4j/branches

svn commit: r567453 - in /webservices/wss4j/branches/1_5_3: interop/ interop/org/apache/ws/axis/oasis/ interop/org/apache/ws/axis/oasis/ping/ src/org/apache/ws/security/action/ src/org/apache/ws/secur

2007-08-19 Thread ruchithf
Author: ruchithf Date: Sun Aug 19 11:31:04 2007 New Revision: 567453 URL: http://svn.apache.org/viewvc?view=revrev=567453 Log: Merged Werner's changes from the trunk to the 1.5.3 branch Added: webservices/wss4j/branches/1_5_3/interop/org/apache/ws/axis/oasis/Scenario2b.java webservices

svn commit: r566517 - /webservices/wss4j/branches/1_5_3/

2007-08-16 Thread ruchithf
Author: ruchithf Date: Thu Aug 16 00:15:53 2007 New Revision: 566517 URL: http://svn.apache.org/viewvc?view=revrev=566517 Log: Created the 1_5_3 branch Added: webservices/wss4j/branches/1_5_3/ - copied from r566089, webservices/wss4j/trunk

Re: svn commit: r279405 - in /webservices/wss4j/branches/WSS4J_1_1_0_FINAL/src/org/apache/ws/security: components/crypto/errors.properties message/token/BinarySecurity.java

2005-09-10 Thread Davanum Srinivas
to be base64, so if nothing is present that's ok. - Add missing entry for badEncoding in errors.properties Modified: webservices/wss4j/branches/WSS4J_1_1_0_FINAL/src/org/apache/ws/security/components/crypto/errors.properties webservices/wss4j/branches/WSS4J_1_1_0_FINAL/src/org

Re: svn commit: r279584 - in /webservices/wss4j/branches/WSS4J_1_1_0_FINAL/src/org/apache/ws/security: ./ message/token/ transform/ util/

2005-09-08 Thread Werner Dittmann
: Thu Sep 8 10:03:16 2005 New Revision: 279584 URL: http://svn.apache.org/viewcvs?rev=279584view=rev Log: can't depend on xml-security Base64 stuff...making a copy (added a param for wrapping line during encoding) Added: webservices/wss4j/branches/WSS4J_1_1_0_FINAL/src/org/apache/ws/security

svn commit: r279405 - in /webservices/wss4j/branches/WSS4J_1_1_0_FINAL/src/org/apache/ws/security: components/crypto/errors.properties message/token/BinarySecurity.java

2005-09-07 Thread dims
/wss4j/branches/WSS4J_1_1_0_FINAL/src/org/apache/ws/security/components/crypto/errors.properties webservices/wss4j/branches/WSS4J_1_1_0_FINAL/src/org/apache/ws/security/message/token/BinarySecurity.java Modified: webservices/wss4j/branches/WSS4J_1_1_0_FINAL/src/org/apache/ws/security/components

svn commit: r278572 - /webservices/wss4j/branches/WSS4J_1_1_0_FINAL/

2005-09-04 Thread werner
Author: werner Date: Sun Sep 4 03:22:14 2005 New Revision: 278572 URL: http://svn.apache.org/viewcvs?rev=278572view=rev Log: (empty) Removed: webservices/wss4j/branches/WSS4J_1_1_0_FINAL/ - To unsubscribe, e-mail: [EMAIL