[
https://issues.apache.org/jira/browse/SHINDIG-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Lester updated SHINDIG-60:
------------------------------
Attachment: io.js.patch
ProxyHandler.java.patch
Here are my changes to ProxyHandler.java in
java\gadgets\src\main\java\org\apache\shindig\gadgets\http
and features/core.io/io.js
to enable FEED support.
Added to pom.xml Maven build file:
<dependency>
<groupId>eddie</groupId>
<artifactId>eddie</artifactId>
<version>0.2</version>
</dependency>
eddie-0.2.jar was added to the local Maven repository.
The other jars (internal dependencies of eddie) were just put in libs dir of
the webserver.
eddie-0.2.jar
-------------
Main RSS-Parsing library
http://www.davidpashley.com/projects/eddie.html
xercesImpl.jar
--------------
Xerces XML-parsing dependency
http://xerces.apache.org/xerces2-j/
log4j-1.2.15.jar
----------------
Logging module dependency
http://logging.apache.org/log4j/docs/index.html
> Shindig does not properly support the FEED content type as defined by the
> gadgets spec for gadgets.io.MakeRequest
> -----------------------------------------------------------------------------------------------------------------
>
> Key: SHINDIG-60
> URL: https://issues.apache.org/jira/browse/SHINDIG-60
> Project: Shindig
> Issue Type: Improvement
> Components: Features (Javascript), Gadget Rendering Server (Java),
> Gadget Rendering Server (PHP)
> Reporter: Cassie Doll
> Priority: Critical
> Attachments: io.js.patch, ProxyHandler.java.patch
>
>
> The FEED contentType in gadgets.io.MakeRequest should not return general json
> in the same way that the JSON contentType does. It should instead return a
> structured object that looks like this:
> http://code.google.com/apis/gadgets/docs/remote-content.html#Fetch_JSON
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.