Actualización de las páginas securizadas en el filtro.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user