/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.104 by hauk, Tue Sep 30 16:03:14 2003 UTC revision 1.105 by chopp, Wed Oct 1 13:34:46 2003 UTC
# Line 353  static void do_runtime(HttpRequest req, Line 353  static void do_runtime(HttpRequest req,
353        
354    out_print(res,    out_print(res,
355              "<tr><td>httpd auth. style</td><td>%s</td></tr>",              "<tr><td>httpd auth. style</td><td>%s</td></tr>",
356              Run.Auth.defined&&has_hosts_allow()?              (Run.credentials!=NULL)&&has_hosts_allow()?
357              "Basic Authentication and Host allow list":              "Basic Authentication and Host allow list":
358              Run.Auth.defined?"Basic Authentication":              (Run.credentials!=NULL)?"Basic Authentication":
359              has_hosts_allow()?"Host allow list":              has_hosts_allow()?"Host allow list":
360              "No authentication");              "No authentication");
361    out_print(res,"</table>");    out_print(res,"</table>");

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26