Scott
|
8673f2c294
|
Merge pull request #5 from Gleeble/master
Change to allow for Session Fixation Prevention
|
2012-04-15 17:29:03 -07:00 |
Adam Swift
|
5f3700670c
|
Changed to allow usage with systems using Session Fixation fixes following a login
|
2012-04-13 16:39:41 -04:00 |
Scott
|
1775ae99ec
|
Merge pull request #4 from yzhengyu/master
CASC-164 Fix for Jasig CAS client for Java not working in 4.4 and above
|
2012-04-03 18:35:27 -07:00 |
Zhengyu Yong
|
0f9909406f
|
Jira44CasAuthenticator will handle authentication for versions 4.4 and up
|
2012-04-02 18:07:37 +08:00 |
Zhengyu Yong
|
992a081434
|
added dependency to jira-core version 4.4
|
2012-04-02 18:05:48 +08:00 |
Scott
|
7345e03a6f
|
Merge pull request #1 from ZerothAngel/master
Tomcat integration: Store principal in session
|
2012-03-07 20:10:19 -08:00 |
Allan Saddi
|
c4d63f74ca
|
Also register the principal in the current session, if any.
|
2012-03-07 16:48:20 -08:00 |
Marvin S. Addison
|
bbcd532924
|
Add gitignore file.
|
2012-03-07 09:49:56 -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
|
a19c27f75b
|
CASC-165
disable DTD reading.
|
2011-10-31 02:44:07 +00:00 |
Scott Battaglia
|
80693a3db9
|
CASC-157
added pre and post hooks
|
2011-09-22 02:02:03 +00:00 |
Scott Battaglia
|
477fc582f0
|
CASC-163
SSO filter supports ticket over POST.
|
2011-09-22 01:10:19 +00:00 |
Scott Battaglia
|
84aa06629f
|
CASC-160
added a check to make sure we really wanted to gateway.
|
2011-09-22 00:55:15 +00:00 |
Scott Battaglia
|
5cd43c2139
|
CASC-101
additional protected getters
|
2011-09-12 04:12:37 +00:00 |
Scott Battaglia
|
b1f623128c
|
NOJIRA updated jasig parent
|
2011-09-11 18:24:29 +00:00 |
Scott Battaglia
|
e56601db95
|
NOJIRA
disabled encryption test for now
|
2011-09-11 18:15:53 +00:00 |
Scott Battaglia
|
0d8c085d19
|
NOJIRA
enabled JBoss repo for now to get build working in Bamboo
|
2011-09-11 17:57:13 +00:00 |
Scott Battaglia
|
91046c779c
|
NOJIRA
enabled JBoss repo for now to get build working in Bamboo
|
2011-09-11 17:13:56 +00:00 |
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
|
29165243a5
|
CASC-155
upgrade to Seraph 2.5 and attempt to fix class cast
|
2011-09-11 15:03:35 +00:00 |
Scott Battaglia
|
6a98fc61a5
|
CASC-156
call sendError
|
2011-07-31 19:01:17 +00:00 |
Scott Battaglia
|
df6131ba7d
|
CASC-151
added readme to explain the missing artifact issue.
|
2011-07-31 18:56:34 +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
|
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 |