Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
rh-che #1493: Disabling 'ForwardActivityFilter' as part of the 'che-p…
Browse files Browse the repository at this point in the history
…lugin-analytics-wsagent' deprecation

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Jul 30, 2019
1 parent e8e5331 commit adf6b52
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class AnalyticsWsMasterServletModule extends ServletModule {

@Override
protected void configureServlets() {
filter("/activity/*").through(ForwardActivityFilter.class);
// Disabling filter as part of the https://github.com/redhat-developer/rh-che/issues/1493
// filter("/activity/*").through(ForwardActivityFilter.class);
}
}

0 comments on commit adf6b52

Please sign in to comment.