Well, to solve that I made another UserDetailsService of my own using Hibernate because the project needs it. The InMemoryDaoImpl was used only to test if DaoX509AuthenticatorPopulator worked (and it...
Type: Posts; User: srxavi; Keyword(s):
Well, to solve that I made another UserDetailsService of my own using Hibernate because the project needs it. The InMemoryDaoImpl was used only to test if DaoX509AuthenticatorPopulator worked (and it...
Hi!
This is how you enable sitemesh for the error pages. You have to configure the filter-mapping of sitemesh in the web.xml file this way.
<filter-mapping>...
Another question (I know I should open a new thread but if you know it, it will be quickly done)
I cannot get the user using the InMemoryDao although in the certificate I send the CN is the...
Solved!
It was a problem with the configuration of Sitemesh. Thanks for everything!
Hi!
Thanks for the info, but I tried this before and it's not the most suitable solution because I am using sitemesh to decorate the pages and this page needs to be decorated also and using this...
Hello Everybody!
First of all, thank you for this great project. It's worth its fame and it's really really useful. And now the "please please help me" stuff.
I am developing an application...