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
It appears that 'resid' is a symbol and gets converted to uppercase before it is used in the method ie. case, from the url submission, is not preserved.
If case preservation of resource name (resid in this case) was important, eg when posting/putting (http POST/PUT) a resource, what is the correct approach in snooze to do this ?
Thank you, regards
The text was updated successfully, but these errors were encountered:
ah ! thank you ... yes I had been reading that (comments, readme, tutorial) and due to my own ignorance , I was struggling to understand ... I will have another do at it and experiment. I prefer when things just work ... it is called laziness ;-)
Hello snoozers
Taking this example purpose only code extract:
(defroute myresource (:get :text/* resid) ...)
It appears that 'resid' is a symbol and gets converted to uppercase before it is used in the method ie. case, from the url submission, is not preserved.
eg. 'http://someerver/myresource/SomeDoc0001' would present SOMEDOC0001 as 'resid'
If case preservation of resource name (resid in this case) was important, eg when posting/putting (http POST/PUT) a resource, what is the correct approach in snooze to do this ?
Thank you, regards
The text was updated successfully, but these errors were encountered: