Project

General

Profile

Actions

Bug #1617

closed

SSI BUG?

Added by Anonymous about 15 years ago. Updated over 14 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
mod_ssi
Target version:
ASK QUESTIONS IN Forums:

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
Actions #1

Updated by stbuehler almost 15 years ago

Works for me - so can you please give more details:
  • config
  • how did you test? curl? what urls?
  • does every request fail?
Actions #2

Updated by stbuehler almost 15 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme

missing feedback

Actions #3

Updated by stbuehler over 14 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom