-
Notifications
You must be signed in to change notification settings - Fork 165
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
Document known JAXP entity expansion limit and workaround #81
Labels
📶 enhancement
issue is a new feature or improvement
M1
Fixed in milestone 1
website / documentation
Website update / Documentation issue
Milestone
Comments
barthanssens
added
the
website / documentation
Website update / Documentation issue
label
Oct 9, 2018
This was referenced Nov 18, 2018
I've added a note to the javadoc and to the programming guide (at the end of Chapter 4 - Rio) |
Merged
abrokenjester
pushed a commit
that referenced
this issue
Aug 22, 2019
Changed try-finally to try-with-resources
abrokenjester
added a commit
that referenced
this issue
Aug 22, 2019
Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
abrokenjester
pushed a commit
that referenced
this issue
Aug 22, 2019
Fix GH-81 set project-wide version of commons-math3 to 3.5
abrokenjester
added a commit
that referenced
this issue
Aug 22, 2019
…optional/runtime Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
abrokenjester
pushed a commit
that referenced
this issue
Jul 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📶 enhancement
issue is a new feature or improvement
M1
Fixed in milestone 1
website / documentation
Website update / Documentation issue
(Migrated from https://openrdf.atlassian.net/browse/SES-2266 )
Loading large RDF/XML data files can run up against the default Java API for XML Processing (JAXP) entity expansion limit. See conversation at https://groups.google.com/d/msg/sesame-users/_6oTv3FsFmY/iHlPPwNCb5AJ. This issue and workarounds should be documented in the javadoc and system manual, possibly both.
The text was updated successfully, but these errors were encountered: