Jérôme LELEU
58de00e34b
Support the method parameter
2019-03-13 09:15:07 +01:00
Misagh Moayyed
86b93cbb26
clean up
2019-01-31 01:43:33 -07:00
Dmitriy Kopylenko
ba50664582
[maven-release-plugin] prepare for next development iteration
2018-11-01 10:32:59 -04:00
Dmitriy Kopylenko
bafe64e7cd
[maven-release-plugin] prepare release cas-client-3.5.1
2018-11-01 10:32:53 -04:00
Dmitriy Kopylenko
b208e94b93
[maven-release-plugin] prepare for next development iteration
2018-01-12 11:56:32 -05:00
Dmitriy Kopylenko
c00da6bb81
[maven-release-plugin] prepare release cas-client-3.5.0
2018-01-12 11:56:28 -05:00
leleuj
6f84cc2356
merge with master
2017-05-24 08:36:57 +02:00
Misagh Moayyed
92371f794a
Remove redundant groupId from POM defns
2016-09-07 16:12:34 +04:30
Marvin S. Addison
06b566e2d6
Issue #152 Simplify ticket lookup.
2016-03-07 07:51:25 -05:00
Marvin S. Addison
3f0a1c6883
Issue #152 Fix javadoc typo.
2016-03-07 07:45:50 -05:00
Marvin S. Addison
812198b6a5
Issue #152 Use CommonUtils for null checks.
2016-03-07 07:45:26 -05:00
Marvin S. Addison
40291a4478
Issue #152 Log authentication success at INFO.
2016-02-19 10:43:15 -05:00
Marvin S. Addison
184868b296
Issue #152 Add working Jetty context config files.
2016-02-12 16:40:05 -05:00
Marvin S. Addison
5a68c92268
Issue #152 Prevent dupe ticket validations.
...
The ticket parameter can linger in the URL after authentication.
Don't attempt ticket validation if we are already authenticated.
Fixes ticket validation failures on refresh and similar cases.
2016-02-12 16:20:56 -05:00
Marvin S. Addison
f09ee1c0e7
Issue #152 Fix multiple ticket validation attempt.
2016-02-12 15:34:19 -05:00
Marvin S. Addison
971d4b4854
Issue #152 Remove unused jetty-maven-plugin.
2016-02-11 15:12:39 -05:00
Marvin S. Addison
f04dedd9bb
Issue #152 Use WeakReference to avoid resource leak.
...
We don't want to hold a reference to HttpSession objects in the
ticket-to-session mapping that would prevent orphaned or expired sessions
from being purged. WeakReference ensures that won't happen.
2016-02-11 15:08:00 -05:00
Marvin S. Addison
53dbb48882
Issue #152 Jetty container-based authn.
2016-02-11 14:53:14 -05:00