Just a note: https://source.jasig.org/cas3/tags/cas-server-3.4.3/cas-server-core/src/main/java/org/jasig/cas/authentication/principal/AbstractPersonDirectoryCredentialsToPrincipalResolver.java
All classes that inherit from the above abstract class have the property "returnNullIfNoAttributes" which is typically set to false. This may only be in newer versions. Which version of CAS are you using? On Wed, Oct 27, 2010 at 12:57 PM, Marvin Addison <[email protected]>wrote: > > Ok, where I configure the custom error PAGE? > > We do this using > > http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/web/servlet/handler/SimpleMappingExceptionResolver.html > . > The core requirement here is that the causing exception is a > well-defined exception class and can be mapped to an alternate Spring > MVC view. If that's not the case you may need to develop your own > HandlerExceptionResolver that looks at other exception > characteristics, like the stack trace or error messages. > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
