Commit Graph

32 Commits

Author SHA1 Message Date
Matt Drees 1d4312b64f Rename logoutPath to logoutCallbackPath 2018-07-25 13:07:29 -06:00
Misagh Moayyed af78b8703f Merge branch 'master' into issue-210-preserve-entity-stream-for-non-logout-requests 2018-07-25 10:25:51 +04:30
Matt Drees 72e9aa9378 Tweak logoutPath docs 2018-07-24 16:08:48 -06:00
Matt Drees ba5982e1eb Add option to prevent entity stream consumption
If someone's app cannot handle the SingleSignOutFilter's consumption of entity streams
(via a `request.getParameter()` call) on all requests,
they can use this option in conjunction with setting up a service logout URL at the CAS server.
The filter will now only consume the stream on requests to this path.

Fixes https://github.com/apereo/java-cas-client/issues/210.
2018-07-24 15:19:00 -06:00
Matt Drees b6f6b5de76 Support casServerUrlPrefix config option
`casServerUrlPrefix` is used for validation and single logout,
but before this commit it couldn't be used by the auth filter.
As a result, web.xml needed to (for the typical usecase)
contain at least two references to the cas server.

Now, only one context init-param reference is necessary,
as long as the login page is hosted at {prefix}/login
(which seems to be mandated by cas protocol spec).
2018-07-24 15:18:24 -06:00
Misagh Moayyed 962c8185ae Merge pull request #220 from mmoayyed/tomcat85x
Add support for tomcat 8.5.x
2017-10-06 04:30:25 -07:00
Misagh Moayyed 6280319d80 Fix travis URLs: point to apereo rather than jasig 2017-07-11 16:58:14 -07:00
Misagh Moayyed 2d6b80842b updated docs 2017-07-06 14:06:24 -07:00
Misagh Moayyed ccf8e718b2 Apply changes after code review by @serac 2017-06-01 21:03:51 -04:00
Misagh Moayyed 1e1a0ec5e8 update readme 2017-05-17 16:50:13 -07:00
Misagh Moayyed 1561da75ad Fix formatting issues with the markdown title 2017-04-25 09:28:10 -07:00
Marvin S. Addison 7cb5380e75 Issue #152 Jetty integration docs. 2016-05-24 07:53:15 -04:00
cobolgis 771288475f Recommended fix for #167. 2016-05-16 16:04:12 +02:00
Carl Harris f1cd2441ca change git clone URL to reflect new org slug 2016-05-13 11:03:11 -04:00
BernhardLenz f1908ba5fc Added Tomcat client v8 to readme and notice files 2016-03-28 09:02:46 -04:00
Misagh Moayyed 4b63e06418 updated docs on SSOFilter and ErrorRedirectFilter 2015-11-08 13:54:31 -07:00
Misagh Moayyed 32963967d4 updated docs on SSOFilter and ErrorRedirectFilter 2015-11-08 13:53:33 -07:00
Misagh Moayyed a417f78521 Fix badge link for maven version 2015-09-13 08:16:18 -07:00
Jérôme LELEU bb11bfa7c8 Update README with 3.4 features 2015-07-28 09:29:27 +02:00
Christian Brunotte df07758a89 missing "<" in example 2015-06-16 19:30:49 +02:00
Christian Brunotte 302822f361 Added <filter-mapping> to all web.xml <filter> examples. 2015-06-16 19:29:16 +02:00
Misagh Moayyed 05873137dc Update README.md 2015-06-07 13:29:05 -07:00
Misagh Moayyed 77e5340c3c Update README.md 2015-05-24 18:59:20 +04:00
Misagh Moayyed 573976cda9 Update README.md 2015-05-23 23:09:30 +04:00
Misagh Moayyed dc028a6652 Update README.md 2015-05-23 23:08:50 +04:00
Misagh Moayyed 50fc28034d Update README.md 2015-05-23 22:50:52 +04:00
Misagh Moayyed 3c40922847 Update README.md 2015-05-23 22:50:09 +04:00
Misagh Moayyed d72913b53a Update README.md 2015-05-23 22:01:48 +04:00
Misagh Moayyed a31979920b Update README.md 2015-05-23 21:50:09 +04:00
Misagh Moayyed 8ec71aa2c6 Update README.md 2015-05-23 16:41:15 +04:00
Misagh Moayyed 74f0a209dd Update README.md 2015-05-23 16:40:15 +04:00
Misagh Moayyed f8f5b908d0 Create README.md 2015-05-23 02:46:17 +04:00