LELEU Jerome
9b33321cc2
CASC-220: Support front channel SLO logout
...
specific front logout parameter + Tomcat valves update
2014-03-14 10:52:42 +01:00
LELEU Jerome
47f825871e
CASC-220: Support front channel SLO logout
...
First commit
2014-03-13 19:03:41 +01:00
Marvin S. Addison
590a79c6a6
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
36b8db1e86
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
4d7b2517a9
[maven-release-plugin] prepare for next development iteration
2014-01-07 21:15:06 -05:00
Scott Battaglia
4d12772bc4
[maven-release-plugin] prepare release v3.3.0
2014-01-07 20:37:19 -05:00
Scott Battaglia
8262bc1fff
Updated notice and pom
2014-01-07 20:31:34 -05:00
Scott Battaglia
a199892c73
Updated notice file
2014-01-07 20:31:24 -05:00
Scott Battaglia
00a507d51b
Updated Atlassian Maven Repository location
2014-01-07 20:04:57 -05:00
Scott Battaglia
19e5e0671b
Added generated notice files
2014-01-07 20:00:30 -05:00
Scott Battaglia
2a2fc56031
Fixed licensing / exclusions.
2014-01-06 23:51:09 -05:00
Scott Battaglia
89e6bfd521
Fixed license files
2014-01-05 23:04:03 -05:00
Scott Battaglia
6ba3f6f884
Added missing license headers
2014-01-05 22:53:17 -05:00
Scott Battaglia
d0d7fd684d
Correct license header information.
2014-01-05 22:52:15 -05:00
Scott Battaglia
57d2d66a1d
Updated pom.xml to the latest jasig-parent pom (38)
2014-01-05 22:36:38 -05:00
Scott Battaglia
fe9dac934a
[maven-release-plugin] rollback the release of v3.3.0
2014-01-05 22:06:46 -05:00
Scott Battaglia
577dafef0e
Updated to Jasig Parent POM Version 37 and set up correct release version.
2013-12-29 17:17:26 -05:00
Scott Battaglia
cef064f34b
Updated pom.xml file to jasig-parent-36
2013-12-17 17:35:43 -05:00
Scott
b3afc92fc7
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
5b1bd87e7a
Put HttpServletRequest#logout() in separate try/catch block.
2013-10-28 16:07:28 -04:00
Marvin S. Addison
82c95aaf19
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
328692bb40
Remove cached assertions on logout to prevent credential replay attack.
2013-10-24 12:57:25 -04:00
Scott
46416fe741
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
6b50b18d66
changed from provided to compile
2013-09-02 19:37:46 +02:00
Marvin S. Addison
575de47020
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
259afc7a62
updated memcached version
2013-08-17 14:19:42 +02:00
Hans-Joachim Kliemeck
b697a4b0ba
use interface instead of implementation
2013-08-17 13:45:34 +02:00
Marvin S. Addison
5ce3bcb3d3
CASC-174 Remove @version javadoc tag.
2013-08-15 11:05:32 -04:00
Marvin S. Addison
75406c916e
CASC-174 Remove JBoss verbiage from error message.
2013-08-01 14:10:38 -04:00
Marvin S. Addison
517f94bd97
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
526c65fb39
Merge pull request #54 from battags/master
...
Updated Jasig Parent POM Version
2013-06-26 17:50:14 -07:00
Scott Battaglia
adb668d9ed
Latest Jasig pom file
2013-06-26 20:48:55 -04:00
Scott
15103333e5
Merge pull request #52 from battags/CASC-211
...
CASC-211 Better Ticket Validation Error Logic
2013-06-20 16:31:59 -07:00
Scott Battaglia
8ab75b883a
Renamed arguments
2013-06-20 19:28:35 -04:00
Scott
4b87b4a9f5
Merge pull request #53 from battags/XML-Fix
...
Switched to SaxParserFactory directly. Unit tests pass. CASC-212
2013-06-20 04:08:12 -07:00
Scott Battaglia
715659ebcf
Switched to SaxParserFactory directly. Unit tests pass. CASC-212
2013-06-20 00:15:53 -04:00
Scott Battaglia
a9d640b1b0
Fixed formatting again.
2013-06-19 23:16:17 -04:00
Scott Battaglia
b802354fdb
Changed default for exceptionOnValidationFailure and message.
...
This seems to have some formatting changes in it also for some reason.
2013-06-19 23:11:22 -04:00
Scott
fddafb753f
Merge pull request #51 from battags/master
...
[NOJIRA] Reformat to Eclipse Standard
2013-06-19 19:55:55 -07:00
Scott Battaglia
1993718cc7
Reformat all files using shared CAS Eclipse formatter.
2013-06-19 22:50:02 -04:00
Scott
180f1f803b
Merge pull request #49 from battags/CASC-206
...
CASC-206 Added Authentication Redirect Strategy to support original use case and new Faces support
2013-06-19 19:30:28 -07:00
Scott Battaglia
9674ad8a45
Swithed to existing Reflection utils. Added supporting unit test.
2013-06-19 22:26:09 -04:00
Scott Battaglia
8a7e32e5be
Merge branch 'master' into CASC-206
2013-06-19 22:25:18 -04:00
Scott
d413ee5cf8
Merge pull request #50 from battags/CASC-207
...
CASC-207 - Converted to static logger for serializable class
2013-06-19 07:12:31 -07:00
Scott Battaglia
077e991ae6
CASC-207
...
Converted logger to static for de-serialization purposes.
2013-06-18 22:38:25 -04:00
Scott Battaglia
8643e85b1e
Added missing javadoc
2013-06-18 22:07:50 -04:00
Scott Battaglia
73e36bf6d2
Fixed failing test case that was missing an import statement.
2013-06-18 21:57:22 -04:00
Scott Battaglia
8df9f0272b
Added redirect strategy to support Faces.
2013-06-18 21:56:58 -04:00
Scott Battaglia
091f1d5f90
Merge branch 'master' of github.com:Jasig/java-cas-client
2013-06-18 21:08:50 -04:00
Scott
4802ad8c17
Merge pull request #47 from mores/CASC-208
...
[CASC-208] Prevent unnecessary log errors
2013-05-07 18:06:32 -07:00