Re: [Resin-interest] Authentication using hessian

2009-05-12 Thread Jeff Schnitzer
We have basic authentication and access control with Hessian working. Auth in Hessian is done with BASIC auth, therefore there must be a BasicLogin - our custom Login must extend that class. The configuration of this is, unfortunately, tricky to figure out. Our custom Login is picked up out of

[Resin-interest] Authentication using hessian

2009-05-08 Thread Jeff Schnitzer
Hessian auth doesn't seem to work. I have a small test project here: http://scratchmonkey.googlecode.com/svn/resin4/programmatic_auth The client code is very simple: public static void main(String[] args) throws Exception { HessianProxyFactory fact = new