1 Reply Latest reply on Jun 23, 2008 8:04 AM by julien1

    CMS Interceptor stack will not be called, when a command wil

    wulf.rowek

      When there is a command execution inside another command (i.e FileGetCommand), the context of the outer side command will be used as the command executer, instead of JCRCMS.

      but to call the interceptor stack is not implemented in JCRCommandContext.execute

      So i.e. one calls FileGetCommand, the interceptor stack will be called for this command, but not for the ContentGetCommand, which will be executed inside FileGetCommand.execute.

      I think this behavior is not straight forward and should be changed. What do you think?