Hi,

there is an error in the Tutorial (http://tapestryjava.blogspot.co.uk/search/label/security), which is the wrong name of the constructor of the RequiresLoginFilter class. It musst be

public *RequiresLoginFilter*(PageRenderLinkSource renderLinkSource,
            ComponentSource componentSource, Response response,
            AuthenticatorInterface authService) {

        this.renderLinkSource = renderLinkSource;
        this.componentSource = componentSource;
        this.response = response;
        this.authService = authService;

    }


and NOT

public *PageAccessFilter*(PageRenderLinkSource renderLinkSource,
                                         ComponentSource componentSource,
                                        Response response,
AuthenticationService authService) {
        this.renderLinkSource = renderLinkSource;
        this.componentSource = componentSource;
        this.response = response;
        this.authService = authService;
}

Many tanks to D.R.

Will

Am 08.08.2013 09:59, schrieb D.R.:
Hi Willy,

are you french or german?
Teamviewer is fine, but i have to work until 6pm CET
After 6pm we can make a session.

Kind regards
David

Am 08.08.2013 09:56, schrieb Willy N.:
Hi David,

thanks for the proposition. It will be great If we could do that. I will
be working on it in 3 hours. I will contact you then. we could use
teamviewer.
Regards

Will
Am 07.08.2013 18:40, schrieb D.R.:
Will,

seems that there are so many things not working in your env. that it is
too much for the mailinglist.

If you want, contact me and share your screen so i can have a look on it.


Kind regards
David




Reply via email to