Hi Alex,
ESI seems to be very buggy which comes by default with squid for
example see my following post which I had sent over a month ago to
which nobody responded.
-------------------------
Hi,
I have an html page with following ESI code
<esi:assign name="number" value="100"/>
<esi:vars>
This is $(number) On $(HTTP_HOST)
<esi:choose>
<esi:when test="$(number)==100">
And I am in "when"
</esi:when>
<esi:otherwise>
I am in "Otherwise"
</esi:otherwise>
</esi:choose>
</esi:vars>
The problem that I encounter is that it does'nt seem to execute
<esi:when test="$(number)==100"> statement correctly since it
evaluates $(number) as a variable whose value is unknown as a result
of which the othewise tag is executed. But strangely it does print
the value of "number" variable in the statement "This is $(number) On
$(HTTP_HOST)" correctly . What could be wrong ?
Please help and thanks in advance.
-plf
-----------------------------------
-Paras
On Thu, Apr 17, 2008 at 10:02 AM, Alex Rousskov
<rousskov@measurement-factory.com> wrote:
>
> On Thu, 2008-04-17 at 09:38 +0530, Paras Fadte wrote:
>
> > Also can I get any help regarding development of ESI in squid?
>
> I have not seen much ESI activity for a long while so I would not expect
> much help. What exactly are you interested in when it comes to ESI
> development?
>
> Thanks,
>
> Alex.
>
>
>
Received on Tue Apr 22 2008 - 13:57:33 MDT
This archive was generated by hypermail 2.2.0 : Wed Apr 30 2008 - 12:00:07 MDT