Ticket #1617 (closed defect: worksforme)
SSI BUG?
| Reported by: | anonymous | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.0 |
| Component: | mod_ssi | Version: | 1.4.19 |
| Severity: | normal | Keywords: | SSI |
| Cc: | Blocked By: | ||
| Need User Feedback: | yes | Blocking: |
Description
test.shtml
<!--#if expr="$QUERY_STRING = ''" --> empty<br/> <!--#elif expr="$QUERY_STRING = 'Talk'" --> talkl<br/> <!--#elif expr="$QUERY_STRING = 'Talk2'" --> talk2<br/> <!--#else --> orther<br/> <!--#endif --> <br/> QUERY_STRING is: <!--#echo var="QUERY_STRING" --> <br/> SERVER_SOFTWARE is: <!--#echo var="SERVER_SOFTWARE" -->
output:
1
empty QUERY_STRING is: Talk2 SERVER_SOFTWARE is: lighttpd/1.4.19
2
empty QUERY_STRING is: SERVER_SOFTWARE is: lighttpd/1.4.19
3
empty QUERY_STRING is: bug=true SERVER_SOFTWARE is: lighttpd/1.4.19
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

