mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-22 21:55:54 +00:00
fix FormLoginProcessor checkpointing
This commit is contained in:
@@ -294,8 +294,8 @@ public class FormLoginProcessor extends Processor implements Checkpointable {
|
||||
@Override
|
||||
protected JSONObject toCheckpointJson() throws JSONException {
|
||||
JSONObject json = super.toCheckpointJson();
|
||||
json.put("eligibleFormsAttemptsCount", eligibleFormsAttemptsCount);
|
||||
json.put("eligibleFormsSeenCount", eligibleFormsSeenCount);
|
||||
json.put("eligibleFormsAttemptsCount", eligibleFormsAttemptsCount.asMap());
|
||||
json.put("eligibleFormsSeenCount", eligibleFormsSeenCount.asMap());
|
||||
return json;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user