MrtnBalazs commented on PR #604:
URL: https://github.com/apache/knox/pull/604#issuecomment-1177315020

   I managed to trace it back to GatewayDispatchFilter.java `init()` method, 
which overrides AbstractGatewayFilter-s `init()` method which comes from the 
javax.servlet.Filter interface. 
   The documentation of this interfaces `init()` method says:
   > Called by the web container to indicate to a filter that it is being 
placed into service.
   The servlet container calls the init method exactly once after instantiating 
the filter. The init method must complete successfully before the filter is 
asked to do any filtering work.>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to