Commit Graph

421 Commits

Author SHA1 Message Date
unknown 33d39be658 Merge remote-tracking branch 'upstream/master' into CASC-220 2014-03-18 08:16:29 +01:00
Misagh Moayyed 0d83afcc97 Merge pull request #67 from battags/CASC-214
CASC-214 Improve Service Url Construction to Add Non-Standard Ports
2014-03-17 09:15:29 -07:00
Misagh Moayyed ed126854ee Merge pull request #64 from mmoayyed/CAS-219
CAS-219: Provide support for certain urls to be excluded from CAS filters
2014-03-17 00:21:53 -07:00
Misagh Moayyed fde7858cca CASC-219: added final 2014-03-17 00:18:56 -07:00
LELEU Jerome 8d43caa0c9 CASC-220: Support front channel SLO logout
specific front logout parameter + Tomcat valves update
2014-03-14 10:52:42 +01:00
LELEU Jerome 23a4abe3cb CASC-220: Support front channel SLO logout
First commit
2014-03-13 19:03:41 +01:00
Misagh Moayyed 4237e24bc0 CASC-219: added exact-matcher strategy 2014-03-13 08:26:22 -07:00
Misagh Moayyed 05570e4d18 CASC-219: changed exact to contains 2014-03-13 03:20:39 -07:00
Misagh Moayyed e18232e238 CASC-219: renamed matcher class to match behavior 2014-03-12 07:37:59 -07:00
Misagh Moayyed df336da4de CASC-219: switched warn to error, fixed typo and this refs 2014-03-11 08:46:00 -07:00
Misagh Moayyed 2aa02e253f CASC-219: updated internal map to be a static ref instead 2014-03-11 07:11:53 -07:00
Misagh Moayyed 1089e3de89 CASC-219: allowed extensions for ignoring urls 2014-03-11 05:04:59 -07:00
Misagh Moayyed 0fd2dbd659 CASC-219: updated javadocs and added map to keep track of pattern matchers 2014-03-11 04:24:27 -07:00
Misagh Moayyed 8e256219da CASC-219: Cleaned up formatting issues 2014-03-10 05:22:44 -07:00
Scott Battaglia eec2d4ec51 Removed debug statements used to confirm private methods worked. 2014-03-09 23:18:14 -04:00
Scott Battaglia 1bcc4a1714 CASC-214 Improve Service Url Construction to Add Non-Standard Ports if Missing from Configuration
Problem: sometimes the port is missing from the configuration.  This generates the wrong service url.
Solution: Add the server port if the server configuration does not have one.
QA Notes: Added unit tests to confirm behavior (and old unit tests still pass)
2014-03-09 23:13:04 -04:00
Misagh Moayyed d62bf68eee CASC-219: Provide support for certain urls to be excluded from CAS filters. 2014-03-07 11:17:14 -07:00
Misagh Moayyed f55bae3b89 CASC-219: Provide support for certain urls to be excluded from CAS filters. 2014-03-07 01:52:50 -07:00
Misagh Moayyed 1b4af19d70 CAS-219: Provide support for certain urls to be excluded from CAS filters. 2014-03-02 03:03:24 -07:00
Misagh Moayyed 8b3ac7922d CAS-219: Provide support for certain urls to be excluded from CAS filters. 2014-02-27 22:02:19 -07:00
Marvin S. Addison 36cb0a3f09 Merge pull request #63 from battags/CASC-203
CASC-203 Properly Parse Response to Keep Line Breaks
2014-02-20 13:49:50 -05:00
Scott Battaglia ce852a19a4 CASC-203 Properly Parse Response to Keep Line Breaks
Problem: The CAS Client uses a buffer reader which strips out the returned line breaks.
Solution: Switch to a normal input stream reader and add appropriate test.
2014-02-17 23:09:32 -05:00
Scott Battaglia 1e89580a6f [maven-release-plugin] prepare for next development iteration 2014-01-07 21:15:06 -05:00
Scott Battaglia 2bf3129d04 [maven-release-plugin] prepare release v3.3.0 2014-01-07 20:37:19 -05:00
Scott Battaglia f135c5e5c1 Updated notice and pom 2014-01-07 20:31:34 -05:00
Scott Battaglia 5cb1067093 Updated notice file 2014-01-07 20:31:24 -05:00
Scott Battaglia b046dc51dc Updated Atlassian Maven Repository location 2014-01-07 20:04:57 -05:00
Scott Battaglia e2aefd72b1 Added generated notice files 2014-01-07 20:00:30 -05:00
Scott Battaglia c4deb27080 Fixed licensing / exclusions. 2014-01-06 23:51:09 -05:00
Scott Battaglia cb2957a1e2 Fixed license files 2014-01-05 23:04:03 -05:00
Scott Battaglia 427c2721e9 Added missing license headers 2014-01-05 22:53:17 -05:00
Scott Battaglia f3106ed9a0 Correct license header information. 2014-01-05 22:52:15 -05:00
Scott Battaglia 2aa95bc6d8 Updated pom.xml to the latest jasig-parent pom (38) 2014-01-05 22:36:38 -05:00
Scott Battaglia 5e553c208c [maven-release-plugin] rollback the release of v3.3.0 2014-01-05 22:06:46 -05:00
Scott Battaglia 3e9d604499 Updated to Jasig Parent POM Version 37 and set up correct release version. 2013-12-29 17:17:26 -05:00
Scott Battaglia bd2c35a38f Updated pom.xml file to jasig-parent-36 2013-12-17 17:35:43 -05:00
Scott 1dc468beb1 Merge pull request #58 from serac/jaas-logout-fix
Destroy cached assertions in CasLoginModule#logout() method
2013-11-12 16:34:27 -08:00
Marvin S. Addison 92fbf3fcc0 Put HttpServletRequest#logout() in separate try/catch block. 2013-10-28 16:07:28 -04:00
Marvin S. Addison e494ac5cf6 Respond to code review feedback.
1. Call HttpServletRequest#logout() on SLO callback since it is available.
2. Use final for local variables where possible.
2013-10-28 15:58:40 -04:00
Marvin S. Addison f7343e5cb2 Remove cached assertions on logout to prevent credential replay attack. 2013-10-24 12:57:25 -04:00
Scott 4231ac2936 Merge pull request #57 from h0nIg/memcachedclient
use memcached interface instead of implementation / updated client library
2013-09-02 12:28:52 -07:00
Hans-Joachim Kliemeck a35109982d changed from provided to compile 2013-09-02 19:37:46 +02:00
Marvin S. Addison 0753052360 Merge pull request #56 from serac/CASC-174
CASC-174 Provide Programmatic JAAS Login Facility for JBoss 7
2013-08-26 04:23:25 -07:00
Hans-Joachim Kliemeck 24a3f7d4bc updated memcached version 2013-08-17 14:19:42 +02:00
Hans-Joachim Kliemeck 65bcc5bd1b use interface instead of implementation 2013-08-17 13:45:34 +02:00
Marvin S. Addison 8c8db86056 CASC-174 Remove @version javadoc tag. 2013-08-15 11:05:32 -04:00
Marvin S. Addison 0e3837e765 CASC-174 Remove JBoss verbiage from error message. 2013-08-01 14:10:38 -04:00
Marvin S. Addison 31564c692e CASC-174 Provide facility for Servlet 3.0 programmatic JAAS login.
Servlet3AuthenticationFilter supersede the JBoss-specific
WebAuthenticationFilter for JBoss 7. It should also provide support for
programmatic JAAS login for any container that is Servlet 3.0/JEE6
compliant.
2013-08-01 14:05:01 -04:00
Scott 8742ed6f37 Merge pull request #54 from battags/master
Updated Jasig Parent POM Version
2013-06-26 17:50:14 -07:00
Scott Battaglia 3ca44202e7 Latest Jasig pom file 2013-06-26 20:48:55 -04:00