> java.lang.StringIndexOutOfBoundsException: String index out of range: -25 > at java.lang.String.substring(String.java:1937) > at > org.jasig.cas.authentication.principal.SamlService.createServiceFrom(SamlService.java:75) > at > org.jasig.cas.web.support.SamlArgumentExtractor.extractService(SamlArgumentExtractor.java:23)
Haven't seen this before. We'll need to see the request parameters you're sending to the CAS server. Please configure CAS to log request parameters and post the logs. The following servlet filter provides a convenient method to log servlet requests using commons-logging: http://code.google.com/p/vt-middleware/wiki/vtservletfilters#RequestDumperFilter is a good option. 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
