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
getPathInfo is decoded according to the servlet specification, and it's this string that is ultimately compared to the expected URL.
I realise there would be information lost here, but if you really need this fixed then the best course of action may be for us to decode the :url value in rest-cljer before passing it to rest-driver.
So this fails:
but this passes:
Not invested anymore time into this yet, but my feeling is this is probably in the root java library rather than here.
The text was updated successfully, but these errors were encountered: