Skip to content

Commit a5401be

Browse files
committed
debugging 401
1 parent 1cf6160 commit a5401be

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/main/java/edu/stanford/protege/webprotege/gateway/SecurityConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ public LogoutFilter customLogoutFilter() {
5656
protected SessionAuthenticationStrategy sessionAuthenticationStrategy() {
5757
return new RegisterSessionAuthenticationStrategy(new SessionRegistryImpl());
5858
}
59-
/* @Bean
59+
@Bean
6060
public WebSecurityCustomizer webSecurityCustomizer() {
6161
return (web) -> web.debug(true);
62-
}*/
62+
}
6363
@Bean
6464
public SecurityFilterChain resourceServerFilterChain(HttpSecurity http) throws Exception {
6565
http.csrf(AbstractHttpConfigurer::disable)

src/main/resources/application.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ logging:
66
org:
77
springframework:
88
amqp: ERROR
9+
security: DEBUG
10+
web:
11+
socket: DEBUG
12+
socket.server: DEBUG
13+
util.pattern: DEBUG
14+
web.servlet.mvc.method.annotation: DEBUG
915
spring:
1016
application:
1117
name: webprotege-gwt-api-gateway

0 commit comments

Comments
 (0)