Fixed issue where the exec action may not be able to execute shell scripts. See #475.

This commit is contained in:
brectanus
2008-04-11 20:05:44 +00:00
parent c50e5b0b38
commit 563a8e0f0c
2 changed files with 7 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
02 Apr 2008 - trunk
11 Apr 2008 - trunk
-------------------
* Allow HTTP_* targets as an alias for REQUEST_HEADERS:*.
* Make sure temporary filehandles are closed after a transaction.
* Fixed issue where the exec action may not be able to execute shell scripts.
14 Mar 2008 - 2.5.1
-------------------