Bug 32867 - context distributable property is not modified during reloading
Summary: context distributable property is not modified during reloading
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.0.30
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-28 21:51 UTC by Stephane Bailliez
Modified: 2005-03-24 19:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Bailliez 2004-12-28 21:51:39 UTC
The digester rule only set the distributable property to true when the 
<distributable/> element exists in the application.

This is not a big problem but unfortunately, as the context instance is 
recycled, if you remove the <distributable/> property, the context will still 
hold the previous value (ie the context set as distributable)
Comment 1 Yoav Shapira 2005-03-25 04:57:21 UTC
Added resetting of distributable to initial value (false) in
StandardContext#resetContext method.  Thanks for pointing this out.