Skip to content
Snippets Groups Projects
  1. Sep 05, 2013
    • Henrique Rodrigues's avatar
      Makes Floodlight's Static Flow Pusher compliant with RFC 2616 · 81d5a556
      Henrique Rodrigues authored
      Floodlight's Static Flow Pusher REST interface expects "posted data"
      for DELETE requests. It uses this posted data to identify which entry
      should be deleted. However, the RFC 2616 states that resources
      to be deleted using the DELETE method should be identified by a
      URI (not by posted data):
      http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.7
      
      This is a problem when you try to use a spec-compliant framework to
      communicate with the REST interface provided by StaticFlowEntryPusher
      module. The Restlet framework, that is being used in the implementation
      of the module itself, is an example. It prevents you from posting data with
      a DELETE method, according to what is specified in the HTTP1.1 RFC.
      81d5a556
  2. Jul 22, 2013
  3. Jul 17, 2013
  4. Jun 28, 2013
  5. Jun 26, 2013
  6. Jun 25, 2013
  7. Jun 24, 2013
  8. Jun 23, 2013
  9. Jun 22, 2013
  10. Jun 21, 2013
  11. Jun 20, 2013
Loading