successfully tested POST

This commit is contained in:
2015-03-30 09:14:51 +02:00
parent 4a9a01068f
commit a327f89e86
2 changed files with 44 additions and 6 deletions

View File

@@ -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();