Skip to content

Commit

Permalink
Item13613: Missed one line when adding the rest def
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethLavrsen committed Aug 11, 2015
1 parent 4bdfd3e commit a153e11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Foswiki/Plugins/JHotDrawPlugin.pm
Expand Up @@ -48,7 +48,8 @@ sub initPlugin {
Foswiki::Func::registerRESTHandler(
'upload',
\&_restUpload,
validate => 1, # Set to 0 to disable StrikeOne CSRF protection
authenticate => 1, # Set to 0 if handler should be useable by WikiGuest
validate => 1, # Set to 0 to disable StrikeOne CSRF protection
http_allow => 'POST', # Set to 'GET,POST' to allow use HTTP GET and POST
description => 'Upload handler for JHotDrawPlugin'
);
Expand Down
Binary file modified lib/Foswiki/Plugins/JHotDrawPlugin/source.zip
Binary file not shown.
Binary file modified pub/System/JHotDrawPlugin/jhotdraw.jar
Binary file not shown.

0 comments on commit a153e11

Please sign in to comment.