yada

danielcompton 2017-10-22T04:59:12.000042Z

@nha open some issues for those things you've identified so they don't get missed, would be good to fix them up

danielcompton 2017-10-22T06:34:52.000046Z

Got a surprise 501 exception today because a crawler tried to use the PROPFIND method against my server

danielcompton 2017-10-22T06:34:59.000012Z

(yada/response-for (yada/resource {:id :test/propfind
                                   :methods {:get {:produces "text/plain"
                                                   :response (fn [ctx]
                                                               "OK")}}})
                   :propfind)

danielcompton 2017-10-22T06:35:57.000033Z

501 is the correct status code (I think?) but I wasn't filtering this out in my exception tracker

danielcompton 2017-10-22T06:36:09.000009Z

TIL

1
2017-10-22T21:36:51.000008Z

Thanks for sharing - never heard of PROFIND