All pastes #2080763 Raw Edit

Miscellany

public text v1 · immutable
#2080763 ·published 2011-09-11 12:48 UTC
rendered paste body
@view_config(context=HTTPNotFound)                                              
def notfound_view(request):                                                     
    if authenticated_userid(request):                                           
        return HTTPNotFound()                                                   
    else:                                                                       
        return HTTPFound(location = route_url('login', request) )