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/Store.pm

    r1050 r1127  
    14041404    $web =~ s#\.#/#go; 
    14051405    ASSERT( defined($topic) ) if DEBUG; 
    1406     if (DEBUG) { 
    1407         my ( $webTest, $topicTest ) = 
    1408           $this->{session}->normalizeWebTopicName( $web, $topic ); 
    1409         ASSERT( $topic eq $topicTest ); 
    1410         ASSERT( $web   eq $webTest ); 
    1411     } 
     1406    # This test is invalid. This intent is good, but this function may 
     1407    # be called with a deliberately undef web or topic. 
     1408    #if (DEBUG) { 
     1409    #    my ( $webTest, $topicTest ) = 
     1410    #      $this->{session}->normalizeWebTopicName( $web, $topic ); 
     1411    #    ASSERT( $topic eq $topicTest ); 
     1412    #    ASSERT( $web   eq $webTest ); 
     1413    #} 
    14121414    return 0 unless $topic; 
    14131415 
Note: See TracChangeset for help on using the changeset viewer.