pull/1487/merge
Phillip Webb 10 years ago
parent 91d3edc220
commit 6e6bc25c44

@ -97,7 +97,7 @@ public class MetricFilterAutoConfiguration {
try {
httpStatus = HttpStatus.valueOf(status);
}
catch (Exception e) {
catch (Exception ex) {
// not convertible
}
if (bestMatchingPattern != null) {

@ -127,6 +127,7 @@ public class AuthenticationManagerConfiguration extends
GlobalAuthenticationConfigurerAdapter {
private AuthenticationManagerBuilder defaultAuth;
private AuthenticationManager parent;
public void configureParent(AuthenticationManagerBuilder auth) {

Loading…
Cancel
Save