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

GetAllPVs URL does not support case insensitive #163

Open
lvhuihui1988 opened this issue Apr 2, 2023 · 0 comments
Open

GetAllPVs URL does not support case insensitive #163

lvhuihui1988 opened this issue Apr 2, 2023 · 0 comments

Comments

@lvhuihui1988
Copy link

I use the request of ip/mgmt/bpl/getAllPVs to search all the pv names containing the given character. But results returned could only be case sensitive. It does not support case insensitive. I searched the source code of eipcsarchiverap, and found that in org.epics.archiverappliance.mgmt.bpl.PVsMatchingParameter.java, it uses WildcardFileFilter(List) to get all PVs. If it could use WildcardFileFilter(List, IOCase caseSensitivity) which has two parameters, this method could support case insensitive. If there is any other method to support case insensitive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants