Commit Graph

36 Commits

Author SHA1 Message Date
Hal Deadman a5699de085
Update README.md
Add required serverName init parameter to example for Cas10TicketValidationFilter
2019-02-01 17:22:11 -05:00
Misagh Moayyed 1e4a416e69
update readme; add full-regex 2019-01-31 01:39:55 -07:00
Document Doctor 48e6950f37 Fixed typos in README.md 2019-01-12 01:18:14 -05:00
Document Doctor 9e769dd0b5 Fixed typos in README.md 2019-01-11 21:42:00 -05:00
Matt Drees a61f7f28d1 Rename logoutPath to logoutCallbackPath 2018-07-25 13:07:29 -06:00
Misagh Moayyed 34ce26d0e6
Merge branch 'master' into issue-210-preserve-entity-stream-for-non-logout-requests 2018-07-25 10:25:51 +04:30
Matt Drees 6e5be5b2db Tweak logoutPath docs 2018-07-24 16:08:48 -06:00
Matt Drees 5253d26444 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 296b1fc3ef 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 d9997452dc Merge pull request #220 from mmoayyed/tomcat85x
Add support for tomcat 8.5.x
2017-10-06 04:30:25 -07:00
Misagh Moayyed c2a75e9966 Fix travis URLs: point to apereo rather than jasig 2017-07-11 16:58:14 -07:00
Misagh Moayyed 4fc3f42619
updated docs 2017-07-06 14:06:24 -07:00
Misagh Moayyed 3bb2494ea2
Apply changes after code review by @serac 2017-06-01 21:03:51 -04:00
Misagh Moayyed a9b734b0b9
update readme 2017-05-17 16:50:13 -07:00
Misagh Moayyed 4cb1eb4946 Fix formatting issues with the markdown title 2017-04-25 09:28:10 -07:00
Marvin S. Addison 13fa0d0a0e Issue #152 Jetty integration docs. 2016-05-24 07:53:15 -04:00
cobolgis cf9f7ca76e Recommended fix for #167. 2016-05-16 16:04:12 +02:00
Carl Harris df932c90c4 change git clone URL to reflect new org slug 2016-05-13 11:03:11 -04:00
BernhardLenz 3c5d77b55c Added Tomcat client v8 to readme and notice files 2016-03-28 09:02:46 -04:00
Misagh Moayyed e99aaac160 updated docs on SSOFilter and ErrorRedirectFilter 2015-11-08 13:54:31 -07:00
Misagh Moayyed 8d6c6e3758 updated docs on SSOFilter and ErrorRedirectFilter 2015-11-08 13:53:33 -07:00
Misagh Moayyed 739d0908ad Fix badge link for maven version 2015-09-13 08:16:18 -07:00
Jérôme LELEU 09b2b7dd90 Update README with 3.4 features 2015-07-28 09:29:27 +02:00
Christian Brunotte 6ecc03de9d missing "<" in example 2015-06-16 19:30:49 +02:00
Christian Brunotte fdc09968f7 Added <filter-mapping> to all web.xml <filter> examples. 2015-06-16 19:29:16 +02:00
Misagh Moayyed ceaf323ae0 Update README.md 2015-06-07 13:29:05 -07:00
Misagh Moayyed 916813f76a Update README.md 2015-05-24 18:59:20 +04:00
Misagh Moayyed 6e22c2748b Update README.md 2015-05-23 23:09:30 +04:00
Misagh Moayyed d68849dd15 Update README.md 2015-05-23 23:08:50 +04:00
Misagh Moayyed 1fb0bb5428 Update README.md 2015-05-23 22:50:52 +04:00
Misagh Moayyed abcd057d4d Update README.md 2015-05-23 22:50:09 +04:00
Misagh Moayyed 9ac94a89d4 Update README.md 2015-05-23 22:01:48 +04:00
Misagh Moayyed 5124ac3b06 Update README.md 2015-05-23 21:50:09 +04:00
Misagh Moayyed fb93a5df50 Update README.md 2015-05-23 16:41:15 +04:00
Misagh Moayyed 9d7bbd3e09 Update README.md 2015-05-23 16:40:15 +04:00
Misagh Moayyed a6416fbf5b Create README.md 2015-05-23 02:46:17 +04:00