Joe Grandja
|
a6cbc909b6
|
SecurityEvaluationContextExtension implements latest EvaluationContextExtension
Fixes gh-6766
|
2019-04-11 10:04:57 -04:00 |
Spring Operator
|
b93528138e
|
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2691 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
|
2019-03-14 15:46:20 -05:00 |
Rob Winch
|
508f0bc870
|
Remove Deprecated EvaluationContextExtensionSupport Usage
EvaluationContextExtensionSupport is deprecated. Instead classes should
implement EvaluationContextExtension directly.
Fixes: gh-5886
|
2018-09-19 16:52:16 -05:00 |
Rob Winch
|
e16b8e7976
|
Fix logback-test.xml
|
2017-08-17 16:42:01 -05:00 |
Rob Winch
|
f221920a19
|
Clean up code to conform to basic checkstyle
Issue gh-3746
|
2016-03-14 00:15:12 -05:00 |
Rob Winch
|
bb600a473e
|
Start AssertJ Migration
Issue gh-3175
|
2016-03-09 14:26:30 -06:00 |
Thomas Darimont
|
ad1d858e2b
|
SEC-3056 - Fix JavaDoc errors.
Fixed JavaDoc errors accross multiple modules in order to make javadoc happy with Java 8.
|
2015-08-03 08:02:24 -05:00 |
Rob Winch
|
ae6af5d73c
|
SEC-2915: Updated Java Code Formatting
|
2015-03-25 13:09:18 -05:00 |
Rob Winch
|
02c3565e22
|
Fix compiling in Eclipse
|
2014-09-16 10:18:46 -05:00 |
Rob Winch
|
1f861f512a
|
SEC-2676: Add SpEL Spring Security Integration
|
2014-07-29 20:04:37 -05:00 |