Hi, What older CAS clients are you referring to ? Because you're right, there is a difference in the JSP pages between 3.4.x [1] and 3.5.x [2]. Thanks. Best regards, Jérôme
[1] : https://github.com/Jasig/cas/blob/3.4.x/cas-server-webapp/src/main/webapp/WEB-INF/view/jsp/protocol/2.0/casServiceValidationSuccess.jsp [2] : https://github.com/Jasig/cas/blob/3.5.x/cas-server-webapp/src/main/webapp/WEB-INF/view/jsp/protocol/2.0/casServiceValidationSuccess.jsp 2013/8/9 Tom Poage <[email protected]> > Recent upgrade (to 3.5.2) broke some of our older CAS clients. Turns out > e.g. the service validation XML has a bunch of empty lines at the top (left > from processing copyright comments at the top of its JSP page). > > Anyone use > > <%@ page trimDirectiveWhitespaces="true" %> > > or equivalent in production? Why would this (or not) be a good idea? > > Default for 4.0? > > Thanks. > Tom. > -- > 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
