2016-10-19 96 views
0

運行的Struts 1.3.8HDIV重定向到錯誤頁面錯誤[HDIV_PARAMETER_DOES_NOT_EXIST]

HDIV-config.xml中

<hdiv:config excludedExtensions="css,png,js,gif,jpeg" 
    protectedExtensions=".*.do" maxPagesPerSession="20" confidentiality="true" avoidCookiesIntegrity="true">   
    <hdiv:startPages>/loginForm.do</hdiv:startPages> 
    <hdiv:startPages>/login.do</hdiv:startPages> 
    <hdiv:startPages>/logout.do</hdiv:startPages> 

    <hdiv:startPages>/home.do</hdiv:startPages> 
    <hdiv:startPages>/pages/BillDischarge/NewPrepaidBill.do</hdiv:startPages> 


    <hdiv:startParameters>org.apache.struts.action.TOKEN,org.apache.struts.taglib.html.TOKEN</hdiv:startParameters> 
</hdiv:config> 
    <hdiv:editableValidations> 
    <hdiv:validationRule url=".*"/> 
</hdiv:editableValidations> 

`

除了startPages下中定義的每一個頁面重定向我到'未經授權'錯誤頁面。

登錄: 2016-10-19 14:42:10 [@] INFO Logger: HDIV_PARAMETER_DOES_NOT_EXIST;/pages/Common/PatientSearch.do;_HDIV_STATE_;;;0:0:0:0:0:0:0:1;0:0:0:0:0:0:0:1;anonymous;

幫助?

回答