You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/09/05 08:01:57 UTC

[Bug 61189] CGIServlet should be able to set specific environment variables

https://bz.apache.org/bugzilla/show_bug.cgi?id=61189

--- Comment #2 from jm009 <ja...@yahoo.com> ---
Created attachment 35291
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35291&action=edit
Allow to configure CGI specific environment variables.

This patch makes configuration of additional environment variables similar to
the configuration of executable-arg-1, executable-arg-2, and so on

   <init-param>
      <param-name>environment-variable-1</param-name>
      <param-value>SQWEBMAIL_MAXARGSIZE=20000000</param-value>
   </init-param>
   <init-param>
      <param-name>nvironment-variable-2</param-name>
      <param-value>SQWEBMAIL_MAXATTSIZE=20000000</param-value>
   </init-param>
   <init-param>
      <param-name>nvironment-variable-3</param-name>
      <param-value>SQWEBMAIL_MAXMSGSIZE=20000000</param-value>
   </init-param>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org