RE: Re: HTTP Basic Authentication and Spring

2010-01-12 Thread Fly
Hi, THanks for response, but I actually figured this out. The reason for not working was my appcontext.xml settings overlapping with the code above, so I had to do the wiring in one place. -- http://restlet.tigris.org/ds/viewMessage.do?dsForum

HTTP Basic Authentication and Spring

2010-01-05 Thread Fly
Hi, I am trying to integrate HTTP Basic Authentication and Spring for the Restlet 2.0 M6. Spring appcontext.xml configures SpringComponent with ssl settings and defaultTarget with routers. This works fine. main() method: Component component = ((Component) ctx.getBean("top")); component.start()