Commit Graph

14 Commits

Author SHA1 Message Date
Misagh Moayyed be2a641473 added uri builder to construct query params 2015-05-13 03:44:13 -07:00
Scott Battaglia 3b11774158 Reformat all files using shared CAS Eclipse formatter. 2013-06-19 22:50:02 -04:00
Scott Battaglia 25e2b6c696 Fix formatting of pom.xml and update licensing to match CAS project. 2013-01-15 22:04:16 -05:00
Scott Battaglia a2be7e030c CASC-202
migration to SLF4J
2013-01-11 22:23:49 -05:00
Scott Battaglia 5dc1b363c9 CAS-188
provide default Tomcat behavior
2012-09-20 22:20:48 -04:00
Marvin S. Addison c6b1bc775a CASC-120
Add type parameters to fix unchecked compiler warnings where possible,
otherwise add SuppressWarnings("unchecked") compiler directive in a couple
places.
Use ReflectUtils.newInstance for creating new instances of objects from
class names.
2010-10-28 17:44:53 +00:00
Scott Battaglia aa4afd9c5f NOJIRA
migrated to Java 5
2010-10-25 03:59:14 +00:00
Scott Battaglia f68afc177c NOJIRA:
upgrade to Java 1.5, upgrade Clover, Ehcache version, switch to 3.2.0-SNAPSHOT, and Jasig Parent pom.  Switch to Apache license.
2010-10-23 04:03:14 +00:00
Scott Battaglia ac08968c30 NOJIRA
extremely minor formatting fixes
2010-10-06 03:27:37 +00:00
Marvin S. Addison 5857589a44 CASC-33
Refactor logout valves for reduced code duplication.
Improve logging.
2010-09-22 18:28:43 +00:00
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
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