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
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()
2 matches
Mail list logo