mulesoft / api-policies

18 stars 34 forks source link

Web Service Security to Basic authentication transformation policy does not work in API Gateway 2.0 #3

Closed FedeAmdan closed 9 years ago

FedeAmdan commented 9 years ago

The transformation policy is not working in API Gateway 2.0. because is assuming that the runtime is including the class org.jboss.netty.buffer.ChannelBufferInputStream, but it is not. The policy can be fixed by replacing the previous invocation with java.io.InputStream.

rusinm commented 9 years ago

Thanks for your comments. It was fixed.