Project

General

Profile

« Previous | Next » 

Revision 58283

stats no longer require authentication

View differences:

AaiSecurityConfiguration.java
62 62
        http.csrf().disable()
63 63
                .anonymous().disable()
64 64
                .authorizeRequests()
65
		.antMatchers("/stats").permitAll()
65 66
                .anyRequest().authenticated()
66 67
                .and()
67 68
                    .httpBasic()

Also available in: Unified diff