IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35366


Ignore:
Timestamp:
Apr 4, 2013, 3:02:14 PM (13 years ago)
Author:
bills
Message:

changes to comments only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_parser_run.pl

    r35364 r35366  
    158158my $request_fault = $PSTAMP_INVALID_REQUEST;
    159159
     160# default action is to process the request after parsing. This can be overridden by
     161# PREVIEW mode for pstamp requests
    160162my $action = 'PROCESS';
    161163
     
    242244
    243245    if ($success) {
     246        # XXX: This bit of the postage stamp request API has slipped in here because we need to control
     247        # the new state of the request
    244248        if ($action eq 'PROCESS') {
    245249            $newState = 'run';
     
    291295        my ($dummy, $extname, $action) = split " ", $out;
    292296
     297        # Set the action if it is defined in the request header
     298        # XXX:consider doing this only if extname is PS1_PS_REQUSET
    293299        $$r_action = $action if ($action);
    294300
Note: See TracChangeset for help on using the changeset viewer.