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

Issue 4252069: Support caja santization for GadgetHandler metadata

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years ago by zhoresh
Modified:
15 years ago
Reviewers:
johnfargo, dev-remailer, mhermanto
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Messages

Total messages: 3
zhoresh
15 years ago (2011-03-09 03:38:22 UTC) #1
mhermanto
It looks like you're passing cajolability through the system, which downstream, affects the URL generation. ...
15 years ago (2011-03-11 22:29:54 UTC) #2
zhoresh
15 years ago (2011-03-12 00:06:23 UTC) #3
Thanks!
Committed as 1080807

http://codereview.appspot.com/4252069/diff/1/java/gadgets/src/main/java/org/a...
File
java/gadgets/src/main/java/org/apache/shindig/gadgets/uri/DefaultIframeUriManager.java
(right):

http://codereview.appspot.com/4252069/diff/1/java/gadgets/src/main/java/org/a...
java/gadgets/src/main/java/org/apache/shindig/gadgets/uri/DefaultIframeUriManager.java:161:
addParam(uri, Param.CAJOLE.getKey(), "1", useTpl, false);
On 2011/03/11 22:29:54, mhermanto wrote:
> Why not do same like previous stmts, with --
> addParam(uri, Param.CAJOLE.getKey(), context.getCajoled() ? "1" : "0", useTpl,
> false);

I just didn't like the added param if not needed (shorter url)
Sign in to reply to this message.

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