mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-25 00:11:52 +08:00
Merge pull request #55 from SkylarWatson/file_upload_test
Updated payload args in FileUploadTest to match what production code …
This commit is contained in:
@@ -65,7 +65,7 @@ public class FileUploadTest implements CustomTest {
|
||||
}
|
||||
|
||||
public String getPayloadArgs () {
|
||||
return "copyAndDelete:" + this.source.getAbsolutePath() + ":" + this.repo.getAbsolutePath();
|
||||
return "copyAndDelete;" + this.source.getAbsolutePath() + ";" + this.repo.getAbsolutePath();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user