Commit Graph

117 Commits

Author SHA1 Message Date
Misagh Moayyed e3112f9629
Add support for tomcat 8.5.x 2017-07-06 14:01:21 -07:00
Misagh Moayyed 970a0f5db9 Merge pull request #212 from mmoayyed/json-validator
New Json ticket validator to accept CAS responses in JSON.
2017-06-20 09:16:37 -07:00
leleuj c0ded8f897 merge with master 2017-05-24 08:36:57 +02:00
Misagh Moayyed 733f6599e8
clean up JIRA dependencies so project can compile 2017-05-17 16:42:09 -07:00
Misagh Moayyed 6f353a954d
allow extension points for JSON validation parsing. add filter and validator 2017-05-17 15:59:20 -07:00
Marvin S. Addison 74859cb08a Merge branch 'master' into jetty 2016-03-08 07:15:22 -05:00
Marvin S. Addison 71a6113b73 Issue #152 Jetty container-based authn. 2016-02-11 14:53:14 -05:00
BernhardLenz 78205a53a9 Added cas-client-integration-tomcat-v8 2016-02-04 18:45:03 -05:00
Scott fb8c14fc84 CASC-127 Remove Commons Codec Dependency
Problem: We rely on Commons Codec for some simple Base64 decoding/encoding, most of which is available in Java 1.6+
Solution: Set minimum version to Java 1.6 and rely on provided methods.

QA Notes: Unit tests pass
2015-11-18 21:58:06 -05:00
Scott 45bcec3080 [maven-release-plugin] prepare for next development iteration 2015-09-13 00:23:55 -04:00
Scott 00e580cbc0 [maven-release-plugin] prepare release cas-client-3.4.1 2015-09-13 00:19:52 -04:00
Scott f6f935e5ce [maven-release-plugin] rollback the release of cas-client-3.4.1 2015-09-13 00:18:34 -04:00
Scott 8966206e8e [maven-release-plugin] prepare for next development iteration 2015-09-13 00:13:20 -04:00
Jérôme LELEU 505d90eb2c upgrade version to 3.5.0-SNAPSHOT 2015-08-03 12:53:19 +02:00
Jérôme LELEU a63dac8bc6 Upgrade to Java 6 2015-07-31 17:02:21 +02:00
Scott 1aec723f3e [maven-release-plugin] prepare for next development iteration 2015-07-21 22:57:28 -04:00
Scott 02aa3da8de [maven-release-plugin] prepare release cas-client-3.4.0 2015-07-21 22:57:26 -04:00
Marvin S. Addison d0cb144171 Issue #100 Bump minor version due to refactoring. 2015-05-11 12:09:00 -04:00
Marvin S. Addison 8038e69fc0 Move SAML components into separate module. 2015-04-14 16:19:12 -04:00
Marvin S. Addison 51f6a82a40 [maven-release-plugin] prepare for next development iteration 2014-08-15 08:52:01 -04:00
Marvin S. Addison 32b0d7c882 [maven-release-plugin] prepare release cas-client-3.3.3 2014-08-15 08:51:04 -04:00
Scott Battaglia e8c78b8dd3 [maven-release-plugin] prepare for next development iteration 2014-08-03 00:22:49 -04:00
Scott Battaglia 3263202762 [maven-release-plugin] prepare release cas-client-3.3.2 2014-08-03 00:22:14 -04:00
Scott Battaglia 53130b9c34 [maven-release-plugin] prepare for next development iteration 2014-03-19 20:55:47 -04:00
Scott Battaglia 6c34fa929f [maven-release-plugin] prepare release cas-client-3.3.1 2014-03-19 20:55:38 -04:00
Scott Battaglia 2ef3223faa Updated to parent pom 39 2014-03-19 20:50:45 -04: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 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 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
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 Battaglia 3ca44202e7 Latest Jasig pom file 2013-06-26 20:48:55 -04:00
Scott Battaglia 3b11774158 Reformat all files using shared CAS Eclipse formatter. 2013-06-19 22:50:02 -04:00
Misagh Moayyed 62f9058b78 CASC-180 - Add support for Client Side Certificates
In order to utilize client side certificates, this commit facilitates the creation of a SSLSocketFactory on HttpsURLConnection for the client. The configuration is encapsulated inside a url factory instance that applies the adjustments where necessary.

This commit is continuation of the posted pending pull on github that is at:
https://github.com/Jasig/java-cas-client/pull/26

...and applies the suggestions and fixes that were brought to light during the code review.
2013-01-24 12:01:47 -07: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 485cc2116b CASC-202
convert Commons Logging to SLF4J.  Add Enforcer.
2013-01-11 23:25:52 -05:00
Scott Battaglia a2be7e030c CASC-202
migration to SLF4J
2013-01-11 22:23:49 -05:00
Scott Battaglia 92db0adf6b CASC-202
migrated some to SLF4J
2013-01-08 23:32:35 -05:00
Marvin S. Addison de2ab6a3ad Update POM for GitHub and update other stale project information.
Reformat pom.xml for 2-space indentation.
2012-03-07 09:43:26 -05:00
Scott Battaglia b1f623128c NOJIRA updated jasig parent 2011-09-11 18:24:29 +00:00
Scott Battaglia fb42fefaf9 NOJIRA
fixed some bugs and updated pom to 3.3-SNAPSHOT
2011-09-11 16:46:53 +00:00
Scott Battaglia 3d965426ac [maven-release-plugin] prepare for next development iteration 2011-07-10 23:44:18 +00:00
Scott Battaglia e0af12eeba [maven-release-plugin] prepare release cas-client-3.2.1 2011-07-10 23:43:33 +00:00
Scott Battaglia 37ed0719e3 CASC-152
attach jars to source generation.
2011-06-21 02:07:18 +00:00
Scott Battaglia e9569564d7 CASC-143
fix for the changes Atlassian made to seraph
2011-03-27 18:17:44 +00:00
Scott Battaglia 035a6f7a8e [maven-release-plugin] prepare for next development iteration 2010-12-08 04:22:32 +00:00
Scott Battaglia f6ff486939 [maven-release-plugin] prepare release cas-client-3.2.0 2010-12-08 04:22:21 +00:00
Scott Battaglia 18b70ee8ce NOJIRA
updated Atlassian dependencies and documented where to download provided jars
2010-12-08 04:16:23 +00:00