How do I use the ProxyImpl to handle local domains?
Extend the ProxyImpl class and use the ProxyInfo method: ProxyImpl(ProxyInfo pi) … pi.setTransparentProxy(pi.getServerName()); Or edit the UserName realm: AttributeList requestList = pi.getRequestAttributeList(); // Extract the name without the realm String nameNoRealm = pi.getName(); // And substitute the value for the User-Name attribute.