Commit 97eae889 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Cleanup.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10872 b35dd754-fafc-0310-a699-88a17e54d16e
parent abf45db2
...@@ -63,9 +63,6 @@ public class AuthCheckFilter implements Filter { ...@@ -63,9 +63,6 @@ public class AuthCheckFilter implements Filter {
* @return true if the URL passes the exclude test. * @return true if the URL passes the exclude test.
*/ */
public static boolean testURLPassesExclude(String url, String exclude) { public static boolean testURLPassesExclude(String url, String exclude) {
// login.jsp,index.jsp?logout=true,setup/index.jsp,setup/setup-*,.gif,.png,error-serverdown.jsp,
// setup/clearspace-integration-prelogin.jsp
// If the exclude rule includes a "?" character, the url must exactly match the exclude rule. // If the exclude rule includes a "?" character, the url must exactly match the exclude rule.
// If the exclude rule does not contain the "?" character, we chop off everything starting at the first "?" // If the exclude rule does not contain the "?" character, we chop off everything starting at the first "?"
// in the URL and then the resulting url must exactly match the exclude rule. If the exclude ends with a "*" // in the URL and then the resulting url must exactly match the exclude rule. If the exclude ends with a "*"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment