RE: Question around catalina.policy change back with 9.0.33, etc.

2020-06-26 Thread jonmcalexander
change back with 9.0.33, etc. On 26/06/2020 00:15, jonmcalexan...@wellsfargo.com.INVALID wrote: > I have a developer that is asking WHY the following policies were set to read > only. The Change Log doesn't illuminate why. > > // The cookie code needs these. >

Re: Question around catalina.policy change back with 9.0.33, etc.

2020-06-26 Thread Mark Thomas
On 26/06/2020 00:15, jonmcalexan...@wellsfargo.com.INVALID wrote: > I have a developer that is asking WHY the following policies were set to read > only. The Change Log doesn't illuminate why. > > // The cookie code needs these. > permission java.util.PropertyPermission >

Question around catalina.policy change back with 9.0.33, etc.

2020-06-25 Thread jonmcalexander
I have a developer that is asking WHY the following policies were set to read only. The Change Log doesn't illuminate why. // The cookie code needs these. permission java.util.PropertyPermission "org.apache.catalina.STRICT_SERVLET_COMPLIANCE", "read"; permission