Closed GoogleCodeExporter closed 8 years ago
MEDIUM? Dear god, I need to PUT.
Original comment by davec...@gmail.com
on 23 Jun 2008 at 9:42
I see exactly the same behaviour on windows. This makes the tool useless for me.
Especially since th previous version worked! You've obviously just tied the
wrong
action to the PUT in the drop-down.
I agree this should be higher priority than a medium.
Original comment by michael....@gmail.com
on 23 Jun 2008 at 10:29
Same thing here, PUT is POSTing for me
Original comment by wmreba...@gmail.com
on 23 Jun 2008 at 10:51
Index: poster/src/content/poster.js
===================================================================
--- poster/src/content/poster.js (revision 10)
+++ poster/src/content/poster.js (working copy)
@@ -132,7 +132,7 @@
} else if (method=="POST") {
this.postURL();
} else if (method=="PUT") {
- this.postURL();
+ this.putURL();
} else if (method=="DELETE") {
this.deleteURL();
} else if (method=="HEAD") {
Original comment by paulmcma...@gmail.com
on 24 Jun 2008 at 8:21
verified fix in 1.7.1, thanks
Original comment by paulmcma...@gmail.com
on 8 Jul 2008 at 2:20
Original comment by alexmilo...@gmail.com
on 3 Aug 2009 at 2:00
Original issue reported on code.google.com by
pickupje...@gmail.com
on 20 Jun 2008 at 6:24