Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore match should avoid checking absolute paths for filenames #1538

Merged
merged 4 commits into from Apr 21, 2017

Conversation

vladak
Copy link
Member

@vladak vladak commented Apr 19, 2017

fixes #1533

}
}

return false;
}

public boolean match(File file) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a javadoc would be nice

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -102,47 +102,58 @@ public void clear() {
/**
Copy link
Contributor

@tulinkry tulinkry Apr 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File workspace/OpenGrok/src/org/opensolaris/opengrok/index/Filter.java has been changed but contains an old copyright. (expected:<2017> but was:<2016>)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@vladak vladak merged commit 7177974 into oracle:master Apr 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter used by webapp happens to be filtering on Tomcat path
2 participants