Hi Cameron, I suppose the correct way of achieving the desired behavior is to modify WebSessionFilter from the Ignite. For example it's possible to introduce a new context param with a list of urls that shouldn't be affected by the filter. And pass a request to a chain in the doFilter method if the request matches. I suppose you can look here (https://github.com/apache/ignite/blob/master/modules/web/src/main/java/org/apache/ignite/cache/websession/WebSessionFilter.java#L369).
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
