The javadocs of RequestProgressTrackr#done state:
" /**
* Call this when done processing the request - all calls except the
first
* one are ignored
*/
void done();
"
I'm wondering what is ment with "the first one"? In addition, looking at
the implementation in the Sling engine, though it has a done flag, this
flag is not evaluated in most methods.
I would expect that after a call to done() only dump is possible and all
calls to log etc. are ignored. Is that the intention?
Regards
Carsten
--
Carsten Ziegeler
[email protected]