Sounds like a flesh-and-blood bug to me, so I'd file it.
On May 2, 2007, at 11:04 AM, Polar Humenn wrote:
Does anybody mind if I file a JIRA on this issue?
-Polar
Polar Humenn wrote:
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