You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/05/27 20:12:15 UTC

incubator-ignite git commit: # ignite-899: remove comment

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-456 ed7dde626 -> aa1c7c61c


# ignite-899: remove comment


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/aa1c7c61
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/aa1c7c61
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/aa1c7c61

Branch: refs/heads/ignite-456
Commit: aa1c7c61c3847c3052b5fb5f9032b7decd89e943
Parents: ed7dde6
Author: null <null>
Authored: Wed May 27 21:12:11 2015 +0300
Committer: null <null>
Committed: Wed May 27 21:12:11 2015 +0300

----------------------------------------------------------------------
 dev-tools/src/main/groovy/jiraslurp.groovy | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/aa1c7c61/dev-tools/src/main/groovy/jiraslurp.groovy
----------------------------------------------------------------------
diff --git a/dev-tools/src/main/groovy/jiraslurp.groovy b/dev-tools/src/main/groovy/jiraslurp.groovy
index d6e96fd..3547337 100644
--- a/dev-tools/src/main/groovy/jiraslurp.groovy
+++ b/dev-tools/src/main/groovy/jiraslurp.groovy
@@ -310,7 +310,6 @@ def applyPatch = { jira, attachementURL ->
     def attachmentUrl = new URL("$ATTACHMENT_URL/$attachementURL/")
 
     HttpURLConnection conn = (HttpURLConnection)attachmentUrl.openConnection();
-//    conn.setRequestProperty("Content-Disposition", "inline; filename*=utf-8''ignite-37.patch;");
     conn.setRequestProperty("Content-Type", "text/x-patch;charset=utf-8");
     conn.setRequestProperty("X-Content-Type-Options", "nosniff");
     conn.connect();