Scott Battaglia
d754bc8d8c
NOJIRA
...
ignore to get the CI to run.
2011-09-11 16:54:16 +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
97e6573e32
NOJIRA
...
accidental Java 1.6 dependency
2011-09-11 16:35:23 +00:00
Scott Battaglia
e055585cf2
CASC-144
...
added support for multiple hosts with a space separated value
2011-09-11 16:15:30 +00:00
Scott Battaglia
3b6ccaac0a
CASC-154
...
added method to AbstractCasFilter that can be overwritten in ticket validation and authentication to support other methods of retrieving the ticket.
2011-09-11 15:11:43 +00:00
Scott Battaglia
6a98fc61a5
CASC-156
...
call sendError
2011-07-31 19:01:17 +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
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
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
18b70ee8ce
NOJIRA
...
updated Atlassian dependencies and documented where to download provided jars
2010-12-08 04:16:23 +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
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
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
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
Scott Battaglia
f64a23b1ae
CASC-125
...
added default auth filter for saml1.1 and made sure that it and the validation filter set the required saml parameters.
2010-09-20 03:33:49 +00:00
Scott Battaglia
cd3ecb8e3c
CASC-33
...
support for Tomcat: more authentication mechanisms. Just need to do the abstract class now.
2010-09-01 03:56:46 +00:00
Scott Battaglia
9ffca231a0
CASC-33
...
support for Tomcat: logout, proxy callback.
2010-08-29 21:53:32 +00:00
Scott Battaglia
74a8cff651
CASC-115
...
applied Marvin's patch. Made changes to check for debug enabled before doing any concatenation and to renable the initCause
2010-08-16 03:15:45 +00:00
Scott Battaglia
649b39b1c8
CASC-116
...
removed secondary call to response.encodeRedirectUrl because according to the Tomcat source code they essentially do the same thing.
2010-07-20 02:33:36 +00:00
Scott Battaglia
b1f6e24f7e
CASC-117
...
added init cause to login exceptions
2010-07-20 02:12:02 +00:00
Marvin S. Addison
a57e3d401f
CASC-108
...
Minor logging fixes/improvements.
2010-06-07 15:29:23 +00:00
Scott Battaglia
01fd618436
CASC-112
...
added brackets around the pgtIou to make it more obvious the message isn't cut off.
2010-06-05 17:25:34 +00:00
Scott Battaglia
23711eb6a1
CASC-108
...
commit before we move to the new repository. We cannot release this yet because we're missing a contributor license agreement.
2010-06-01 22:56:09 +00:00
Scott Battaglia
b9208f9077
CASC-109
...
changed location of redirect to successful block
2010-05-27 03:32:03 +00:00
Scott Battaglia
975bf7700c
CASC-110
...
added the reserved keyword to the list.
2010-05-27 03:09:39 +00:00
Scott Battaglia
b76ce0dcc9
CASC-103
...
updated javadoc to explain the purpose of the method
2010-05-09 05:07:52 +00:00
Scott Battaglia
f5984a088d
CASC-107
...
enabled providing a specific encoding
2010-05-09 04:18:51 +00:00
Scott Battaglia
92c2b081cd
CASC-106
...
made some changes to explicitly use UTC.
2010-05-09 03:51:18 +00:00
Scott Battaglia
d6f11f89a2
CASC-105
...
changed log level to debug instead of warn.
2010-05-09 03:26:32 +00:00
Marvin S. Addison
4ef10cd168
CASC-80
...
Add support for setting HostnameVerifier for CAS validation filters in
web.xml.
2010-02-24 14:55:51 +00:00
Scott Battaglia
856d2b07f9
CASC-102
...
moved the call to initialize the ticket validator to after the setting of the proxy granting ticket storage.
2009-12-18 03:12:15 +00:00
Scott Battaglia
3f2a1c4c69
CASC-96
...
reworked logic
2009-11-24 15:34:32 +00:00
Scott Battaglia
6459137bb2
CASC-99
...
moved the line to make sure we're not accidentally prepending "&"
2009-11-24 15:19:15 +00:00