Project

General

Profile

Actions

Bug #1617

closed

SSI BUG?

Added by Anonymous about 16 years ago. Updated 4 months ago.

Status:
Obsolete
Priority:
Normal
Category:
mod_ssi
Target version:
ASK QUESTIONS IN Forums:
No

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 over 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 over 15 years ago

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

missing feedback

Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions #4

Updated by gstrauss 4 months ago

  • Description updated (diff)
  • Status changed from Missing Feedback to Obsolete
  • ASK QUESTIONS IN Forums set to No

lighttpd 1.5.x branch has been abandoned.

lighttpd 1.4.x branch is now far more advanced and continues to be maintained.

Actions

Also available in: Atom