Skip to content
Discussion options

You must be logged in to vote

listo encontré esta solucion:

before("/*", (request, response) -> {
		   
	if(!request.pathInfo().equals("/login"))
	LoginController.asegurarseUsuarioEstaLoggeado(request, response);
		
});

Gracias.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gastonprieto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #75 on April 10, 2021 00:00.