Hi,

>
> I was working through the new Embperl Object tutorial for version 1.3.1.
> When I
> decided to enter the base object url.
>
> This cause the apache process to keep on growing.
>

Yes, this will cause an endless recursion...

> This behavior does not happen in embperl 1.3.0.  That just returns a
server
> error with the following line in the apache log:
>

Yes, but this wasn't intented. It was just a side effect and some changes in
the code, that now allows you to include files into the same namespace as
base.html, also removes this error message. I can add a special check to
avoid endless recursion in case you call base.htm directly.

> Should the base class be accessible from the browser?
>

It's not intended to be, but it could lead to denial of service attacks, so
I add a security check.

Gerald




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to