Ignore:
Timestamp:
12/09/08 18:16:48 (3 years ago)
Author:
CrawfordCurrie
Message:

Item253: remove TWikiDrawPlugin hack; analyse, rationalise and document usage of redirectto; Item5926: added encodings that were proposed to make chinese work (they don't break anything AFAICT). Deprecate Foswiki::Func::getRegularExpression (the regex array is published)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/LoginManager/TemplateLogin.pm

    r1195 r1221  
    6464        my $url   = $session->getScriptUrl( 0, 'login', $web, $topic ); 
    6565        $query->param( -name => 'origurl', -value => $session->{request}->uri ); 
    66         $session->redirect( $url, 1 ); 
     66        $session->redirect( $url, 1 ); # with passthrough 
    6767        return 1; 
    6868    } 
     
    162162              ; #remove the sudo param - its only to tell TemplateLogin that we're using BaseMapper.. 
    163163                # Redirect with passthrough 
    164             $sessionSession->redirect( $origurl, 1 ); 
     164            $sessionSession->redirect( $origurl, 1 ); # with passthrough 
    165165            return; 
    166166        } 
Note: See TracChangeset for help on using the changeset viewer.