-
Notifications
You must be signed in to change notification settings - Fork 100
Add --follow
support to DELETE
command
#10
Comments
…king for Location on all HTTP methods but the command itself was hard-coding the follow switch. Added an option to the `delete` and `put` commands to specify the follow switch.
Should be fixed in 3dedc31. Please try and let me know if it doesn't work as expected. |
Doesn't appear to compile at the moment as it's pointing to a snapshot of spring-shell that isn't available. |
The binaries use my forked version of spring-shell. If you install that to your local maven repo, it should compile then. |
I'll review that pull request and get it I to the snapshot build ASAP. Sent from my iPhone On Nov 6, 2012, at 11:52 AM, Jon Brisbin [email protected] wrote:
|
I haven't submitted a PR yet but I can. I upgraded SLF4J and Junit too but that stuff can be taken out and reverted to older versions. The important bits are the changes to use java config and smartlifecycle. Sent from my iPhone On Nov 6, 2012, at 11:09 AM, Mark Pollack [email protected] wrote:
|
DELETE
can return a202
with aLocation
header. The--follow
option should exist on theDELETE
command to handle this.The text was updated successfully, but these errors were encountered: