Just return something from you activate, e.g:

Object onActivate()
{
    return new HttpError( 404, "Resource not found");
}


On Tue, Aug 30, 2016 at 1:25 AM, Juan M Garrido de Paz <
juanm.garrido....@gmail.com> wrote:

> Hello, I'm using Tapestry with Spring Boot and embedded tomcat (jar
> packaging).
>
> Is it posible to hide certain pages like for example errors 403, 404, 500;
> or the pages for propertyblocks... so that the user can't type their url
> and get them?
>
> Thank you.
>

Reply via email to