Actualización de las páginas securizadas en el filtro.

This commit is contained in:
Marcos Garcia Nuñez
2019-12-26 22:39:03 +01:00
parent c27a28f3a5
commit a851f139f7

View File

@@ -135,7 +135,7 @@ public class AuthorizationFilter implements Filter {
case FAMILY_DOCTOR: case FAMILY_DOCTOR:
if (reqURI.indexOf("/visit/VisitView") > 0) if (reqURI.indexOf("/visit/VisitView") > 0)
authorized = true; authorized = true;
if (reqURI.indexOf("/visit/VisitAddResult") > 0) if (reqURI.indexOf("/visit/UpdateVisit") > 0)
authorized = true; authorized = true;
if (reqURI.indexOf("/visit/VisitList") > 0) if (reqURI.indexOf("/visit/VisitList") > 0)
authorized = true; authorized = true;