So I've been having this one intermittent issue with a tomcat app, where it will occasionally go crazy and spit out gigabytes of logs until the directory fills up. I spent some time tracing through and replaying all of the GET requests that were received around the time that it happened, and I've found that any GET request where the URI begins with a period will cause the issue.
Has anyone else experienced this? I'm running Apache Tomcat 7.0.62 with Java 1.8.0_60 on RedHat 6.7. -- Wyatt Zacharias