protected void doGet( final HttpServletRequest request, final HttpServletResponse response ) throws ServletException,
IOException {
PentahoSystem.systemEntryPoint();
try {
IPentahoSession userSession = getPentahoSession( request );
if ( !doBackgroundExecution( request, response, userSession ) ) {
OutputStream outputStream = getOutputStream( response, doMessages( request ) );
ActionSequenceJCRHelper actionHelper = new ActionSequenceJCRHelper( userSession );
String actionPath = request.getParameter( "path" ); //$NON-NLS-1$
IActionSequence actionSequence =