mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 15:16:24 +00:00
* EngineResource.java
acceptRepresentation() - "I'm sure" parameter is now "im_sure"
This commit is contained in:
@@ -145,7 +145,7 @@ public class EngineResource extends BaseResource {
|
||||
}
|
||||
} else if ("Exit Java Process".equals(action)) {
|
||||
boolean cancel = false;
|
||||
if(!"on".equals(form.getFirstValue("I'm sure"))) {
|
||||
if(!"on".equals(form.getFirstValue("im_sure"))) {
|
||||
Flash.addFlash(
|
||||
getResponse(),
|
||||
"You must tick \"I'm sure\" to trigger exit",
|
||||
|
||||
Reference in New Issue
Block a user