[PROPOSAL] Enable session replication by default.

2011-06-07 Thread Keiichi Fujino
Hi All. Tomcat7.0.15 can not replicate session if web application defines distributable/ in WEB-INF/web.xml. Tomcat7.0.14 can replicate session if web application defines distributable/ in WEB-INF/web.xml. The behavior of this default was changed by rev1130618. The cause is conf/web.xml is not

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Mark Thomas
On 07/06/2011 12:37, Keiichi Fujino wrote: Hi All. Tomcat7.0.15 can not replicate session if web application defines distributable/ in WEB-INF/web.xml. Tomcat7.0.14 can replicate session if web application defines distributable/ in WEB-INF/web.xml. The behavior of this default was changed

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Konstantin Kolinko
2011/6/7 Keiichi Fujino kfuj...@apache.org: Hi All. Tomcat7.0.15 can not replicate session if web application defines distributable/ in WEB-INF/web.xml. Tomcat7.0.14 can replicate session if web application defines distributable/ in WEB-INF/web.xml. The behavior of this default was changed

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Mark Thomas
On 07/06/2011 16:21, Konstantin Kolinko wrote: 2011/6/7 Keiichi Fujino kfuj...@apache.org: Hi All. Tomcat7.0.15 can not replicate session if web application defines distributable/ in WEB-INF/web.xml. Tomcat7.0.14 can replicate session if web application defines distributable/ in

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Christopher Schultz
Keiichi, On 6/7/2011 7:37 AM, Keiichi Fujino wrote: Index: conf/web.xml === --- conf/web.xml (revision 1127122) +++ conf/web.xml (working copy) @@ -4176,4 +4176,6 @@ welcome-fileindex.jsp/welcome-file

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Mark Thomas
On 07/06/2011 19:30, Christopher Schultz wrote: Keiichi, On 6/7/2011 7:37 AM, Keiichi Fujino wrote: Index: conf/web.xml === --- conf/web.xml (revision 1127122) +++ conf/web.xml (working copy) @@ -4176,4 +4176,6 @@

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Christopher Schultz
Mark, On 6/7/2011 2:36 PM, Mark Thomas wrote: On 07/06/2011 19:30, Christopher Schultz wrote: Keiichi, On 6/7/2011 7:37 AM, Keiichi Fujino wrote: Index: conf/web.xml === --- conf/web.xml(revision 1127122) +++ conf/web.xml

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Mark Thomas
On 07/06/2011 20:08, Christopher Schultz wrote: Mark, On 6/7/2011 2:36 PM, Mark Thomas wrote: On 07/06/2011 19:30, Christopher Schultz wrote: Keiichi, On 6/7/2011 7:37 AM, Keiichi Fujino wrote: Index: conf/web.xml === ---

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Jess Holle
web apps whose web.xml does not specify distributable should certainly not be treated as such -- that would be a spec violation and break lots of web apps. On 6/7/2011 2:08 PM, Christopher Schultz wrote: Mark, On 6/7/2011 2:36 PM, Mark Thomas wrote: On 07/06/2011 19:30, Christopher Schultz

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Mark Thomas
On 07/06/2011 20:24, Jess Holle wrote: web apps whose web.xml does not specify distributable should certainly not be treated as such -- that would be a spec violation and break lots of web apps. How many times do I have to write this? This is NOT what is being proposed. All the proposed change

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Rainer Jung
On 07.06.2011 21:39, Mark Thomas wrote: On 07/06/2011 20:24, Jess Holle wrote: web apps whose web.xml does not specify distributable should certainly not be treated as such -- that would be a spec violation and break lots of web apps. How many times do I have to write this? This is NOT what

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Mark Thomas
On 07/06/2011 21:54, Rainer Jung wrote: On 07.06.2011 21:39, Mark Thomas wrote: On 07/06/2011 20:24, Jess Holle wrote: web apps whose web.xml does not specify distributable should certainly not be treated as such -- that would be a spec violation and break lots of web apps. How many times

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Konstantin Kolinko
2011/6/8 Mark Thomas ma...@apache.org: On 07/06/2011 21:54, Rainer Jung wrote: On 07.06.2011 21:39, Mark Thomas wrote: On 07/06/2011 20:24, Jess Holle wrote: web apps whose web.xml does not specify distributable should certainly not be treated as such -- that would be a spec violation and

Re: [PROPOSAL] Enable session replication by default.

2011-06-07 Thread Mark Thomas
On 07/06/2011 22:42, Konstantin Kolinko wrote: BTW, two minor thoughts wrt. o.a.c.startup.ContextConfig#webConfig() 1) Line 1208 // Parse host level web.xml if present // Additive apart from welcome pages webXml.setReplaceWelcomeFiles(true); InputSource