-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix 3.1.0 upgrade problems, restore and enhance serialization prefs #335
Conversation
@wolfgangmm Thanks for your help on today's Community Call! I tried integrating your suggestions—in ced6868. But, as my comment in preferences.js line 40 states, the addition of
This is strange, because the same expression can be found elsewhere in preferences.js. Do you have any suggestions for dynamically registering the version? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my inline comment.
ced6868
to
5f4b11c
Compare
As suggested by Wolfgang in eXist-db#335 (review)
6a6a577
to
23db910
Compare
23db910
to
3214347
Compare
This endpoint is called in various scenarios, and they don't all involve downloading xars. When the ?info endpoint is called (e.g., deployment.xql?info=%2Fdb%2Fapps%2Fdoc), eXide 3.1.0 would raise a 400 error, because, since this request has nothing to do with serialization, indent and expand-xincludes parameters are not supplied. The values chosen for the defaults here - indent=no and expand-xincludes=no - simply match that of the pre-eXide 3.1.0 defaults.
17c9dfc
to
c2b207a
Compare
@wolfgangmm Many thanks! |
Fixes issues introduced in the eXide 3.1.0 release by #328.
Adds fine-grained serialization preferences:
Closes #333 and #334.