[Acegisecurity-developer] Petclinic RCP

2004-08-01 Thread Ben Alex
Hi everyone I've just checked in some improvements to Petclinic RCP, which I'd appreciate your feedback on. There are now two versions. PetclinicStandalone.java loads the "embedded database" edition. PetclinicClientServer.java uses remoting protocols to access http://localhost:8080/petclinic-se

[Acegisecurity-developer] how to set username and password using hessian proxy...

2004-08-01 Thread Ben Alex
Indra Gunawan wrote: Hi all, I was setting up a hessian proxy in applicationContext.xml and the file contained lines like these : and I wanted to be authenticated using Basic Auth. But, since I don't want to make it declarative, I have to program it so I can support username and password usi

[Acegisecurity-developer] how to set username and password using hessian proxy...

2004-08-01 Thread Indra Gunawan
Hi all,   I was setting up a hessian proxy in applicationContext.xml and the file contained lines like these :               security.view.ViewSecurityRetriever            http://localhost:8080/test/caucho/ViewSecurity-hessian        and I wanted to be authenticated