Spring Operator
e401d02ced
Use HTTPS for external links wherever possible
...
See gh-16316
7 years ago
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
7 years ago
Spring Operator
7c314122f7
Update build and setup configuration to use HTTPS
...
See gh-16243
7 years ago
Spring Buildmaster
5f959b074f
Next Development Version
9 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
10 years ago
Spring Buildmaster
2216369348
Next Development Version
10 years ago
Spring Buildmaster
819a9574a6
Next Development Version
10 years ago
Spring Buildmaster
376bbe68d8
Next Development Version
10 years ago
Spring Buildmaster
225d877ab9
Next Development Version
10 years ago
Spring Buildmaster
504d3e97ba
Next development version
10 years ago
Spring Buildmaster
8db59059a5
Next Development Version
10 years ago
Stephane Nicoll
bb736e255b
Fix SNAPSHOT version
10 years ago
Spring Buildmaster
3f6f57a80e
Next Development Version
10 years ago
Dave Syer
cc3f673874
Narrow range of events listened for in security audit
...
The InteractiveAuthenticationSuccessEvent is always shadowed by a
regulat AuthenticationSuccessEvent, so there's no need to listen for
all AbstractAuthenticationSuccessEvents.
Fixes gh-4355
10 years ago
Huang YunKun
1c5e445554
Update the samples to use @WebIntegrationTest and randomPort=true
...
Closes gh-4294
Closes gh-4271
10 years ago
Phillip Webb
a79131f8d2
Organize imports with new settings
...
See gh-4234
10 years ago
Spring Buildmaster
2b38a861e3
Next Development Version
10 years ago
Phillip Webb
aae38db9af
Fix compiler warnings only shown in Eclipse Mars
10 years ago
Phillip Webb
6ab376e2e8
Reformat code use Eclipse Mars
10 years ago
Spring Buildmaster
9409c49c10
Next development version
10 years ago
Phillip Webb
2615990ffb
Organize imports
10 years ago
Stephane Nicoll
7c0c953f81
Add value alias for SpringApplicationConfiguration
...
Given that Spring Boot uses java config accross the board, a new `value`
attribute is now aliased to the existing `classes` attribute such that
one could write the following:
@SpringApplicationConfiguration(MyConfig.class)
public class MyTest {}
Closes gh-3635
10 years ago
Dave Syer
d0cf6b534b
Add 3xx redirects to the "unmapped" class of requests for metrics
...
When Spring Security sends 302 responses to a login page we don't get
any information about the request matching in Spring MVC. Consequently
apps can end up with a lot of counter.status.302.* metrics (where
"*" can be whatever the user sent).
This change treats 3xx the same as 4xx (if it is unmapped it just gets
added to a metric called "unmapped" instead of using the actual request
path).
Fixes gh-2563
11 years ago
Spring Buildmaster
7ce391db4f
Next development version
11 years ago
Rob Baily
3c50386970
Fix logout in sample secure web applications
...
Fixes gh-1536
11 years ago
Phillip Webb
61fc4f3f12
Polish copyright headers
11 years ago
Phillip Webb
1ce617f1ae
Polish sample package names
11 years ago
Spring Buildmaster
5d81c87b43
Next Development Version
11 years ago
Spring Buildmaster
e03c11dda8
Next development version
11 years ago
Spring Buildmaster
b8d2a55b30
Next development version
11 years ago
Phillip Webb
a57a88f5cf
Move master to 1.3.0.BUILD-SNAPSHOT
11 years ago
Spring Buildmaster
8f0ad02237
Next development version
11 years ago
Spring Buildmaster
aea68f0c32
Next development version
11 years ago
Spring Buildmaster
60725cd8bd
Next development version
11 years ago
Spring Buildmaster
63e6a25097
Next development version
11 years ago
Spring Buildmaster
1a788c1741
Next development version
11 years ago
Spring Buildmaster
46b7738334
Next development version
11 years ago
Spring Buildmaster
3e71a21b30
Next development version
11 years ago
Spring Buildmaster
edb4b7ed7d
Next development version
11 years ago
Dave Syer
bf0c8fc8bb
Remove JDBC from secure-web sample
...
Fixes gh-1534
11 years ago
Dave Syer
9902f98a3d
Ensure the AuthenticationManager is created when needed
...
There was too much state really in the old implementation of
AuthenticationManagerConfiguration, and it was leading occasionally
to null pointers when method A assumed that method B had already
been called and it hadn't. This change manages to concentrate all the
references to an AuthenticationManagerBuilder into a single method
call, removoing the need for storing it at all.
Fixes gh-1556
11 years ago
Spring Buildmaster
d63e4b4329
Next development version
11 years ago
Spring Buildmaster
74d0c5185a
Next development version
12 years ago
Stephane Nicoll
249e09d9bc
Switch master to 1.2.0.BUILD-SNAPSHOT
12 years ago
Spring Buildmaster
40327e1ae6
Next development version
12 years ago
Phillip Webb
fa88c481a5
Remote trailing whitespace
12 years ago
Dave Syer
fd757cb371
Add logging.level to application.properties
...
E.g.
logging.level.org.springframework: DEBUG
logging.level.org.hibernate: WARN
Fixed gh-788
12 years ago
Spring Buildmaster
981669b7c0
Next development version
12 years ago
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe .
12 years ago
Spring Buildmaster
67189477fe
Next development version
12 years ago