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 2001/10/18 21:48:25 UTC

DO NOT REPLY [Bug 4261] - Support for #set server side include directive, please

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4261>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4261

Support for #set server side include directive, please

bip@apache.org changed:

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



------- Additional Comments From bip@apache.org  2001-10-18 12:48 -------
Tomcat SSI only supports the basic NCSA set of directives. The #set
directive is Apache specific, it's on my list of things to add.

How are you using the #set directive? Are you setting variables that
you later on are echoing? or are you using it in if/elif/endif statemens?
'cause the if/elif/endif statements aren't included in Tomcat's SSI package
as of now.

Here's a howto explaining Apache's more advanced SSI directives.

      Bip Thelin