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

RESTXQ: NullPointerException #2398

Closed
ChristianGruen opened this issue Mar 12, 2025 · 0 comments
Closed

RESTXQ: NullPointerException #2398

ChristianGruen opened this issue Mar 12, 2025 · 0 comments
Labels

Comments

@ChristianGruen
Copy link
Member

ChristianGruen commented Mar 12, 2025

Test cases RestXqPathTest.pathVar, RestXqParamTest.queryParamsErrors:

java.lang.NullPointerException
	at org.basex.core.locks.Locking.release(Locking.java:146)
	at org.basex.core.jobs.Job.unregister(Job.java:61)
	at org.basex.http.restxq.RestXqResponse.finish(RestXqResponse.java:152)
	at org.basex.http.web.WebResponse.create(WebResponse.java:63)
	at org.basex.http.restxq.RestXqServlet.run(RestXqServlet.java:72)

Possibly caused by 69d51e5.

…and a possible reason why rest:forward does not work as expected anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant