Hi, I'm trying to implement servlet bridge in weblogic 12c. The issue I'm facing is, the Apache felix servlet bridge is servlet 2.5 compliant whereas weblogic 12c is servlet 3 compliant.
This is leading to classcastexception with ProxyServlet(Apache felix Proxy) and AbstractSyncServlet(weblogic). Is there any latest versions of Apache felix servlet bridge that is servlet 3 compliant ? Or any work-around to tackle this issue? I tried to load the javax.servlet.* with version 2.5 from system extra packages as well, but did not resolve the issue. Thanks and regards, raj

