git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@363
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
|| (req.getRemoteUser().equals(""))) {
throw new HandleException("Unable to authenticate remote user");
}
- if ((req.getAuthType() == null) || (req.getAuthType().equals(""))) {
- throw new HandleException("Unable to obtain authentication type of user.");
- }
if ((req.getRemoteAddr() == null)
|| (req.getRemoteAddr().equals(""))) {
throw new HandleException("Unable to obtain client address.");