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
This function checks (not= 404 ...). For an example of why this is insufficient, authorization may fail (401), and thus this function will return true when in fact the specified index does not exist.
ductile/src/ductile/index.clj
Lines 45 to 56 in e93d9a1
This function checks
(not= 404 ...)
. For an example of why this is insufficient, authorization may fail (401
), and thus this function will return true when in fact the specified index does not exist.Steps to Reproduce
Affects version:
0.4.4
The text was updated successfully, but these errors were encountered: