Hi,

I have successfully used AppFuse 2.0 to create a CRUD type app for several
entities.
I am trying to switch from DB based to LDAP based authentication. I have
followed 
the steps in http://appfuse.org/display/APF/LDAP+Authentication (which are
great).
I checked my LDAP setup with some unit tests and confirmed that I can bind
to
LDAP to authenticate successfully. I can see that all the roles are found
from the Groups
in LDAP. When I switch to my web app, the same applies (bind is ok, roles
are OK)
but in after the redirect to mainI get a zero size response from the server,
resulting in a blank page.
I get the same whether I run in IE or Firefox or if I use jetty:run-war or
Tomcat 5.5
which makes me think this is a Acegi related issue...

Now here is the weird think, before I log on I can browse the non protected
JSPs, like login.jsp, 404.jsp and 403.jsp. Once I succesfully log in I get a
zero size response/blank page for all pages I try to access, even these
unprotected pages...

When I compare the log files for the DB vs. LDAP setup, I see no difference
that would give me a clue as to the problem. 

Is there some additional change I should make when changing from DB to LDAP
based AAA?

Any help with this would be greatly appreciated.

Thanks,

Florian
-- 
View this message in context: 
http://www.nabble.com/Zero-size-response-when-using-LDAP-based-authentication-tf4654949s2369.html#a13300084
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to