Created
January 21, 2013 17:43
-
-
Save sharoonthomas/4587773 to your computer and use it in GitHub Desktop.
Migrating to Nereid 2.6: Changing from methods selection to activating individual HTTP methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<record> | |
<field name="rule">/<language>/login</field> | |
<field name="endpoint">nereid.website.login</field> | |
<field name="sequence" eval="20" /> | |
- <field name="methods">("GET", "POST")</field> | |
+ <field name="http_method_get" eval="True"/> | |
+ <field name="http_method_post" eval="True"/> | |
<field name="url_map" ref="default_url_map" /> | |
</record> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment