You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/07/03 22:57:36 UTC

svn commit: r1499555 - /jena/trunk/jena-arq/src/main/java/org/apache/jena/atlas/web/auth/ApacheModAuthFormLogin.java

Author: rvesse
Date: Wed Jul  3 20:57:35 2013
New Revision: 1499555

URL: http://svn.apache.org/r1499555
Log:
Make a couple of constants public (JENA-480)

Modified:
    jena/trunk/jena-arq/src/main/java/org/apache/jena/atlas/web/auth/ApacheModAuthFormLogin.java

Modified: jena/trunk/jena-arq/src/main/java/org/apache/jena/atlas/web/auth/ApacheModAuthFormLogin.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/src/main/java/org/apache/jena/atlas/web/auth/ApacheModAuthFormLogin.java?rev=1499555&r1=1499554&r2=1499555&view=diff
==============================================================================
--- jena/trunk/jena-arq/src/main/java/org/apache/jena/atlas/web/auth/ApacheModAuthFormLogin.java (original)
+++ jena/trunk/jena-arq/src/main/java/org/apache/jena/atlas/web/auth/ApacheModAuthFormLogin.java Wed Jul  3 20:57:35 2013
@@ -24,8 +24,14 @@ package org.apache.jena.atlas.web.auth;
  */
 public class ApacheModAuthFormLogin extends FormLogin {
 
-    private static final String APACHE_MOD_AUTH_FORM_USER_FIELD = "httpd_username";
-    private static final String APACHE_MOD_AUTH_FORM_PASSWORD_FIELD = "httpd_password";
+    /**
+     * Default user field used by Apache mod_auth_form configurations
+     */
+    public static final String APACHE_MOD_AUTH_FORM_USER_FIELD = "httpd_username";
+    /**
+     * Default password field used by Apache mod_auth_form configurations
+     */
+    public static final String APACHE_MOD_AUTH_FORM_PASSWORD_FIELD = "httpd_password";
 
     /**
      * Creates new form login credentials