Changeset 1127 for trunk/core/lib/Foswiki/Engine/CGI.pm
- Timestamp:
- 12/02/08 12:49:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Engine/CGI.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Engine/CGI.pm
r1078 r1127 177 177 178 178 $this->SUPER::finalizeHeaders( $res, $req ); 179 # make sure we always generate a status for the response 180 print 'Status: '.$res->status() 181 if ($res->status() && !defined($res->headers->{status})); 179 182 foreach my $header ( keys %{ $res->headers } ) { 180 183 print $header . ': ' . $_ . $this->CRLF
Note: See TracChangeset
for help on using the changeset viewer.
