Author: dkulp Date: Mon Nov 14 17:31:26 2011 New Revision: 1201807 URL: http://svn.apache.org/viewvc?rev=1201807&view=rev Log: Blocked revisions 1201709,1201785-1201786,1201792-1201795 via svnmerge
................ r1201709 | sergeyb | 2011-11-14 08:58:26 -0500 (Mon, 14 Nov 2011) | 9 lines Merged revisions 1201708 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1201708 | sergeyb | 2011-11-14 13:56:57 +0000 (Mon, 14 Nov 2011) | 1 line [CXF-3903] Support for primitive multipart/form-data parameters ........ ................ r1201785 | dkulp | 2011-11-14 11:55:10 -0500 (Mon, 14 Nov 2011) | 22 lines Recorded merge of revisions 1196130,1196702,1198781,1199249 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1196130 | coheigea | 2011-11-01 13:01:38 -0400 (Tue, 01 Nov 2011) | 1 line [CXF-3225] - Add support for saml tokens in sp:InitiatorToken ........ r1196702 | coheigea | 2011-11-02 13:11:06 -0400 (Wed, 02 Nov 2011) | 2 lines Added support to the SymmetricBinding for the ProtectTokens policy for X509Tokens. - Added 2x system tests ........ r1198781 | coheigea | 2011-11-07 10:37:20 -0500 (Mon, 07 Nov 2011) | 1 line Validate SignedSupportingToken policies. ........ r1199249 | coheigea | 2011-11-08 09:04:55 -0500 (Tue, 08 Nov 2011) | 1 line Improved EndorsingSupportingToken policy validation for X.509 tokens and KerberosTokens. ........ ................ r1201786 | dkulp | 2011-11-14 11:56:16 -0500 (Mon, 14 Nov 2011) | 60 lines Blocked revisions 1190365,1190497,1190502,1190504,1190506,1190511,1190551,1190613,1190629,1190631,1195084,1197191,1197582,1199324 via svnmerge ........ r1190365 | dkulp | 2011-10-28 10:39:28 -0400 (Fri, 28 Oct 2011) | 1 line Update release notes. ........ r1190497 | cschneider | 2011-10-28 14:48:44 -0400 (Fri, 28 Oct 2011) | 1 line CXF-3888 Different log categories for each service ........ r1190502 | cschneider | 2011-10-28 15:03:36 -0400 (Fri, 28 Oct 2011) | 1 line CXF-3888 Bugfix ........ r1190504 | dkulp | 2011-10-28 15:08:43 -0400 (Fri, 28 Oct 2011) | 1 line Fix checkstyle/pmd issues ........ r1190506 | cschneider | 2011-10-28 15:12:46 -0400 (Fri, 28 Oct 2011) | 1 line CXF-3888 Showing nicer class name and fixing checkstyle ........ r1190511 | dkulp | 2011-10-28 15:19:55 -0400 (Fri, 28 Oct 2011) | 1 line Slight optimization ........ r1190551 | dkulp | 2011-10-28 16:29:43 -0400 (Fri, 28 Oct 2011) | 1 line [CXF-3889] Change totalLen field in CachedOutputStream to long ........ r1190613 | dkulp | 2011-10-28 17:55:55 -0400 (Fri, 28 Oct 2011) | 1 line Fix java5 compile failure ........ r1190629 | dkulp | 2011-10-28 18:20:55 -0400 (Fri, 28 Oct 2011) | 1 line [maven-release-plugin] prepare release cxf-2.5.0 ........ r1190631 | dkulp | 2011-10-28 18:22:01 -0400 (Fri, 28 Oct 2011) | 1 line [maven-release-plugin] prepare for next development iteration ........ r1195084 | gmazza | 2011-10-29 21:05:47 -0400 (Sat, 29 Oct 2011) | 1 line various cleanups to new STS sample ........ r1197191 | coheigea | 2011-11-03 11:51:26 -0400 (Thu, 03 Nov 2011) | 1 line Return a (cached) realm in the SCTValidator ........ r1197582 | coheigea | 2011-11-04 10:25:49 -0400 (Fri, 04 Nov 2011) | 1 line Fix to make the STS sample work with JDK 1.5 ........ r1199324 | coheigea | 2011-11-08 11:12:16 -0500 (Tue, 08 Nov 2011) | 1 line Correcting some javadoc in the STS. ........ ................ r1201792 | dkulp | 2011-11-14 12:08:39 -0500 (Mon, 14 Nov 2011) | 9 lines Merged revisions 1201605 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1201605 | gmazza | 2011-11-14 01:12:47 -0500 (Mon, 14 Nov 2011) | 1 line Removed unused cxf-servlet.xml files (CXF-3831) ........ ................ r1201793 | dkulp | 2011-11-14 12:09:33 -0500 (Mon, 14 Nov 2011) | 24 lines Recorded merge of revisions 1199896,1200336,1200987,1201685 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1199896 | coheigea | 2011-11-09 13:05:04 -0500 (Wed, 09 Nov 2011) | 2 lines Added policy validation for SecurityContextTokens as EndorsingSupportingTokens - Added support for derived key policy validation as well for EndorsingSupportingTokens ........ r1200336 | coheigea | 2011-11-10 09:15:58 -0500 (Thu, 10 Nov 2011) | 3 lines Abstracted most of the supporting token policy validation code in CXF into a common abstract class. Added support for SignedEndorsingSupportingToken policy validation. Added some tests for SignedEndorsingSupportingToken policy validation in CXF. ........ r1200987 | coheigea | 2011-11-11 12:42:30 -0500 (Fri, 11 Nov 2011) | 1 line A fix for when a UsernameToken is used via a SignedSupportingToken/IssuedToken ........ r1201685 | coheigea | 2011-11-14 07:55:26 -0500 (Mon, 14 Nov 2011) | 1 line Added a system test for a SAML Token as a SignedEncryptedSupportingToken ........ ................ r1201794 | dkulp | 2011-11-14 12:10:30 -0500 (Mon, 14 Nov 2011) | 20 lines Blocked revisions 1199858,1200419,1200860,1200946 via svnmerge ........ r1199858 | sergeyb | 2011-11-09 12:06:34 -0500 (Wed, 09 Nov 2011) | 1 line [CXF-3894] Making sure OAuth services can also log the form values captured by HttpServletRequest parameters ........ r1200419 | coheigea | 2011-11-10 11:44:20 -0500 (Thu, 10 Nov 2011) | 1 line Removing some unnecessary configuration ........ r1200860 | sergeyb | 2011-11-11 07:47:49 -0500 (Fri, 11 Nov 2011) | 1 line [CXF-2759] Updating the code checking permission uris ........ r1200946 | sergeyb | 2011-11-11 11:53:51 -0500 (Fri, 11 Nov 2011) | 1 line Updating Jackson version to 1.9 in systests ........ ................ r1201795 | dkulp | 2011-11-14 12:12:08 -0500 (Mon, 14 Nov 2011) | 10 lines Recorded merge of revisions 1200881 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1200881 | coheigea | 2011-11-11 08:42:53 -0500 (Fri, 11 Nov 2011) | 2 lines Added support for using a SAML Token as an EndorsingSupportingToken + added a systest. Added support for SignedEncryptedSupportingToken policy validation + added some tests. ........ ................ Modified: cxf/branches/2.3.x-fixes/ (props changed) Propchange: cxf/branches/2.3.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.
