Skip to content

Commit

Permalink
Merge pull request #10 from dcrissman/cleanup
Browse files Browse the repository at this point in the history
clean up
  • Loading branch information
derek63 committed Jan 10, 2018
2 parents dbe0d7c + 7da8f1d commit 12e0baa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 107 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,7 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
.authenticationUserDetailsService(ldapUserDetailsService)
.and()
.addFilterAfter(
new EsbToolsExceptionTraslatingFilter(new ErrorResponseWriter() {
//...
}),
ExceptionTranslationFilter.class)
.addFilterAfter(
new SpringCertEnvironmentVerificationFilter("expectedEnvironment"),
EsbToolsExceptionTraslatingFilter.class);
new CertEnvironmentVerificationFilter(environment), X509AuthenticationFilter.class);

//...
}
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 12e0baa

Please sign in to comment.