Hi, I solved my last question (HttpServletRequest.getPrincipal). Another question: First of all, I find very clean and elegant the UserManager idea in Orion. It is surprising how other commercial servers like iPlanet do not provide such facility. In fact we plan to develop ouw own LDAPUserManager implementing Orion interface. The problem is that I find several holes in the UserManager API. The most important is: How can you know the members of a specific group ? --getUsers(groupName). Or how can you list all existing groups ? --getGroups() I do not understand why this simple functionality is not included. Anybody can explain this ?
