Commit Graph

210 Commits

Author SHA1 Message Date
Scott Battaglia a1b9031416 CASC-33
minor updates to documentation, final keyword, and formatting.
2010-09-21 03:15:18 +00:00
Marvin S. Addison ce46854baa CASC-33
Tomcat 6.x support for container-based CAS authentication.
Minor changes to 7.x support for consistency.
2010-09-20 20:19:32 +00:00
Scott Battaglia 704f1b8a67 CASC-33
fixed test that was failing (my guess is its due to the different ways the JVMs return arrays).  Also enhanced code to use "Best practice" of never returning null and instead returning an empty list simplifying upstream code.
2010-09-20 03:42:51 +00:00
Scott Battaglia f64a23b1ae CASC-125
added default auth filter for saml1.1 and made sure that it and the validation filter set the required saml parameters.
2010-09-20 03:33:49 +00:00
Marvin S. Addison f023fa5282 NOJIRA
Ignore maven target directory.
2010-09-17 20:45:38 +00:00
Marvin S. Addison 54afd070ec CASC-33
Updated Tomcat container authnz support with abstracted
version-agnostic core, cas-client-integration-tomcat-common, to facilitate
integration with multiple versions of Tomcat.
2010-09-17 20:37:19 +00:00
Marvin S. Addison 0f3d8a5c60 CASC-33
Service parameter must be lowercase.
2010-09-10 19:39:23 +00:00
Scott Battaglia 9b8ce98ebf CASC-33
support for Tomcat: more authentication mechanisms.  Fixed authenticator class and added license.
2010-09-03 03:36:16 +00:00
Scott Battaglia cd3ecb8e3c CASC-33
support for Tomcat: more authentication mechanisms.  Just need to do the abstract class now.
2010-09-01 03:56:46 +00:00
Scott Battaglia 9ffca231a0 CASC-33
support for Tomcat: logout, proxy callback.
2010-08-29 21:53:32 +00:00
Scott Battaglia 74a8cff651 CASC-115
applied Marvin's patch.  Made changes to check for debug enabled before doing any concatenation and to renable the initCause
2010-08-16 03:15:45 +00:00
Scott Battaglia 2449a7a61b CASC-33
initial Tomcat support started.
2010-07-20 03:55:54 +00:00
Scott Battaglia 649b39b1c8 CASC-116
removed secondary call to response.encodeRedirectUrl because according to the Tomcat source code they essentially do the same thing.
2010-07-20 02:33:36 +00:00
Scott Battaglia b1f6e24f7e CASC-117
added init cause to login exceptions
2010-07-20 02:12:02 +00:00
Scott Battaglia 40c006389e [maven-release-plugin] prepare for next development iteration 2010-06-17 03:08:14 +00:00
Scott Battaglia 07cc6b62f3 [maven-release-plugin] prepare release cas-client-3.1.11 2010-06-17 03:08:03 +00:00
Scott Battaglia c312ca0b4f NOJIRA
preparations for 3.1.11 release
2010-06-17 03:04:31 +00:00
Scott Battaglia 4776006b07 NOJIRA
preparations for 3.1.11 release
2010-06-17 02:59:34 +00:00
Scott Battaglia 6a942e294b NOJIRA
preparations for 3.1.11 release
2010-06-17 02:55:26 +00:00
Scott Battaglia 8bd5e8ba07 [maven-release-plugin] prepare release cas-client-3.1.11 2010-06-17 02:54:34 +00:00
Scott Battaglia 4e5b27bdd1 NOJIRA
preparations for 3.1.11 release
2010-06-17 02:52:17 +00:00
Scott Battaglia 56822871d6 NOJIRA
preparations for 3.1.11 release
2010-06-17 02:51:56 +00:00
Scott Battaglia 206c5180a7 NOJIRA
preparations for 3.1.11 release
2010-06-17 02:37:42 +00:00
Scott Battaglia 07ea7b92da NOJIRA
preparations for 3.1.11 release
2010-06-17 02:35:43 +00:00
Scott Battaglia 0e289c70b5 [maven-release-plugin] prepare release cas-client-3.1.11 2010-06-17 02:28:49 +00:00
Scott Battaglia dcddfe5d65 NOJIRA
preparations for 3.1.11 release
2010-06-17 02:19:15 +00:00
Marvin S. Addison 587c9c41a3 CASC-108
Ignore target directory in new JBoss integration module.
2010-06-07 15:31:04 +00:00
Marvin S. Addison a57e3d401f CASC-108
Minor logging fixes/improvements.
2010-06-07 15:29:23 +00:00
Scott Battaglia 01fd618436 CASC-112
added brackets around the pgtIou to make it more obvious the message isn't cut off.
2010-06-05 17:25:34 +00:00
Scott Battaglia 23711eb6a1 CASC-108
commit before we move to the new repository.  We cannot release this yet because we're missing a contributor license agreement.
2010-06-01 22:56:09 +00:00
Scott Battaglia b9208f9077 CASC-109
changed location of redirect to successful block
2010-05-27 03:32:03 +00:00
Scott Battaglia 975bf7700c CASC-110
added the reserved keyword to the list.
2010-05-27 03:09:39 +00:00
Scott Battaglia b76ce0dcc9 CASC-103
updated javadoc to explain the purpose of the method
2010-05-09 05:07:52 +00:00
Scott Battaglia f5984a088d CASC-107
enabled providing a specific encoding
2010-05-09 04:18:51 +00:00
Scott Battaglia 92c2b081cd CASC-106
made some changes to explicitly use UTC.
2010-05-09 03:51:18 +00:00
Scott Battaglia d6f11f89a2 CASC-105
changed log level to debug instead of warn.
2010-05-09 03:26:32 +00:00
Marvin S. Addison 4ef10cd168 CASC-80
Add support for setting HostnameVerifier for CAS validation filters in
web.xml.
2010-02-24 14:55:51 +00:00
Marvin S. Addison 96a31f5afd NOJIRA
Update svn:ignore to ignore maven target directories.
2010-02-23 18:37:41 +00:00
Scott Battaglia 856d2b07f9 CASC-102
moved the call to initialize the ticket validator to after the setting of the proxy granting ticket storage.
2009-12-18 03:12:15 +00:00
Scott Battaglia ef9caa321e NOJIRA
preparations for 3.1.10
2009-12-16 13:43:04 +00:00
Scott Battaglia 3f2a1c4c69 CASC-96
reworked logic
2009-11-24 15:34:32 +00:00
Scott Battaglia 6459137bb2 CASC-99
moved the line to make sure we're not accidentally prepending "&"
2009-11-24 15:19:15 +00:00
Scott Battaglia ff84c43b45 CASC-100
moved call to create url
2009-11-24 15:08:57 +00:00
Scott Battaglia 7f56406ca6 NOJIRA
work for a 3.1.10-SNAPSHOT
2009-11-24 15:08:41 +00:00
Scott Battaglia f5d698c5de NOJIRA
preparations for 3.1.9 release
2009-10-22 15:37:35 +00:00
Scott Battaglia c652557f8a CASC-96
corrected session call
2009-10-14 16:02:03 +00:00
Scott Battaglia 30c2d9e3c9 NOJIRA
re-added accidental removal of Ehcache-backed impl
2009-10-14 15:59:51 +00:00
Scott Battaglia 111190063d CASC-95
removed unused directory
2009-10-14 03:21:57 +00:00
Scott Battaglia 79e706e59f CASC-95
added memcached support
2009-10-14 03:20:06 +00:00
Scott Battaglia b16412731d CASC-93
added check for role
2009-09-22 15:26:49 +00:00