Changeset 35366
- Timestamp:
- Apr 4, 2013, 3:02:14 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r35364 r35366 158 158 my $request_fault = $PSTAMP_INVALID_REQUEST; 159 159 160 # default action is to process the request after parsing. This can be overridden by 161 # PREVIEW mode for pstamp requests 160 162 my $action = 'PROCESS'; 161 163 … … 242 244 243 245 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 244 248 if ($action eq 'PROCESS') { 245 249 $newState = 'run'; … … 291 295 my ($dummy, $extname, $action) = split " ", $out; 292 296 297 # Set the action if it is defined in the request header 298 # XXX:consider doing this only if extname is PS1_PS_REQUSET 293 299 $$r_action = $action if ($action); 294 300
Note:
See TracChangeset
for help on using the changeset viewer.
