PDA

View Full Version : Hessian/Burlap/HttpInvoker and BASIC AUTH



lbois
Nov 21st, 2005, 09:46 AM
Hi,

I'm quite new to Spring.
I'm working on an application, based on spring remoting (Hessian being my first test) on server side, that i have to link with a Swing client.

I'd like to integrate some security, and especially Basic auth, as the application will be only used on an intranet.

I began to check ACEGI (perhaps is it a wrong way) for this.

Ideally, the first time i access the exposed secured service URL based on basic auth, i'll have to send a username/password from my UI.

Can this be possible: If yes, please help me by sending me the way to follow for this.

Regards

Laurent