Re: ESI help

From: Paras Fadte <plfgoa@dont-contact.us>
Date: Thu, 17 Apr 2008 13:04:55 +0530

Hi Alex,

Not sure if anybody responded to that question . Yes, nobody
maintaining it is an issue for sure . I have been trying out my luck
to understand what could be wrong by looking at the source code;but
can understand very little of it. Probably for a seasoned C++
programmer it should be simple.

-Paras

On Thu, Apr 17, 2008 at 12:07 PM, Alex Rousskov
<rousskov@measurement-factory.com> wrote:
> On Thu, 2008-04-17 at 11:00 +0530, Paras Fadte wrote:
>
> > 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.
>
> Is there a bug report for that specific question? I recall seeing
> somebody (Henrik?) responding to it.
>
> Regardless of that specific question, I suspect there are indeed many
> bugs in ESI code because nobody is actively maintaining it.
>
> Alex.
>
>
>
> > -------------------------
> > 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 - 12:41:15 MDT

This archive was generated by hypermail 2.2.0 : Wed Apr 30 2008 - 12:00:07 MDT