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

SOLR-15590 - Context Listener to start CoreContainer #397

Closed
wants to merge 10 commits into from

Conversation

gus-asf
Copy link
Contributor

@gus-asf gus-asf commented Nov 7, 2021

#265 updated to latest main with refinements for second review

import java.util.ArrayList;
import java.util.regex.Pattern;

public interface PathExcluder {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we really need this? And I wonder if "excludePatterns" is a feature that like one person/company uses.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's a valid question, but probably deserves it's own issue/discussion.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did notice this: which seems to say that this is relied upon by the admin UI. https://issues.apache.org/jira/browse/SOLR-11228

solr/webapp/web/WEB-INF/web.xml Outdated Show resolved Hide resolved
@gus-asf
Copy link
Contributor Author

gus-asf commented Nov 15, 2021

meh did that wrong. easier just to remake this.

@gus-asf gus-asf closed this Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants