Thiago H. de Paula Figueiredo wrote: >> We are using form based login from the application server (tomcat). >> So we are unable to modify the login logic. :-/ > Use a RequestFilter for setting the locale.
Thanks, that looks like the correct place to put this code. But I am unsure about how to implement this. Is there any documentation of AppModule besides the JavaDoc or are there any examples for implemented RequestFilters besides the simple TimingFilter? Additionally I have to figure out if the user is logged in because otherwise the database will return an error when I receive the saved locale. The Request class does not have getRemoteUser(). And is it possible to use Beans in the RequestFilter which I would Inject on normal pages? Regards Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
