You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/02/03 20:33:02 UTC

[2/4] storm git commit: STORM-608. Storm UI CSRF escape characters not work correctly.

STORM-608. Storm UI CSRF escape characters not work correctly.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8f353040
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8f353040
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8f353040

Branch: refs/heads/master
Commit: 8f3530404f3550415146c484d31765028c0d98b9
Parents: 37442e5
Author: Sriharsha Chintalapani <ma...@harsha.io>
Authored: Sat Jan 3 14:32:57 2015 -0800
Committer: Sriharsha Chintalapani <ma...@harsha.io>
Committed: Sat Jan 3 14:32:57 2015 -0800

----------------------------------------------------------------------
 STORM-UI-REST-API.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/8f353040/STORM-UI-REST-API.md
----------------------------------------------------------------------
diff --git a/STORM-UI-REST-API.md b/STORM-UI-REST-API.md
index 3efe0e7..deee134 100644
--- a/STORM-UI-REST-API.md
+++ b/STORM-UI-REST-API.md
@@ -220,7 +220,7 @@ Response fields:
 |bolts.emitted| Long |Number of tuples emitted|
 |antiForgeryToken| String | CSRF token|
 
-Caution: users need to unescape the value before using this token to make POST calls(simple-json escapes forward slashes)
+Caution: users need to unescape the antiForgeryToken value before using this token to make POST calls(simple-json escapes forward slashes)
 [ISSUE-8](https://code.google.com/p/json-simple/issues/detail?id=8)