File tree Expand file tree Collapse file tree
java/edu/stanford/protege/webprotege/gateway Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
915spring :
1016 application :
1117 name : webprotege-gwt-api-gateway
You can’t perform that action at this time.
0 commit comments