I'm not sure off the top of my head why that would be happening, but as a temporary fix you could use wildcards in your service registry such that the service matches with or without a trailing slash.
On Tue, Sep 27, 2016 at 10:53 AM Tom Barber <[email protected]> wrote: > Hey Alex > > 4.2.4 > > The webapp proxies through Apache HTTPD to Tomcat but I'm not seeing > anything obvious in the configs in Tomcat, HTTPD or CAS to see why the / is > appended. Similarly, if I attempt a login with > http://mydomain.com/service/ it then throws a mismatch but with > http://mydomain.com/service// > > Tom > > On Tue, Sep 27, 2016 at 9:51 AM, Alex Olson <[email protected]> > wrote: > >> What cas version are you running? >> >> On Tue, Sep 27, 2016 at 10:35 AM Tom Barber <[email protected]> >> wrote: >> >>> Hi folks >>> >>> I can't find a cause or solution to this anywhere so I figured I'd ask: >>> I have CAS working fine with HTTPD mod_cas but when I try and hook it up >>> to a plain java webapp I get this: >>> >>> Ticket 'ST-1-ABI6h1jCH7SXA2sbjU6g-my-domain.com' does not match supplied >>> service. The original service was 'https://mydomain.com/service' and the >>> supplied service was 'https://mydomain.com/service/'. >>> >>> >>> As you can see its appending a / to the service URL and I have no clue why. >>> >>> >>> Any pointers? >>> >>> >>> Thanks >>> >>> >>> Tom >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "CAS Community" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at >>> https://groups.google.com/a/apereo.org/group/cas-user/. >>> To view this discussion on the web visit >>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CABML50fetroeiqb_Xfw2PzVhGC-cntk_hAuD18KbTXtHgsh8Sg%40mail.gmail.com >>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CABML50fetroeiqb_Xfw2PzVhGC-cntk_hAuD18KbTXtHgsh8Sg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/a/apereo.org/d/optout. >>> >> -- >> -- Alex >> > > -- -- Alex -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAAXiHZ4bwFaHjKeJ9NBM9Thx0ubov96CCWN3g%3DeV4V%2BrA7VH_w%40mail.gmail.com. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
