Ignore:
Timestamp:
12/02/08 12:49:15 (3 years ago)
Author:
CrawfordCurrie
Message:

Item139: removed oops redirect for error reports. Fixed status header in HTTP responses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/UI/Edit.pm

    r1050 r1127  
    183183    if ( $saveCmd && !$session->{users}->isAdmin( $session->{user} ) ) { 
    184184        throw Foswiki::OopsException( 
    185             'accessdenied', 
     185            'accessdenied', status => 403, 
    186186            def    => 'only_group', 
    187187            web    => $webName, 
     
    236236            unless ( $store->topicExists( $templateWeb, $templateTopic ) ) { 
    237237                throw Foswiki::OopsException( 
    238                     'accessdenied', 
     238                    'accessdenied', status => 403, 
    239239                    def   => 'no_such_topic_template', 
    240240                    web   => $templateWeb, 
Note: See TracChangeset for help on using the changeset viewer.