Hi Lukasz, Yasser,

Thanks for all your input. After narrowing it down, the 403 forbidden is
caused by these lines:
java.util.List classficationList = ViewReqDetails.getClassficationList();
java.util.List reqLineAttributesUIList=ViewReqDetails.
getReqLineAttributesUIList();
java.util.List reqLineAttributesProvList=ViewReqDetails.
getReqLineAttributesProvList();
java.util.List roleSystemList = ViewReqDetails.getRoleSystemList();

It seems that the permissions to access methods from the java files are
being denied, although the methods are public and were working
pre-migration.

Thanks.


On Thu, Oct 26, 2017 at 2:56 AM, Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> 2017-10-25 18:50 GMT+02:00 Ej Magdaluyo <ejmagdal...@gmail.com>:
> > 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?
>
> I would move this code into an action, probably it produces an exception.
>
>
> Regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to