Skip to content

Commit

Permalink
Item1700: If we want to go with 419 we should test with it to make no…
Browse files Browse the repository at this point in the history
…thing breaks

git-svn-id: http://svn.foswiki.org/trunk@4156 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Jun 16, 2009
1 parent 6ff79c4 commit bc6aa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki/Validation.pm
Expand Up @@ -285,8 +285,8 @@ sub validate {

print STDERR "V: PROMPT FOR CONFIRMATION\n" if TRACE;

# prompt for user verification
$session->{response}->status(200);
# prompt for user verification - code 419 chosen by foswiki devs
$session->{response}->status(419);

$session->{prefs}->setSessionPreferences(
ORIGURL => Foswiki::_encode( 'entity', $origurl || '' ), );
Expand Down

0 comments on commit bc6aa69

Please sign in to comment.