I just tagged Nexista 0.2.5 because I made a significant change to how sitemaps are processed (though the change does not break backwards compatibility).
Gates should now include an http method attribute, like this:
<map:gate name="x-hostgroup-delete" role="yodnsuser" http_method="post">
If they do not, they will default to get, and as I mentioned in the first paragraph, posts to gates that have defaulted to the get method will also be processed. However, if there is a post method gate, it will be processed instead.
This change was inspired by Sinatra, and it turns out to be a helpful change. Gates are now a lot simpler and concise, without urls getting too complex.
Recent Comments