Something you might find handy at some point: https://whimsy.apache.org/test.cgi
:-) - Sam Ruby On Fri, Mar 18, 2016 at 5:14 PM, Sebastian Bazley <s...@apache.org> wrote: > Commit 40b7a6a9a728e626ea2227b798e15c9de94b2c9e: > Add some temporary debug > > > Branch: refs/heads/master > Author: Sebb <s...@apache.org> > Committer: Sebb <s...@apache.org> > Pusher: sebb <s...@apache.org> > > ------------------------------------------------------------ > www/status/index.cgi | ++++ - > ------------------------------------------------------------ > 5 changes: 4 additions, 1 deletions. > ------------------------------------------------------------ > > > diff --git a/www/status/index.cgi b/www/status/index.cgi > index 66cc103..6038c19 100755 > --- a/www/status/index.cgi > +++ b/www/status/index.cgi > @@ -34,7 +34,10 @@ print <<-EOF > <head> > <meta charset="UTF-8"/> > <title>Whimsy Status</title> > - > + > + <!-- #{ENV['HTTP_AUTHORIZATION']} --> > + <!-- #{ENV['HTTP_X_AUTHENTICATED_USER']} --> > + > <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/> > <link rel="stylesheet" type="text/css" href="css/status.css"/> >