https://issues.apache.org/bugzilla/show_bug.cgi?id=52355

--- Comment #1 from Mark Thomas <ma...@apache.org> 2011-12-23 21:09:23 UTC ---
That is all essentially debug code. The setter may be accessed via reflection
when server.xml is parsed by I haven't checked if it is exposed. I suspect that
it is not exposed and that it is just changed in the source when debugging
issues.

I'm not concerned about concurrent access but to be on the safe side it should
probably be volatile. The flags it then uses to track status during debugging
should be certainly be volatile.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to