Commit Graph

553 Commits

Author SHA1 Message Date
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
Scott 5ef702ea41 Merge pull request #130 from mmoayyed/serviceurl-construction-method
Overload constructServiceUrl to keep backward compatibility
2015-08-19 22:28:58 -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
Scott d6ec21998b Merge pull request #128 from mmoayyed/uribuilder-tests
URIBuilder test cases
2015-08-13 07:37:08 -04:00
Misagh Moayyed e98aabfc6f Update .travis.yml 2015-08-13 03:00:26 -07:00
Misagh Moayyed bd4b87aaf6 Update .travis.yml 2015-08-13 02:59:36 -07:00
LELEU Jérôme 549fea4b21 Update .travis.yml 2015-08-13 11:36:24 +02:00
Misagh Moayyed 3bb6daa3fb URIBuilder test cases 2015-08-12 12:36:50 -07:00
LELEU Jérôme 1f591630eb Merge pull request #125 from xuhuisheng/master
URIBuilder throws UnsupportedOperationException on adding/setting parameters
2015-08-10 10:35:13 +02: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
LELEU Jérôme 5be3cc5b86 Merge pull request #122 from leleuj/casc-119
Deploy SNAPSHOTs to Sonatype
2015-07-31 10:37:29 +02:00
Jérôme LELEU 531f22e2c1 Revert "using the old Travis infrastructure (no container)"
This reverts commit ce06a4fd91.
2015-07-30 11:23:47 +02:00
Jérôme LELEU ce06a4fd91 using the old Travis infrastructure (no container) 2015-07-30 11:05:12 +02:00
LELEU Jérôme 089877892d Merge pull request #123 from leleuj/casc-120
Update README with 3.4 features
2015-07-29 11:13:52 +02:00
Jérôme LELEU 09b2b7dd90 Update README with 3.4 features 2015-07-28 09:29:27 +02:00
Jérôme LELEU a9240f0cda Deploy SNAPSHOTs to Sonatype 2015-07-28 08:42:33 +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
Scott 775eeb2fe1 Fixed licenses 2015-07-21 22:42:41 -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
Misagh Moayyed 300c537db2 Moved build to the new travis environment 2015-07-10 08:34:46 -07: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
Scott d1b307e54a Merge pull request #117 from lathspell/master
Add filter-mapping to web.xml filter examples
2015-07-03 09:22:29 -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
Christian Brunotte 6ecc03de9d missing "<" in example 2015-06-16 19:30:49 +02:00
Christian Brunotte fdc09968f7 Added <filter-mapping> to all web.xml <filter> examples. 2015-06-16 19:29:16 +02: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 b0c832ef28 Merge pull request #114 from Unicon/proxying-log-warn
Added additional logs to proxy validation
2015-06-07 20:48:26 -07:00
Misagh Moayyed 973b1340b8 added additional logs to proxy validation 2015-06-07 17:05:47 -07:00
Misagh Moayyed ceaf323ae0 Update README.md 2015-06-07 13:29:05 -07:00
Misagh Moayyed e31fa763a2 Create .travis.yml 2015-06-07 13:27:32 -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 57ab9afbdc Merge branch 'master' into removing-service-param 2015-06-05 15:14:29 -07:00
Misagh Moayyed 916813f76a Update README.md 2015-05-24 18:59:20 +04:00
Misagh Moayyed 6e22c2748b Update README.md 2015-05-23 23:09:30 +04:00
Misagh Moayyed d68849dd15 Update README.md 2015-05-23 23:08:50 +04:00
Misagh Moayyed 1fb0bb5428 Update README.md 2015-05-23 22:50:52 +04:00