Structural Search question Permanently deleted user 创建于 2005年09月27日 00:47 I want search my all jsps and list them out who ever not using this text "<c:if test="${!userBean.authenticated}">". Any ideas ...-Rambabu
Rambabu Talasila wrote:
That sounds more like a text search than a structural one.
However, I have an idea:
Don't do it.
Authentication shouldn't be in the JSPs, it should be in a filter so that you don't have to
repeat the check over and over again in every jsp.