Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.6.0
-
None
-
None
Description
I'm calling a web service from multiple threads using the sample code provided (axis2_svc_client_send_receive). When the web service is invoked in parallel in multiple threads, the current working directory of the process changes. I was able to track this down and I think the problem is in function axutil_dir_handler_list_service_or_module_dirs() which performs getcwd and then changes directory to somewhere and back.