- 23 Feb, 2012 1 commit
-
-
Dmitriy Kopylenko authored
-
- 21 Feb, 2012 2 commits
-
-
William G. Thompson, Jr. authored
CAS-1091: Upgraded to the latest dependency libraries (all tests pass)
-
Dmitriy Kopylenko authored
-
- 15 Feb, 2012 1 commit
-
-
Scott authored
CAS-1087 catch UnauthorizedServiceExceptions and generate the correct error response
-
- 10 Feb, 2012 4 commits
-
-
Scott authored
Fixes CAS-1098
-
William G. Thompson, Jr. authored
CAS1086 - Added 2 new languages to CAS, Farsi and Arabic. Modified UI to...
-
Misagh Moayyed authored
-
Odilo Oehmichen authored
-
- 13 Jan, 2012 4 commits
-
-
William G. Thompson, Jr. authored
CAS-1076 Remove ticket PREFIX dependency
-
William G. Thompson, Jr authored
CAS-1076 Remove ticket PREFIX dependency and fixed test to reflect the change. Also updated Ehcache version and module name.
-
William G. Thompson, Jr authored
-
Daniel Frett authored
-
- 11 Jan, 2012 1 commit
-
-
William G. Thompson, Jr. authored
CAS-1076 Ehcache tests running
-
- 30 Dec, 2011 1 commit
-
-
William G. Thompson, Jr authored
-
- 29 Dec, 2011 3 commits
-
-
Andrew Petro authored
CAS-1076 ehcache partial cleanup Addresses some (but not all) of battags feedback at https://github.com/atilling/cas/commit/d2a27f8d4465bf226c1fe17ba17e82c828145fb9 . * Cosmetic and style changes. * Includes ehcache submodule in cas project pom.xml (a substantive change).
-
Andrew Petro authored
-
Andrew Petro authored
Conflicts: .gitignore
-
- 22 Dec, 2011 2 commits
-
-
Scott authored
Error message using String#format
-
Dmitriy Kopylenko authored
-
- 21 Dec, 2011 2 commits
-
-
Andrew Petro authored
CAS-1019 stop vending PTs to PGTs of services disallowed from proxying
-
Dmitriy Kopylenko authored
CAS-1019 Disallow the vending of the proxy tickets is the service matching the registered service has the 'allowProxy' set to false. Construct an informative log message as well as pass this message into UnauthorizedProxyingException
-
- 19 Dec, 2011 14 commits
-
-
Andrew Petro authored
Declares ehcache submodule in cas pom.xml so that it is included in cas project maven builds.
-
Andrew Petro authored
Mark ticketId parameter to getTicket() as final since ticketId assignment is not and is not intended to be modified in getTicket() implementation.
-
Andrew Petro authored
Marks ticketId parameter to deleteTicket() as final since ticketId assignment is not and is not expected to be modified in deleteTicket() implementation.
-
Andrew Petro authored
Mark ticket parameter to addTicket method as final since its assignment is not modified and should not be modified in the body of the method.
-
Andrew Petro authored
Ignore IntelliJ IDEA configuration files.
-
Andrew Petro authored
Make instance Cache variables "serviceTicketsCache" and "ticketGrantingTicketsCache" private rather than protected, since EhCacheTicketRegistry class is not designed for subclassing.
-
Andrew Petro authored
Made EhCacheTicketRegistry final since not designed for subclassing. Responsive to battags feedback at https://github.com/atilling/cas/commit/d2a27f8d4465bf226c1fe17ba17e82c82 8145fb9
-
Andrew Petro authored
Credited Adam Rybicki and Andrew Tillinghast as authors.
-
Andrew Petro authored
Update EhCache URL to http://ehcache.org/
-
Andrew Petro authored
Updated to reflect continuity of efforts from CAS-816 in 2009 through latest updates.
-
Andrew Petro authored
Reformatted from tabs to spaces, correcting goofy indents within parent and dependencies elements. Responsive to battags feedback at https://github.com/atilling/cas/commit/d2a27f8d4465bf226c1fe17ba17e82c82 8145fb9
-
Andrew Petro authored
Changed from tabs to spaces, correcting goofy parent element and dependencies element sub-element indentation. Responsive to battags feedback at https://github.com/atilling/cas/commit/d2a27f8d4465bf226c1fe17ba17e82c82 8145fb9
-
Andrew Petro authored
Update to latest patch release of ehcache-core dependency 2.4 (to 2.4.6 from 2.4.5).
-
Andrew Petro authored
Apparently contributors can't have ids, removed id element from Andrew Petro contributor.
-
- 18 Dec, 2011 2 commits
-
-
Scott Battaglia authored
removed final keyword
-
Scott authored
CAS-1077 AbstractThrottledSubmissionHandlerInterceptorAdapter not updating counter on unsuccessful login attempt
-
- 16 Dec, 2011 2 commits
-
-
Andrew Petro authored
Documented developers arybicki, wgthom, and atilling, and contributor apetro, in pom.xml, responding to battags feedback at https://github.com/atilling/cas/commit/d2a27f8d4465bf226c1fe17ba17e82c82 8145fb9
-
Andrew Petro authored
Rename module to "Jasig CAS EHCache Integration" rather than "JA-SIG CAS EHCache Integration", responding to battags feedback here: https://github.com/atilling/cas/commit/d2a27f8d4465bf226c1fe17ba17e82c82 8145fb9
-
- 07 Dec, 2011 1 commit
-
-
Scott Belnap authored
-