You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/09/23 15:28:37 UTC

git commit: ARGUS-77:Use POST in login.jsp

Repository: incubator-argus
Updated Branches:
  refs/heads/master 81f76076e -> b6f46df12


ARGUS-77:Use POST in login.jsp

Signed-off-by: sneethiraj <sn...@apache.org>


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

Branch: refs/heads/master
Commit: b6f46df12f4463d4c87ab3082a37f479eace3a89
Parents: 81f7607
Author: vperiasamy <vp...@hortonworks.com>
Authored: Mon Sep 22 22:35:52 2014 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Tue Sep 23 09:27:55 2014 -0400

----------------------------------------------------------------------
 security-admin/src/main/webapp/login.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/b6f46df1/security-admin/src/main/webapp/login.jsp
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/login.jsp b/security-admin/src/main/webapp/login.jsp
index 38591b0..63a11af 100644
--- a/security-admin/src/main/webapp/login.jsp
+++ b/security-admin/src/main/webapp/login.jsp
@@ -46,7 +46,7 @@
 			<div class="l-logo">
 				<img src="images/logo.png" alt="Argus logo">
 			</div>
-			<form action="" method="get" accept-charset="utf-8">
+			<form action="" method="post" accept-charset="utf-8">
 				<fieldset>
 					<div class="fields">
 						<label><i class="icon-user"></i> Username:</label>