Re: Session attribute listeners inconsistency

2018-02-19 Thread Mark Thomas
On 16/02/18 03:49, Konstantin Kolinko wrote: > 2018-02-16 0:35 GMT+03:00 Mark Thomas : >> Hi, >> >> I've been looking at: >> https://bz.apache.org/bugzilla/show_bug.cgi?id=43866 >> >> In short, this bug is looking for a way to tell Tomcat an object set as >> a session attribute

Re: Session attribute listeners inconsistency

2018-02-15 Thread Konstantin Kolinko
2018-02-16 0:35 GMT+03:00 Mark Thomas : > Hi, > > I've been looking at: > https://bz.apache.org/bugzilla/show_bug.cgi?id=43866 > > In short, this bug is looking for a way to tell Tomcat an object set as > a session attribute has been mutated and therefore needs to be >

Session attribute listeners inconsistency

2018-02-15 Thread Mark Thomas
Hi, I've been looking at: https://bz.apache.org/bugzilla/show_bug.cgi?id=43866 In short, this bug is looking for a way to tell Tomcat an object set as a session attribute has been mutated and therefore needs to be replicated. The 'standard' way to do this is by calling setAttribute() but this