Skip to content
jpitts edited this page Aug 21, 2014 · 3 revisions

Known Issues

User Interface

Ajax

  • Browser duplicates form submission.
    • Possibly due to HTTP 1.1 specification
    • The browser does not get the response when it wants it and sends data again.
    • The application does a nonce check when the request is 'xhr' type.
      • This mitigates any unwanted submissions and reports error back to gui.

Clone this wiki locally