Commit Graph

399 Commits

Author SHA1 Message Date
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
Scott 481422365a Added missing license headers. 2015-09-13 00:11:09 -04:00
Scott bedc4f3c27 Merge pull request #133 from battags/131
Issue #131 - ConfigurationStrategyName does not Properly Resolve Cust…
2015-09-10 09:27:08 -04:00
Scott 3dca4b395a Issue #131 - ConfigurationStrategyName does not Properly Resolve Custom classes
Problem: The assignable check was reversed, always resulting in a false return value.
Solution: Add test to confirm failure and then swap check.  Unit tests pass.
2015-09-09 23:30:53 -04:00
Misagh Moayyed 0e4c808bb7 initialize service parameter names once, statically 2015-08-19 08:51:28 -07:00
Misagh Moayyed 49fdccf81c overload constructServiceUrl to keep backward compatibility 2015-08-19 02:28:20 -07:00
Misagh Moayyed 3bb6daa3fb URIBuilder test cases 2015-08-12 12:36:50 -07:00
Xu Huisheng c03d7c7980 When serverName contains schema, the URIBuilder will throw an UnsupportedOperationException while adding a parameter. 2015-08-04 18:20:31 +08: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
Scott 0287c5000d Added missing license headers 2015-07-21 22:19:00 -04:00
Scott 1d3e8d7f4b Updated NOTICE generation. 2015-07-21 22:16:53 -04:00
Scott b052b1c322 Merge pull request #66 from Unicon/CASC-210
CASC-210: Added support for having regex expressions in the proxy (chaining) list.
2015-07-07 17:10:05 -04:00
Scott af1c2f67d7 Merge pull request #116 from Unicon/remove-lang
removed commons-lang dependency
2015-07-03 11:27:00 -04:00
Scott 3e85a402d3 Merge pull request #105 from mmoayyed/removing-service-param
Added uri builder to construct query params
2015-07-03 11:13:31 -04:00
John Gasper 4b98bb252e casc-210: Merge branch 'master' of https://github.com/jasig/java-cas-client into CASC-210
Resolved Conflicts:
	cas-client-core/src/main/java/org/jasig/cas/client/validation/ProxyList.java
2015-06-16 12:09:37 -07:00
Misagh Moayyed d644cdfc20 removed since tags 2015-06-10 20:09:15 -07:00
Misagh Moayyed f010d5033d removed commons-lang dep 2015-06-10 20:04:12 -07:00
Scott 083e8bbffd Merge pull request #113 from Unicon/commons-lang3
Upgrade to commons-lang3
2015-06-08 22:56:07 -04:00
Misagh Moayyed c05212b11d Merge pull request #112 from Unicon/depc-const
Deprecated unused DISABLE_XML_SCHEMA_VALIDATION
2015-06-07 20:48:35 -07:00
Misagh Moayyed 973b1340b8 added additional logs to proxy validation 2015-06-07 17:05:47 -07:00
Misagh Moayyed 80840842ad upgrade to commons-lang3 v3.4 2015-06-07 13:24:12 -07:00
Misagh Moayyed cb4f1f9bac deprecated unused const 2015-06-07 13:18:19 -07:00
Misagh Moayyed 3080484a88 updated param building 2015-06-05 15:17:04 -07:00
Misagh Moayyed be2a641473 added uri builder to construct query params 2015-05-13 03:44:13 -07:00
Marvin S. Addison bac47028e3 Merge pull request #101 from Jasig/no-opensaml
Remove OpenSAML and consolidate SAML components in support module
2015-05-12 09:29:02 -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 333ab96ba3 Issue #100 Isolate JodaTime to SAML module. 2015-05-11 12:01:48 -04:00
Marvin S. Addison fc4a31448a Issue 100 Restore configuration key for backward compatibility. 2015-05-04 16:10:56 -04:00
Marvin S. Addison 2362d6ac17 Issue #100 Respond to code review feedback. 2015-04-20 10:34:28 -04:00
Scott dd587c2b61 Merge pull request #93 from leleuj/CASC-217
CASC-217: Update the ticket validators to point to the new endpoint
2015-04-20 06:54:48 -04:00
Marvin S. Addison 8038e69fc0 Move SAML components into separate module. 2015-04-14 16:19:12 -04:00
Marvin S. Addison b55a1a4eaf Fix @since version. 2015-02-20 10:35:05 -05:00
Marvin S. Addison 618b8a5dab Sensible XPath processing optimizations. 2015-02-20 10:26:01 -05:00
Marvin S. Addison cc46504126 SAML validation with XPath instead of OpenSAML. 2015-02-20 09:18:05 -05:00
Scott 0e78ca914c Merge pull request #97 from battags/CASC-239
CASC-239 Saml11AuthenticationFilter Constructor was Private instead of Public
2015-01-25 19:11:28 -05:00
Scott e33af401b2 CASC-239 Saml11AuthenticationFilter Constructor was Private instead of Public. 2015-01-24 23:58:51 -05:00
Marvin S. Addison cf0ed4094b CASC-237 Make OpenSAML bootstrap conditional. 2015-01-17 11:25:03 -05:00
LELEU Jerome fae996bde7 Issue-91: Introduce system properties configuration option
First commit
2015-01-05 17:19:40 +01:00
LELEU Jerome 7647009ca4 CASC-217: Update the ticket validators to point to the new endpoint
First commit
2015-01-05 15:55:33 +01:00
Scott a8dc2bdc7d Added license headers 2014-12-22 23:55:23 -05:00
Scott 053f26ccb4 Merge branch 'master' into CASC-231 2014-12-22 23:54:46 -05:00
Scott e0b2618b3d CASC-200 Introduce Properties File Configuration Option
Problem: We can configure via JNDI, WebXML (or both) but not by properties file.
Solution: Introduce a method to use property files.
2014-12-07 14:14:08 -05:00
Scott a7010659f1 CASC-231 HttpsURLConnectonFactory is Not Serializable
Problem: THe HttpsURLConnectionFactory is not serializable, causing problems for clients that must serialize
the principal (which depends on a ProxyRetriever).

Solution: Make the HttpsURLConnectionFactory serializable.

QA Notes: added unit test to confirm serialize-deserialize
2014-12-07 13:32:14 -05:00
Scott a4d3cb77aa Merge pull request #87 from battags/CASC-233
CASC-233 ErrorRedirectFilter Can throw Null Pointer Exception
2014-12-07 12:13:27 -05:00
Scott 4d8057462f Merge branch 'master' into CASC-200-rebasefail
Conflicts:
	cas-client-core/src/main/java/org/jasig/cas/client/session/SingleSignOutFilter.java
2014-12-07 12:11:42 -05:00
Scott Battaglia c89eba7141 Updated try/catch loop to log when a class is not found. 2014-11-30 17:09:09 -05:00