| <!DOCTYPE html> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta charset="utf-8"/> |
| <title>401 - Unauthorized Error - Apache Whimsy</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/> |
| </head> |
| <body> |
| <nav class="navbar navbar-default"> |
| <div class="container-fluid"> |
| <div class="navbar-header"> |
| <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#navbar_collapse" aria-expanded="false"> |
| <span class="sr-only">Toggle navigation</span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| </button> |
| <a class="navbar-brand" href="/"> |
| <img title="Whimsy project home" alt="Whimsy hat logo" src="/whimsy.svg" height="30"/> |
| </a> |
| </div> |
| <div class="collapse navbar-collapse" id="navbar_collapse"> |
| <ul class="nav navbar-nav"> |
| <li> |
| <h1 class="navbar-btn"><span class="label label-danger">401 Error</span></h1> |
| </li> |
| <li> |
| <a href="https://github.com/apache/whimsy/">Code</a> |
| </li> |
| <li> |
| <a href="https://lists.apache.org/list.html?dev@whimsical.apache.org">Questions</a> |
| </li> |
| <li> |
| <a href="/technology">About Whimsy</a> |
| </li> |
| </ul> |
| <ul class="nav navbar-nav navbar-right"> |
| <li class="dropdown"> |
| <a class="dropdown-toggle" href="#" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> |
| <img title="Apache Home" alt="Apache feather logo" src="https://www.apache.org/img/feather_glyph_notm.png" height="30"/> |
| Apache |
| <span class="caret"></span> |
| </a> |
| <ul class="dropdown-menu"> |
| <li> |
| <a href="http://www.apache.org/licenses/">License</a> |
| </li> |
| <li> |
| <a href="http://www.apache.org/foundation/sponsorship.html">Donate</a> |
| </li> |
| <li> |
| <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> |
| </li> |
| <li> |
| <a href="http://www.apache.org/security/">Security</a> |
| </li> |
| <li class="divider" role="separator"></li> |
| <li> |
| <a href="http://www.apache.org/">About The ASF</a> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </nav> |
| <div class="content container-fluid"> |
| <div class="row"> |
| <div class="col-md-8"> |
| <div class="panel panel-danger"> |
| <div class="panel-heading"> |
| <h2 class="panel-title"> |
| 401 - Unauthorized |
| </h2> |
| </div> |
| <div class="panel-body"> |
| <p class="lead">Tsk, tsk, that's secret magician stuff. |
| Sorry, but a good magician never reveals their tricks - |
| you're not allowed to peek. |
| </p> |
| <p class="lead"> |
| If you are an Apache Committer, Member, or Officer, |
| double-check that you entered your credentials correctly, |
| or check your <a href="https://id.apache.org/">Apache ID</a>. |
| </p> |
| <p class="lead"> |
| The privilege requirements for access to various parts of Whimsy |
| are documented in the section headings |
| on the <a href="https://whimsy.apache.org/">Whimsy Home Page</a>. |
| </p> |
| <p class="lead"> |
| You can check what permissions your account has |
| on the <a href="https://whimsy.apache.org/committers/testauth.cgi">Board Agenda Auth Tester Page</a>. |
| </p> |
| </div> |
| </div> |
| </div> |
| <div class="col-md-4"> |
| <div class="panel panel-info"> |
| <div class="panel-heading"> |
| <h3 class="panel-title"> |
| Get Help! |
| </h3> |
| </div> |
| <div class="panel-body"> |
| <ul> |
| <li> |
| <a href="mailto:dev@whimsical.apache.org?subject=[401] Not Authorized - help with:">Email dev@whimsical List</a> |
| </li> |
| <li> |
| <a href="https://lists.apache.org/list.html?dev@whimsical.apache.org">Read our Mailing List</a> |
| </li> |
| <li> |
| <a href="https://github.com/apache/whimsy/tree/master/www">See The Website Code</a> |
| </li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="footer container-fluid" style="background-color: #f5f5f5; padding: 10px;"> |
| <p class="center"> |
| Copyright © 2015-2024, the Apache Software Foundation. Licensed under the |
| <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> |
| | |
| <a href="https://www.apache.org/foundation/policies/privacy.html">Privacy Policy</a> |
| <br/> |
| Apache®, the names of Apache projects, and the multicolor feather logo are |
| <a href="https://www.apache.org/foundation/marks/list/">registered trademarks or trademarks</a> |
| of the Apache Software Foundation in the United States and/or other countries. |
| </p> |
| </div> |
| </div> |
| </body> |
| </html> |