Hi all,
I'm running a JUnit test that POSTs a request against an Alfresco webscript deployed to Tomcat locally and am seeing an "alfresco.log" file appear at the classpath root from where I run the test. The file is zero bytes in size. I'm not seeing this when I perform a GET request, either, just the POST. I'm using some 3rd party libraries to perform the request (I've tested with rest-assured, restfuse, and rapa) and seems to happen with all of them. Could be due to one of the dependencies… Apache Components httpclient seems to be a common one.
Just curious if anyone else has seen this and knows why it might be happening.
Thanks!
Chris