[EMAIL PROTECTED] 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.