> I want all files that contain the word "feedback" not to go to CAS. > It is not feasible to put all my files except the "feedback" ones in a > separate folder and go from there...
A common solution to problems like this is to use one extension for dynamic content, another extension for static content. The classic example is Struts where any URL matching *.do (<url-pattern>*.do</url-pattern>) is handled by the Struts ActionServlet. Dunno whether that's any more feasible than restructuring feedback content under another folder, but just another suggestion. M -- 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