Re: Help with syntax struts 2

2019-03-09 Thread Paul Zepernick
Assuming the intention is to exclude all those report ids, they should be && and not || Paul Sent from my iPhone > On Mar 8, 2019, at 7:34 PM, Dave Newton wrote: > > NOTICE: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize t

Struts 1.3 and OAuth2

2019-03-09 Thread Asad Habib
Has anyone successfully been able to integrate OAuth2 to authorize calls made to an API built using Struts 1.3? I haven't seen any examples of this online. Any help would be appreciated. Thanks.