You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bhaarat Sharma <bh...@gmail.com> on 2009/04/24 18:52:43 UTC

request requires HTTP authentication

All of a sudden I am getting this when clicking a link that was previously
working on my site
HTTP Status 401 -
------------------------------

*type* Status report

*message* **

*description* *This request requires HTTP authentication ().*


link is in the navigation and is pretty simple. here is the struts.xml for
this


  <package name="DebtsOwedtoPHAs" namespace="/DebtsOwedtoPHAs"
extends="struts-default">

      <default-interceptor-ref name="paramsPrepareParamsStack"/>

      <action name="test">

        <result>/reports/debtsowed/debtnoticepage.jsp</result>

     </action>

   </package>


here is the link:

<td class="nav">

            <a href="/eiv/DebtsOwedtoPHAs/test.action" class="leftnavitem">

                <li>test</li>

            </a>

        </td>


what am i doing wrong here...

other links seem to be working fine.