Joe Wicentowski
Joe Wicentowski
I can confirm this issue is still present on 4.4.0 (4.x.x develop). The following expressions raise the error: ```xquery collection('/db')[/] collection('/db')[./root()] ``` The following expressions do not: ```xquery collection('/db')[.] collection('/db')[root()]...
@wshager Interesting! Can you develop this into a reproducible example? Then you'll be ready to fill in [the template](https://github.com/eXist-db/exist/blob/develop/.github/ISSUE_TEMPLATE.md).
I'd be happy to submit a PR adding `field/@binary` to https://github.com/eXist-db/exist/blob/develop/schema/collection.xconf.xsd#L179-L186. I just need to know the allowed values. The example code on the Lucene documentation page shows `binary="yes"`, but...
@dizzzz Thanks!
SonarCloud's failure: > Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.20.0:site (default-site) on project exist: Failed to render site: Error generating maven-surefire-report-plugin:3.5.0:report report: Cannot invoke "Object.toString()" because "value" is null -> [Help 1]...
@duncdrum Thanks, yes! @dizzzz The `windows-latest` checks finished... after 40 minutes - wow!
Thanks, all. I've removed `true` & `false` from the schema-allowed options and updated my PR branch. In [the issue](https://github.com/eXist-db/exist/issues/5432#issuecomment-2317738084) I linked to the implementation and its tests, which still respectively...
@Madunguin Great! You are welcome to submit a PR - or post the content into this issue as your next reply, for discussion about the best destination for the content.
I'm able to reproduce this result with 4.3.1 with curl - ruling out eXide as the source of the behavior, presumably, since eXide also simply submits an HTTP PUT request...
Upon further study, I don't believe any additional escaping should be needed when submitting CDATA blocks inside HTTP PUT requests. Thus, I think we have two problems here: 1. When...