Hi,
Am I misunderstanding the use/naming of Context#createChildContext() ?
I would have expected it to return an isolated copy of the Context
(which would be useful), however it just returns a new Context()
instance. In which case, I am not sure why it is called a child.
Wouldn't the code be easier to read if we just created a new Context()
ourselves instead of this method?
jon
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=7458&dsMessageId=2390137