@ -25,7 +25,7 @@ public class ModuleAuthenInterceptor implements HandlerInterceptor {
int count = 0;
int index = -1;
while(count < 4) {
while(count < 5) {
index = str.indexOf(c, index + 1);
count++;
}