Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Oct 14, 2024
1 parent 3520111 commit 76af027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class InspectConfiguration implements WebMvcConfigurer, ApplicationListener<Spri
// @ConditionalOnExpression("${inspect.track.rest-session:true}!=false")
public void addInterceptors(InterceptorRegistry registry) {
if(nonNull(config.getTrack().getRestSession())) {
registry.addInterceptor(sessionFilter()).order(LOWEST_PRECEDENCE); //TODO HIGHEST_PRECEDENCE
registry.addInterceptor(sessionFilter()).order(LOWEST_PRECEDENCE); //after auth.,.. interceptors
// .excludePathPatterns(config.getTrack().getRestSession().excludedPaths())
}
}
Expand Down

0 comments on commit 76af027

Please sign in to comment.