Hi all,

I am trying to match two services that have similar paths.  Unfortunately, I
have had little luck.  I am want to map requests to the Tomcat context of
"/standard/*" to one service URL and "/standard/kiosk/*" to another.  This
would allow me to have different login screens by using the theme support. 
Unfortunately the following mappings don't work:

https://*/standard/*

https://*/standard/kiosk/**

Generally, the first pattern overrides the second for some reason (since *
doesn't indicate multiple directories according to ant syntax).  Also, when
I put in the URLs that I am explicitly requesting, neither pattern works
(e.g. "https://www.mydomain.com/standard/kiosk/home_page.dispatch"; and
"https://www.mydomain.com/standard/home_page.dispatch";).  Any help is
appreciated.
-- 
View this message in context: 
http://www.nabble.com/Pattern-Matching-Problem-tp16204415p16204415.html
Sent from the CAS Users mailing list archive at Nabble.com.

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to