successfully tested POST
This commit is contained in:
@@ -120,7 +120,7 @@ public class PacmanWebService
|
||||
}
|
||||
else
|
||||
{
|
||||
File file = new File(ctx.getSystemProperties().getProperty("RepoFolder"), filename);
|
||||
File file = new File("/tmp/sdf"/*ctx.getSystemProperties().getProperty("RepoFolder")*/, filename);
|
||||
FileOutputStream fos = new FileOutputStream(file);
|
||||
fos.write(input);
|
||||
fos.close();
|
||||
|
Reference in New Issue
Block a user