Skip to content
This repository was archived by the owner on Dec 23, 2020. It is now read-only.
This repository was archived by the owner on Dec 23, 2020. It is now read-only.

unescape function on changes data kills white spaces #3

Description

@ivdmeer

At file queue.php the function commit(id, method, change) does the following:
var params = unescape(change);

This works great for committing A records and Domains, but when I try to add a SOA record with white spaces e.g. 'ns1.example.om. postmaster.example.com. 2009080400 28800 7200 1814400 86400' it kills the white spaces in this string. I tried removing the unescape function, which works great for SOA records, but breaks adding A records :(

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions