Re: [Dev] [MSF4J] Interceptor#preCall method stopped serving HTTP GET randomly.

2017-03-31 Thread Abimaran Kugathasan
Hi All, RESTAPISecurityInterceptor is used to bypass the authentication for swagger json via /api/am/admin/v1/policies/swagger.json. There should be a microservice registered in /api/am/admin/v1/policies, but there weren't. So this issue occurred. Any MSF4J interception will be invoked if there

Re: [Dev] [MSF4J] Interceptor#preCall method stopped serving HTTP GET randomly.

2017-03-29 Thread Abimaran Kugathasan
Hi Thusitha, On Wed, Mar 29, 2017 at 12:04 PM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi Abimaran, > > In API Manager 3.0, We have RESTAPISecurityInterceptor which implements >> org.wso2.msf4j.Interceptor. >> When I send HTTP Get request, I'm getting 405, for HTTP POST and

Re: [Dev] [MSF4J] Interceptor#preCall method stopped serving HTTP GET randomly.

2017-03-29 Thread Thusitha Thilina Dayaratne
Hi Abimaran, In API Manager 3.0, We have RESTAPISecurityInterceptor which implements > org.wso2.msf4j.Interceptor. > When I send HTTP Get request, I'm getting 405, for HTTP POST and PUT it > works correctly. > I debugged MSF4JMessageProcessor, there is a method named > 'receive(CarbonMessage

[Dev] [MSF4J] Interceptor#preCall method stopped serving HTTP GET randomly.

2017-03-29 Thread Abimaran Kugathasan
Hi Dev, In API Manager 3.0, We have RESTAPISecurityInterceptor which implements org.wso2.msf4j.Interceptor. When I send HTTP Get request, I'm getting 405, for HTTP POST and PUT it works correctly. I debugged MSF4JMessageProcessor, there is a method named 'receive(CarbonMessage carbonMessage,