You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have an external HTTP Basic-Authorization for your xquery-Application, eXist will send another HTTP-Basic Authorization to the user. The XQueryURLRewrite Servlet uses the BasicAuthenticator to check the "external HTTP Basic-Authorization" and will fail, because the external user is not known within eXist.
My wishes
A servlet parameter that makes the hard coded true within the XQueryURLRewrite Servlet would be fine.