|
@@ -147,7 +147,6 @@ public class JFinalFilter implements Filter {
|
|
|
if ( (end > 0) && ((c = t.charAt(end)) == 'j' || c == 'J') ) {
|
|
if ( (end > 0) && ((c = t.charAt(end)) == 'j' || c == 'J') ) {
|
|
|
end--;
|
|
end--;
|
|
|
if ( (end > -1) && ((c = t.charAt(end)) == '.') ) {
|
|
if ( (end > -1) && ((c = t.charAt(end)) == '.') ) {
|
|
|
- System.out.println("找到 jsp 文件 : " + t);
|
|
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|