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

Exclude Extensions - Comparison to broad #55

Open
swelcker opened this issue Dec 1, 2021 · 2 comments
Open

Exclude Extensions - Comparison to broad #55

swelcker opened this issue Dec 1, 2021 · 2 comments

Comments

@swelcker
Copy link

swelcker commented Dec 1, 2021

api/Utils.java
Utils.canBeUploaded

            if (extensionsToFilter.contains(extension)) {
                return false;
            }

if you want exclude .json, it will exclude .js files too
It should split the extensionsToFilter String by ';' into an array and compare the single entry strings on lowercase

@fioan89
Copy link
Owner

fioan89 commented Dec 2, 2021

Indeed, I can reproduce the issue.

@swelcker
Copy link
Author

swelcker commented Dec 2, 2021

thx for confirming, saw to late that the package seems to have no active maintenance anymore

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

No branches or pull requests

2 participants