Commit Graph

261 Commits

Author SHA1 Message Date
Scott Battaglia 54a977a98d [maven-release-plugin] prepare release cas-client-3.2.2 2014-09-05 23:54:44 -04:00
Scott Battaglia ec5bbb02b8 Corrected scm information 2014-09-05 23:53:22 -04:00
Scott Battaglia 4a9998102f Set version for 3.2.2-SNAPSHOT 2014-09-05 23:44:49 -04:00
Scott Battaglia 32772f70c3 Prepare for a 3.2.2 release 2014-09-05 23:36:19 -04:00
Scott a1a9630f5d Merge pull request #82 from serac/CASC-228-3.2.x
CAS-228 URL Encoding Fix for 3.2.x branch
2014-09-01 22:59:50 -04:00
Scott Battaglia 8afb55e2b2 CASC-228 URL Encode Paramaters Passed to Server via Validate
Problem: We currently don't pass encoded values to the server, possibly resolving in parsing/extraction errors.
Solution: URL Encode all values instead of just the service url.

QA Notes: Added unit test.

Conflicts:
	cas-client-core/src/main/java/org/jasig/cas/client/validation/Cas20ServiceTicketValidator.java
	cas-client-core/src/test/java/org/jasig/cas/client/validation/Cas10TicketValidatorTests.java
2014-08-29 09:18:54 -04:00
Scott Battaglia db5963cf56 [maven-release-plugin] copy for tag cas-client-3.2.1 2011-07-10 23:44:02 +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 413837e4df CASC-153
added check to make sure only serverName or serviceName is set, but not both.
2011-06-27 03:00:45 +00:00
Scott Battaglia f3b6ae5a4d CASC-149
parse the trailing slash on a path.  Added a javadoc to explain a bit better, as well as an INFO level message.
2011-06-27 02:58:51 +00:00
Scott Battaglia 49f556575e CASC-149
parse the trailing slash on a path.  Added test cases.
2011-06-21 02:33:15 +00:00
Scott Battaglia d5bc8e3757 CASC-148
update documentation about JNDI loading order.
2011-06-21 02:12:11 +00:00
Scott Battaglia 37ed0719e3 CASC-152
attach jars to source generation.
2011-06-21 02:07:18 +00:00
Scott Battaglia 7d4c35417f CASC-146
added encoding for SAML request.
2011-06-21 01:54:37 +00:00
Scott Battaglia 8941d96a99 CASC-147
ignore logout requests for multipart forms
2011-06-21 01:39:49 +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 3b1c1ac85f CASC-139
generate correct identifier value.
2011-02-27 05:06:50 +00:00
Scott Battaglia 35a6b08dac CASC-141
applied patch for Tomcat 7.0.8 support.
2011-02-27 04:54:41 +00:00
Scott Battaglia 84ad620b34 CASC-138
added hostnameVerifier to the list of reserved keywords
2011-02-12 22:00:45 +00:00
Scott Battaglia 8c53e4b0e6 CASC-138
added hostnameVerifier to the list of reserved keywords
2011-02-12 22:00:06 +00:00
Scott Battaglia 90d6625e7f CASC-137
fix null pointer exception when the anyhostname verifier is used.
2011-02-12 18:30:25 +00:00
Scott Battaglia ec87c31ecd NOJIRA
switch to stringbuilder since we're on Java 5
2011-02-12 18:29:41 +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
Scott Battaglia 2055d0891b NOJIRA
updated to say Jasig instead of JA-SIG
2010-12-08 02:47:08 +00:00
Scott Battaglia cbb51b0506 CASC-135
added encryption mechanism to distributed proxy granting ticket storage mechanisms
2010-11-27 23:23:24 +00:00
Scott Battaglia 4a36b023a6 CASC-134
change to get Attributes instead of just getAttribute in case there are multiple values.
2010-11-20 06:05:40 +00:00
Scott Battaglia befd53e456 CASC-128
ability to disable SAML 1.1 schema validation
2010-11-16 04:43:08 +00:00
Scott Battaglia 1abdee8399 CASC-133
fixed the fact that we were logging value3 when we meant to log value4.
2010-11-15 04:17:50 +00: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
Marvin S. Addison 82d03364c8 NOJIRA
Add required serialVersionUID.
2010-10-28 17:39:30 +00:00
Marvin S. Addison 5faf72b876 CASC-120
Use Collections.enumeration.
2010-10-28 16:06:32 +00:00
Scott Battaglia aa4afd9c5f NOJIRA
migrated to Java 5
2010-10-25 03:59:14 +00:00
Scott Battaglia 1911c7242c CASC-132
catch remote exception and log it as a warning
2010-10-23 04:09:47 +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 c459d1adde 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 03:57:16 +00:00
Scott Battaglia 0b59f0c7fd 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 03:51:04 +00:00
Scott Battaglia b0044cd075 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 03:49:49 +00:00
Scott Battaglia df8211cf68 [maven-release-plugin] prepare for next development iteration 2010-10-13 03:45:34 +00:00
Scott Battaglia 0270596bac [maven-release-plugin] prepare release cas-client-3.1.12 2010-10-13 03:44:57 +00:00
Scott Battaglia 75b51c85bd NOJIRA
upgrade the oss-parent pom
2010-10-13 03:32:35 +00:00
Scott Battaglia 54964cb5a4 CASC-129
updated exception message thrown when there no valid assertions to better indicate that it may be a clock drift issue.
2010-10-13 02:51:53 +00:00
Scott Battaglia ff5a99ea0a CASC-126
improved logging of errors.
2010-10-06 03:30:57 +00:00
Scott Battaglia ac08968c30 NOJIRA
extremely minor formatting fixes
2010-10-06 03:27:37 +00:00
Marvin S. Addison a947490c04 CASC-33
Add SingleSignOutValve, which required some refactoring in core
org.jasig.cas.client.session package to facilitate code reuse.
2010-09-23 15:03:50 +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
Marvin S. Addison c7c8404259 CASC-33
Logging improvements.
2010-09-22 15:00:48 +00:00
Scott Battaglia 29866f923e CASC-33
minor updates to documentation, final keyword, and formatting.
2010-09-22 03:31:35 +00:00
Marvin S. Addison 4bd7b522cb CASC-33
Logging changes to help confirm functionality of logout valves.
Fix typo in regular expression-based logout valve class name.
2010-09-21 15:52:16 +00:00