https://issues.apache.org/bugzilla/show_bug.cgi?id=50606

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-01-18 
04:52:18 EST ---
You have
        <init-param>
          <param-name>executable</param-name>
          <param-value></param-value>
        </init-param>        

i.e. you are setting executable="". The logs say that the attempt to execute ""
failed.

The change between 6.0.29 and 6.0.30 in CGIServlet is 
http://svn.apache.org/viewvc?view=revision&revision=1004424

In 6.0.29 the command to be executed was built as a single string,
concatenating the components. In 6.0.30 all the components are passes in as an
array.

Are you sure that the empty string is a valid value for the "executable"? I do
not think that that is a valid value. Thus I am closing this issue as INVALID.


If you need further assistance, please ask on the users@ list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to