Skip to content

Instantly share code, notes, and snippets.

@sharoonthomas
Created January 21, 2013 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharoonthomas/4587773 to your computer and use it in GitHub Desktop.
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
<record>
<field name="rule">/&lt;language&gt;/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