Are there some issue at inserting some check into template?

后端 未结 2 534
野的像风
野的像风 2020-12-11 21:43

Are there some issues if I insert some check into the template file? For example if I insert the user check into the template\'s xhtml file it could be some security issue i

2条回答
  •  既然无缘
    2020-12-11 22:24

    I doubt you will have issues with security but be sure you put the templates inside the WEB-INF folder so the templates dont have visibility form the outside. I also recommend to you to use Spring-Security.

提交回复
热议问题