Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.11
-
None
-
None
Description
I used an action to pass the current source resolver to the SourceProtocolHandler, but this resulted in an NPE because the URI of the TranscoderInput object was null. After I applied a little patch to the SourceProtocolHandler which enabled the fallback to the default handler if the URL to resolve is null, it worked.