Remove redundant definition of gss_imp_name_type
[gssweb.git] / chrome / test / test.html
index c99aba6..22bfde2 100644 (file)
           <label for="authenticate_server_path">Server Path:</label>
           <input name="authenticate_server_path" 
                  id="authenticate_server_path" 
-                 value="/gss" />
+                 value="/gss/" />
         </div>
 
         <button id="authenticate">authenticate</button>
 
       function doAuthenticate() {
         gssweb = gssweb || new navigator.gssweb({
-          serverPath: "/gss",
+          serverPath: document.getElementById('authenticate_server_path').value,
           appTag:     "Authentication Test",
           error:      function(errMsg) {
                         report(errMsg, '#authenticate_response');