Can the new http connector be used with the http:static-resource-handler in Mule 3.6? -
i have following flow, attempting use new http connector in mule 3.6 http:static-resource-handler:
<flow name="facebook-sources-apiflow1"> <http:listener config-ref="http_listener_configuration" path="/admin" doc:name="http"/> <http:static-resource-handler resourcebase="${app.home}/web" defaultfile="index.html" doc:name="http static resource handler"/> </flow>
i have directory called 'web' under src/main/app, , index.html in web directory. when try this, though, following error:
null (java.lang.nullpointerexception). message payload of type: nullpayload
before sinking time problem, thought i'd ask if new http connector works static-resource-handler.
i'm afraid can't. there bug around this: https://www.mulesoft.org/jira/browse/mule-8317