Ticket #1617 (closed defect: worksforme)

Opened 5 months ago

Last modified 12 days ago

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

Changed 4 weeks ago by stbuehler

  • pending set

Works for me - so can you please give more details:

  • config
  • how did you test? curl? what urls?
  • does every request fail?

Changed 12 days ago by stbuehler

  • status changed from new to closed
  • resolution set to worksforme

missing feedback

Add/Change #1617 (SSI BUG?)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.