Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(284)

Issue 1109041: Support Cross-Site Request Sharing in Shindig JSONP (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 8 months ago by Paul Lindner
Modified:
15 years, 8 months ago
Reviewers:
johnfargo, shindig.remailer
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated CORS Patch with ContainerConfig mods #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -13 lines) Patch
M config/container.js View 1 chunk +4 lines, -0 lines 0 comments Download
M java/common/src/main/java/org/apache/shindig/common/servlet/HttpUtil.java View 1 2 chunks +20 lines, -0 lines 0 comments Download
M java/common/src/main/java/org/apache/shindig/config/AbstractContainerConfig.java View 1 chunk +4 lines, -4 lines 0 comments Download
M java/common/src/main/java/org/apache/shindig/config/ContainerConfig.java View 1 chunk +2 lines, -2 lines 0 comments Download
M java/common/src/main/java/org/apache/shindig/protocol/ApiServlet.java View 2 chunks +10 lines, -0 lines 0 comments Download
M java/common/src/main/java/org/apache/shindig/protocol/DataServiceServlet.java View 3 chunks +12 lines, -0 lines 0 comments Download
M java/common/src/main/java/org/apache/shindig/protocol/JsonRpcServlet.java View 1 5 chunks +5 lines, -4 lines 0 comments Download
M java/common/src/test/java/org/apache/shindig/common/servlet/HttpUtilTest.java View 2 chunks +22 lines, -1 line 0 comments Download
M java/common/src/test/java/org/apache/shindig/protocol/DataServiceServletTest.java View 4 chunks +5 lines, -2 lines 0 comments Download
M java/common/src/test/java/org/apache/shindig/protocol/JsonRpcServletTest.java View 4 chunks +5 lines, -0 lines 0 comments Download
M java/gadgets/src/test/java/org/apache/shindig/gadgets/servlet/RpcServletTest.java View 1 1 chunk +2 lines, -0 lines 0 comments Download
M java/social-api/src/test/java/org/apache/shindig/social/dataservice/integration/AbstractLargeRestfulTests.java View 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Paul Lindner
15 years, 8 months ago (2010-05-05 00:56:30 UTC) #1
Paul Lindner
More info about this here: http://www.w3.org/TR/cors/
15 years, 8 months ago (2010-05-05 01:11:12 UTC) #2
johnfargo
Curious, have you got a list of current browsers that are CORS conformant?
15 years, 8 months ago (2010-05-05 02:05:44 UTC) #3
johnfargo
http://codereview.appspot.com/1109041/diff/1/2 File java/common/src/main/java/org/apache/shindig/common/servlet/HttpUtil.java (right): http://codereview.appspot.com/1109041/diff/1/2#newcode134 java/common/src/main/java/org/apache/shindig/common/servlet/HttpUtil.java:134: resp.addHeader("Access-Control-Allow-Origin", "*"); as a basic security primitive, this should ...
15 years, 8 months ago (2010-05-05 02:10:55 UTC) #4
Paul Lindner
15 years, 8 months ago (2010-05-06 09:04:23 UTC) #5

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b