Using a file as url throws ClassCastException
----------------------------------------------
Key: SHINDIG-75
URL: https://issues.apache.org/jira/browse/SHINDIG-75
Project: Shindig
Issue Type: Bug
Components: Gadgets Server - Java
Environment: r628486
Reporter: Vincent Siveton
Assignee: John Hjelmstad
Attachments: SHINDIG-75.diff
Try to call http://localhost:8080/gadgets/ifr?url=file:///C:/todo.xml
You should get:
{noformat}
INFO: Failed to render gadget
org.apache.shindig.gadgets.GadgetException: java.lang.ClassCastException:
sun.net.www.protocol.file.FileURLConnection
at
org.apache.shindig.gadgets.GadgetServer$WorkflowTask.call(GadgetServer.java:497)
at
org.apache.shindig.gadgets.GadgetServer$WorkflowTask.call(GadgetServer.java:475)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.ClassCastException:
sun.net.www.protocol.file.FileURLConnection
at
org.apache.shindig.gadgets.BasicRemoteContentFetcher.getConnection(BasicRemoteContentFetcher.java:56)
at
org.apache.shindig.gadgets.BasicRemoteContentFetcher.fetch(BasicRemoteContentFetcher.java:100)
at
org.apache.shindig.gadgets.GadgetServer$SpecLoadTask.run(GadgetServer.java:325)
at
org.apache.shindig.gadgets.GadgetServer$WorkflowTask.call(GadgetServer.java:492)
... 6 more
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.