HI Yasser,
Upon doing investigation, it seems that the permission issue may be
appearing once we create objects and call java files:
<%
ViewReqDetailsVO ViewReqDetails =
(ViewReqDetailsVO)request.getAttribute("ViewReqDetails");
java.util.List classficationList = ViewReqDetails.getClassficationList();
java.util.List
reqLineAttributesUIList=ViewReqDetails.getReqLineAttributesUIList();
java.util.List
reqLineAttributesProvList=ViewReqDetails.getReqLineAttributesProvList();
java.util.List roleSystemList = ViewReqDetails.getRoleSystemList();
reqLineId=ViewReqDetails.getReqLineId();
systemClientId= ViewReqDetails.getSysClientId();
reqLineEmpNo = ViewReqDetails.getEmpNumber();
if(classficationList != null && classficationList.size()>0){
//System.out.println("classficationList : "+ classficationList.size());
%>
We did not change anything with regards to the java files, so we are unsure
why it is returning a 403 forbidden. Would you have any ideas?
Thanks.
On Wed, Oct 25, 2017 at 10:32 PM, Ej Magdaluyo <[email protected]>
wrote:
> Hi Yasser,
>
> Upon doing your suggestion, the simple string appeared without any issues.
>
> Thanks.
>
> On Wed, Oct 25, 2017 at 10:14 PM, Yasser Zamani <[email protected]>
> wrote:
>
>>
>>
>> On 10/25/2017 5:32 PM, Ej Magdaluyo wrote:
>> > This is a really difficult issue to troubleshoot:(
>>
>> I love difficult issues ;) could you please backup that jsp's contents
>> then replace it's contents with just a simple string like "I am
>> viewMyRequest.jsp" then run and see what happens?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>