Brad Cupit
c71748d104
CASC-79 (not enough synchronization on HashMap)
...
also, made nested classes static (they didn't have to be non-static, so this version is slightly more flexible and takes up slightly less memory: see Effective Java 2nd Edition Item 22)
2009-02-11 19:44:33 +00:00
Scott Battaglia
7191670c4e
CASC-74
...
updated javadoc about serverName
2009-01-30 00:40:22 +00:00
Scott Battaglia
d0be75e7b3
CASC-73
...
reduced warning message
2009-01-05 04:27:10 +00:00
Scott Battaglia
fb1e4e5a84
CASC-71
...
removed Java 1.5 code
2008-12-05 19:08:18 +00:00
Scott Battaglia
720c840eec
CASC-70
...
check the request for the assertion if there is no session.
2008-10-24 13:36:09 +00:00
Scott Battaglia
af2530d57d
CASC-66
...
added support for configuration via JNDI
2008-08-27 16:37:36 +00:00
Scott Battaglia
e0ca0a6e35
CASC-64
...
added a default error redirect page
2008-08-27 12:35:12 +00:00
Scott Battaglia
eee667a611
CASC-68
...
enabled redirect after ticket validation by default
2008-08-27 12:03:00 +00:00
Scott Battaglia
3d09247029
CASC-58
...
allow to determine gateway features potentially via alternate methods
2008-08-06 14:45:22 +00:00
Scott Battaglia
415d118b5c
CASC-65
...
added an explicit call to remove an entry from the backing storage before adding it just in case it already exists under another key
2008-08-06 13:07:03 +00:00
Scott Battaglia
e8f438db55
CASC-64
...
capture and send redirect
2008-08-05 19:23:56 +00:00
Scott Battaglia
e3d38a70a9
CASC-63
...
added synchronized methods
2008-07-11 13:51:38 +00:00
Scott Battaglia
e1f533c759
NOJIRA
...
added another test
2008-06-19 18:54:20 +00:00
Scott Battaglia
2e0e6c85c0
NOJIRA
...
3.1.4 snapshot
2008-06-19 14:48:42 +00:00
Scott Battaglia
2863bd39e5
NOJIRA
...
removed unnecessary system.outs
2008-06-16 13:35:05 +00:00
Scott Battaglia
9673f33f53
NOJIRA
...
added one more debug logging statement
2008-06-10 03:32:22 +00:00
Scott Battaglia
4252731534
NOJIRA
...
factored out common code for proxying
2008-06-09 18:18:32 +00:00
Scott Battaglia
88b87074dc
CASC-37
...
added significantly more logging
2008-06-09 17:24:31 +00:00
Scott Battaglia
88b89a3756
CASC-56
...
implemented adding Content-Type to fix problem
2008-06-09 12:43:26 +00:00
Scott Battaglia
2445b49e0a
NOJIRA
...
added some Saml11 tests and updated to RC3
2008-06-03 19:33:33 +00:00
Scott Battaglia
56d0d2e023
CASC-54
...
added support for parsing custom attributes. Added a basic model that is easily overrideable.
2008-05-29 21:10:25 +00:00
Scott Battaglia
fe8e8d8bb3
CASC-52
...
switched to the PropertyEditor method which seems to work better.
2008-05-29 15:49:09 +00:00
Scott Battaglia
a7d06fd666
CASC-55
...
added the check for the "/" to both the proxy retriever and the validators.
2008-05-28 21:15:32 +00:00
Scott Battaglia
74b3d60843
CASC-51
...
try/catch around the invalidate call incase its already invalidated.
2008-05-28 20:59:09 +00:00
Scott Battaglia
c12836c9d6
CASC-52
...
started reworking beaninfo to proxylist
2008-05-28 19:05:14 +00:00
Scott Battaglia
ef520c834f
CASC-50
...
getRemoteUser checks if the principal is null now
2008-05-27 17:01:38 +00:00
Scott Battaglia
f92005dd8e
CASC-48
...
added ability to provide a map of custom attributes
2008-05-07 15:55:18 +00:00
Scott Battaglia
5bf8ccfa4a
CASC-46
...
added required id for serialization.
2008-04-17 21:01:38 +00:00
Scott Battaglia
44cf029138
CASC-46
...
added serializable
2008-04-17 20:47:14 +00:00
Scott Battaglia
dbd1017a8a
CASC-44
...
added Adam's trace statements
2008-04-11 18:35:00 +00:00
Scott Battaglia
a9f0ed72e6
CASC-42
...
parse out soap headers
2008-03-03 17:06:51 +00:00
Scott Battaglia
ccbf08d8aa
CASC-41
...
fixed property name
2008-03-03 15:41:24 +00:00
Scott Battaglia
36f5a7280f
CASC-39
...
changed EMPTY_MAP to HashMap
2008-02-13 16:26:34 +00:00
Scott Battaglia
16202ffaf4
NOJIRA
...
re-added DelegatingFilter. Note this can only be configured in Spring and if the other filters are configured in Spring
2008-02-08 15:19:17 +00:00
Scott Battaglia
ac6268509d
CASC-38
...
added ability to remove jsession from service urls (not all servers can work with them)
2008-02-08 15:08:30 +00:00
Scott Battaglia
a11f29ee0f
NOJIRA
...
reworked to have pluggable backing store.
2008-01-31 18:33:53 +00:00
Scott Battaglia
cfa290756c
CASC-36
...
added test cases and fixed bug
2008-01-31 16:09:39 +00:00
Scott Battaglia
d8eca22cff
NOJIRA
...
updated copyright header
2008-01-31 16:08:05 +00:00
Scott Battaglia
341df9a29e
NOJIRA updated license
2008-01-30 16:39:19 +00:00
Scott Battaglia
a5ffbe8d95
NOJIRA
...
added serializable fields
2008-01-29 14:32:12 +00:00
Scott Battaglia
daac416c7f
CASC-34
...
added template methods and documentation on when they are called.
2008-01-29 13:44:26 +00:00
Scott Battaglia
bcc80606eb
NOJIRA
...
added Serializable to AttributePrincipal
2008-01-07 13:22:13 +00:00
Scott Battaglia
5fe7a7bfac
NOJIRA
...
added Serializable to Assertion
2008-01-07 13:07:23 +00:00
Scott Battaglia
5689e1a1d0
NOJIRA
...
check to make sure a proxygrantingticket is set before attempting to use it
2007-12-11 16:14:49 +00:00
Scott Battaglia
5a378d5a61
NOJIRA
...
clean up
2007-11-15 20:15:59 +00:00
Scott Battaglia
14b32f0549
NOJIRA
...
bug fixes for required dependencies
2007-11-14 21:24:30 +00:00
Scott Battaglia
89f936d66b
NOJIRA
...
updated tests
2007-11-14 21:24:03 +00:00
Scott Battaglia
da8d4a79d5
NOJIRA
...
updated tests
2007-11-14 21:22:44 +00:00
Scott Battaglia
3ed64f6660
NOJIRA
...
added serializable id
2007-11-14 21:12:38 +00:00
Scott Battaglia
5a9b250559
NOJIRA
...
updated for javadocs and configuration initialization checking
2007-11-13 19:47:28 +00:00
Scott Battaglia
34b92ea884
NOJIRA
...
first attempt at commit
2007-10-24 20:34:01 +00:00
Scott Battaglia
5b4154dd48
NOJIRA
...
removed in prepration for new files
2007-10-24 20:04:05 +00:00
Scott Battaglia
5686f256d6
CASC-29
...
compare names directly for SAMLSubject since it does not implement equals
2007-02-12 20:21:02 +00:00
Scott Battaglia
30fad36127
CASC-27
...
updated xml file
2007-02-12 19:58:43 +00:00
Scott Battaglia
c6284f1d1e
refactored encoding method
2007-02-09 19:33:43 +00:00
Scott Battaglia
506620a61e
CASC-28
...
added UrlEncoder to url construction.
2007-02-08 16:39:23 +00:00
Scott Battaglia
2527aef900
CASC-26
...
Use ArgumentExtractor to control protocol
2007-02-07 20:44:16 +00:00
Scott Battaglia
f38cfd96ba
updated javadoc
2007-01-24 17:10:47 +00:00
Scott Battaglia
8a02b687fe
updated SAML
2007-01-04 20:09:03 +00:00
Scott Battaglia
d29e11838d
added SAML validator
2007-01-03 18:39:01 +00:00
Scott Battaglia
fc7633ab02
updated constructors and setter properties
2007-01-03 18:37:26 +00:00
Scott Battaglia
2833903e6d
updated javadocs
2007-01-03 18:37:03 +00:00
Scott Battaglia
f754e2f38c
CASC-22
...
fixed constructors for all filters
2007-01-02 20:54:15 +00:00
Scott Battaglia
2c1ad449cc
CASC-19
...
added option of not throwing an exception on validation failure
2006-11-15 13:50:30 +00:00
Scott Battaglia
243e5ecd86
removed
2006-10-11 19:10:28 +00:00
Scott Battaglia
44b8c86586
CASC-15
...
added more debugging
2006-10-11 18:41:10 +00:00
Scott Battaglia
0b996ed4d6
update to spring 2.0 and hide un-needed dependencies
2006-10-05 18:03:58 +00:00
Scott Battaglia
58524d068a
updated examples
2006-10-04 02:10:39 +00:00
Scott Battaglia
9ee25d4ab6
updated examples
2006-10-04 01:33:40 +00:00
Scott Battaglia
877cd5fc6d
updated tests
2006-10-04 01:33:16 +00:00
Scott Battaglia
a68b4e8a08
updated to reflect that Assertion now has a reference to ProxyRetriever
2006-10-03 13:14:02 +00:00
Scott Battaglia
e9467826ae
renamed to remove "Cas" from names since its in th CAS package
2006-10-03 13:08:27 +00:00
Scott Battaglia
a862741129
renamed to remove "Cas" from Filter names since its in th CAS package
2006-10-03 13:07:58 +00:00
Scott Battaglia
7a608c2e4f
refactored to provide one abstract method to override
2006-09-28 13:41:41 +00:00
Scott Battaglia
1771f0a51f
renamed to remove CAS
2006-09-28 13:38:36 +00:00
Scott Battaglia
d2509c07dd
formatting
2006-09-27 15:27:21 +00:00
Scott Battaglia
80748794ca
CASC-16
...
upgraded to Spring's filter to bean proxy stuff
2006-09-27 15:23:56 +00:00
Scott Battaglia
5e804608df
updated formatting
2006-09-26 18:22:30 +00:00
Scott Battaglia
808160eed7
CASC-13
...
support for threadlocal
2006-09-26 18:20:43 +00:00
Scott Battaglia
20ba0578e8
CASC-7
...
updated to put redirect within code that looks for ticket
2006-08-31 04:00:06 +00:00
Scott Battaglia
86514a31c1
CASC-7
...
updated to put redirect within code that looks for ticket
2006-08-13 02:44:37 +00:00
Scott Battaglia
7268afa0f4
no message
2006-08-09 19:17:44 +00:00
Scott Battaglia
a91cc02aa1
initial commit
2006-08-07 18:07:18 +00:00