[
https://issues.apache.org/jira/browse/SHINDIG-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636302#action_12636302
]
Ian Boston commented on SHINDIG-622:
------------------------------------
I get a build error, can you update to the latest trunk.
[INFO] Compilation failure
/Users/ieb/Apache/shindig/trunk/java/social-api/src/test/java/org/apache/shindig/social/opensocial/service/RequestItemTest.java:[100,16]
org.apache.shindig.social.opensocial.service.RequestItemTest.FakeRequestItem
is not abstract and does not override abstract method
<T>getTypedParameters(java.lang.Class<T>) in
org.apache.shindig.social.opensocial.service.RequestItem
/Users/ieb/Apache/shindig/trunk/java/social-api/src/test/java/org/apache/shindig/social/opensocial/util/BeanJsonConverterTest.java:[175,26]
[unchecked] unchecked generic array creation of type
java.util.Map<java.lang.String,java.lang.String>[] for varargs parameter
/Users/ieb/Apache/shindig/trunk/java/social-api/src/test/java/org/apache/shindig/social/opensocial/util/BeanJsonConverterTest.java:[213,50]
[unchecked] unchecked cast
found : java.lang.Class<capture of ? extends java.util.Map>
required: java.lang.Class<java.util.Map<java.lang.String,java.lang.String>>
/Users/ieb/Apache/shindig/trunk/java/social-api/src/test/java/org/apache/shindig/social/dataservice/integration/RestfulJsonPeopleTest.java:[144,46]
[unchecked] unchecked generic array creation of type
org.apache.shindig.social.opensocial.model.Enum<org.apache.shindig.social.opensocial.model.Enum.LookingFor>[]
for varargs parameter
> ConcatProxyServlet terminates if a resource has 404 or other HTTP error
> -----------------------------------------------------------------------
>
> Key: SHINDIG-622
> URL: https://issues.apache.org/jira/browse/SHINDIG-622
> Project: Shindig
> Issue Type: Bug
> Components: Gadget Rendering Server (Java)
> Reporter: Adam Winer
> Assignee: Ian Boston
> Attachments: shindig-622.patch
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> Given an HTTP request to concat several resources, if one of those resources
> is not found, the request terminates at that resource instead of reporting an
> error and continuing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.