Greetings,
Currently the HTTP Authorization Policy is set on the Bus, Endpoint,
Message etc. maps by keying it on its class.
The problem is that the AuthorizationPolicy class is used for both the
user authorization and proxy authorization. Therefore the "proxy"
authorization policy can't be set by this method.
This could easily be fixed by creating a trivial extension
public class ProxyAuthorizationPolicy extends AuthorizationPolicy {}
There may be a little work to make spring config work, i.e.
setProxyAuthorization(), but not much.
What are people's thoughts?
Cheers,
-Polar