Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003534 [Resin] major always 05-26-09 11:30 09-11-09 16:34
Reporter fly-away View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.2 Product Version 4.0.1
  Product Build
Summary 0003534: SSI support is very poor
Description Can't get working 'if' and 'printenv' operators.
I see in browser ['if' is an unknown command.] text.
Has trying resin 3.2.1 and 4.0.0.
Steps To Reproduce
Additional Information $ cat ssi/test.shtml:
<!--#set var='feed' value='SUN' -->
<!--#if expr="$feed" -->
feed: <!--#echo var="feed"-->
<!--#else -->
feed is empty
<!--#endif -->

$ curl http://localhost:8080/ssi/test.shtml [^]
['if' is an unknown command.]
feed: SUN
['else' is an unknown command.]
feed is empty
['endif' is an unknown command.]

resin.xml contains this ssi-featured lines:

<web-app id="/" >
 <servlet-mapping url-pattern="*.shtml" servlet-class="com.caucho.servlets.ssi.SSIServlet"/>
</web-app>
Attached Files

- Relationships

- Notes
(0004243)
ferg
09-11-09 16:34

server/198i
 

- Issue History
Date Modified Username Field Change
05-26-09 11:30 fly-away New Issue
09-11-09 16:34 ferg Note Added: 0004243
09-11-09 16:34 ferg Assigned To  => ferg
09-11-09 16:34 ferg Status new => closed
09-11-09 16:34 ferg Resolution open => fixed
09-11-09 16:34 ferg Fixed in Version  => 4.0.2


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker