Skip to content
Snippets Groups Projects

daf and HTTP fixes

Merged Petr Špaček requested to merge daf-and-http-fixes into master
All threads resolved!

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • > window.location === document.location
    true
    > window.location.constructor === document.location.constructor
    true

    They are the same thing in modern browsers…

    IIRC document.location was originally a read-only property in Gecko and IE, but that changed years ago.

  • Vladimír Čunát resolved all threads

    resolved all threads

  • Tomas Krizek added 25 commits

    added 25 commits

    • 5773eb62...6614d9ee - 6 commits from branch master
    • 3b725887 - daf: fix del method
    • 936a8f01 - daf: fix HTTP API endpoints to work with webmgmt interface
    • 1bcbe488 - http: log requests in verbose mode
    • d1ba9887 - daf: fix the rule builder form
    • 6091c024 - daf: fix consensus() function to correctly detect empty answers
    • 5d6ef1e4 - daf: fix the ajax error callback for rule control
    • dc682fd2 - http: also log results of HTTP requests
    • bf406a50 - daf: fix HTTP DELETE
    • 78ea39b2 - tests: avoid deprecated -f 1 in config tests, use -n
    • b081236c - daf: remove ordering requirement between http and daf modules
    • be07f937 - daf: config tests for HTTP API
    • 027b66fb - daf: fix add() handling of empty rule strings
    • 0170e582 - http: update favicon to match Resolver colors
    • f426ccce - daf/README: use proper syntax, not syntactic sugar
    • 7af49338 - modules/daf: fix pass, deny, drop and tc actions
    • 308826b0 - modules/daf: add some basic tests
    • 10ba2400 - modules/daf: add warning since examples can be misleading
    • a92b0adb - daf: fix example in documentation
    • 6217bee9 - daf: make protocol detection consistent with http module

    Compare with previous version

  • mentioned in commit a778bb67

  • Please register or sign in to reply
    Loading