exist icon indicating copy to clipboard operation
exist copied to clipboard

eXist Native XML Database and Application Platform

Results 362 exist issues
Sort by recently updated
recently updated
newest added

**Describe the bug** JSON output of an XML document stored in the database from a RESTXQ application contains #text keys containing whitespace values. This occurs even when ``` declare option...

triage
restXQ

**Describe the bug** When a user is created with a new group, the restore does not restore the group to the user. **Expected behavior** I expect that in a restore...

**Describe the bug** In eXist develop HEAD (5.3.0-SNAPSHOT), a new NPE is raised when running a query. The same query did not raise an NPE in the current stable release,...

bug

**Is your feature request related to a problem? Please describe.** expath package authors might wish to modify what happens during installation based on the settings of an instances `conf.xml`. Memory,...

enhancement

**Describe the issue** A test like the one below _must_ fail as the returned type does not match the type of the literal in the assertion annotation. ```xquery declare namespace...

### Description: These private properties of RangeIndexAttributeCondition - String value - boolean caseSensitive - boolean numericComparison - Double numericValue - String lowercaseValue - Pattern pattern were replaced by - boolean...

Try to reduce complexity and sonar warnings

**Describe the bug** When importing a XML resource with named entities and a DTD declaration those named entities are __removed__ entirely from the document. No errors are raised. ```xml ö...

investigate

### Description: Frequent updates on any XML resource stored in the database will cause a NullPointerException when it hits the fragmentation limit. ```xquery update replace $stored-node with $new-node ``` This...

bug
regression
high prio

**Describe the bug** Whilst starting eXist v6.2 (from zip file, github) the app server does not correctly initialize, eg the dashboard is not present (redirect to 404.html) **Expected behavior** After...

triage
windows