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

Review use of Encoding fallback handling #1076

Open
1 task done
paulirwin opened this issue Dec 24, 2024 · 0 comments
Open
1 task done

Review use of Encoding fallback handling #1076

paulirwin opened this issue Dec 24, 2024 · 0 comments
Labels
is:task A chore to be done

Comments

@paulirwin
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Task description

There are several places where Lucene uses Java's CodingErrorAction.REPORT to throw an exception on failing to decode data. The default in .NET's Encoding class is to use replacements rather than throw exceptions. We should review these usages to determine if we should be using DecoderFallback.ExceptionFallback in these places.

@paulirwin paulirwin added the is:task A chore to be done label Dec 24, 2024
@paulirwin paulirwin added this to the 4.8.0-beta00018 milestone Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:task A chore to be done
Projects
None yet
Development

No branches or pull requests

1 participant