mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 00:41:52 +08:00
testing
This commit is contained in:
@@ -47,7 +47,7 @@ public class PayloadListener extends RunListener {
|
||||
|
||||
Status status = statuses.get(description);
|
||||
String payload = getPayload(description.getDisplayName());
|
||||
String out = outs.get(description).toString();
|
||||
String out = outs.get(description).toString().trim();
|
||||
|
||||
Map<String,String> props = new HashMap<String, String>();
|
||||
props.put("payload", payload);
|
||||
|
||||
Reference in New Issue
Block a user