You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Andrea Smyth <an...@iona.com> on 2007/04/11 10:43:43 UTC

Re: svn commit: r527411 - in /incubator/cxf/trunk: api/src/main/java/org/apache/cxf/message/ rt/transports/http-jetty/src/test/java/org/apache/cxf/transport/http_jetty/ rt/transports/http/src/main/java/org/apache/cxf/transport/http/ rt/transports/http/src/...

andreasmyth@apache.org wrote:

>Author: andreasmyth
>Date: Wed Apr 11 01:33:10 2007
>New Revision: 527411
>
>URL: http://svn.apache.org/viewvc?view=rev&rev=527411
>Log:
>[JIRA CXF-473] WS-Policification of HTTPServerPolicy
>* Implementation of compatible and equals for http server policy.
>* All policy interceptors to throw Fault (wrapping PolicyException) instead of PolicyException.
>* System test demonstrating the use of HTTPServerPolicy assertions in wsp:Policy elements attached to different subjects (port, operation, binding,...): policies attached to operation and message subjects must - if used - be equal to effective policy for endpoint.
>  
>
That should read of course: Assertions built from 
{http://cxf.apache.org/transports/http/configuration}server elements, 
which appear in alternatives of policies attached to operation and 
message subjects must be equal to the assertion in the selected 
alternative of the effective policy for the endpoint (if there is such 
an assertion).

Andrea.

>* HTTPDestination initialisation to take into account policies.
>* Removed static method copyProperties added to MessageImpl earlier - it was never used.
>  
>