2011/8/19 Christopher Schultz <ch...@christopherschultz.net>: > Konstantin, > > On 8/19/2011 12:34 PM, Konstantin Kolinko wrote: >> 2011/8/19 <schu...@apache.org>: >>> + private boolean awtThreadProtection = false; >>> + public boolean isAWTThreadProtection() { return awtThreadProtection; } >>> + public void setAWTThreadProtection(boolean awtThreadProtection) { >>> + this.awtThreadProtection = awtThreadProtection; >>> + } >> >>> + <attribute name="awtThreadProtection" required="false"> >> >> Looking at the getter and setter methods, I think the actual name of >> the property is "AWTThread...". I have not tried it though. > > You're right. Stupid copy/paste. > >> Wouldn't you forget to apply the same change to trunk (aka Tomcat 8)? > > I wasn't sure what was up in the trunk... the changelog is completely > blank. This can't be the first commit to the trunk. Maybe there's no use > in updating the changelog before the first release? >
Mark cleared the changelog file after creating the branch. The idea is that * work is done on trunk * it is merged to tc7.0.x * items merged to tc7.0.x go into TC7's changelog file and those that won't be merged go into TC8's changelog. There is a comment at the top of trunk's changelog.xml: (...) Until the first Tomcat 8.0.0 release, only changes not back-ported to 7.0.x should be listed here. --> Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org