----- "jack b" <[email protected]> wrote:
> PWC6197: An error occurred at line: 89 in the jsp file: /preauth.jsp
> PWC6199: Generated servlet error:
> edu.yale.its.tp.cas.client.filter.CASFilter.CAS_FILTER_USER cannot be
> resolved to a type
There's a compile error in your JSP as noted above.
Did you follow the directions to:
# Add/Modify the following lines in the JSP page (around line 111),
substituting in your zimbra server hostname for "yourdomain":
<%
String user =
(String)request.getSession().getAttribute("edu.yale.its.tp.cas.client.filter.user");
String redirect = generateRedirect(request, user + "@yourdomain");
response.sendRedirect(redirect);
%>
If you're still having problems, redact your preshared key and post your jsp.
Thanks,
Ryan
--
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