dschadow/ApplicationIntrusionDetection

View on GitHub
duke-encounters/src/main/java/de/dominikschadow/dukeencounters/config/WebSecurityConfig.java

Summary

Maintainability
A
1 hr
Test Coverage

Method configure has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected void configure(final HttpSecurity http) throws Exception {
        // @formatter:off
        http
            .authorizeRequests()

    There are no issues that match your filters.

    Category
    Status