Dear all, I used cas-server-3.5.2 and I want to add some jsp pages base on cas-server-webapp by using spring mvc framwork.
now, 1. I don't know how to config xml file for beans. my controller like: @Controller @RequestMapping("test") public class BlogController { @RequestMapping("hello") public String hello(Model model) { ...... return "test-hello"; // test-hello.jsp } } 2. How to config filter xml file. I want to accessce jsp page by controller and not be filtered by cas. eg. i send a request like "http://localhost:8080/cas/test/hello.html" on browser, i want to receive test-hello.jsp as result not goto login yn.zhangyingd...@gmail.com -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev