Skip to content

Instantly share code, notes, and snippets.

@sharoonthomas
Created January 21, 2013 18:00
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/4587930 to your computer and use it in GitHub Desktop.
Save sharoonthomas/4587930 to your computer and use it in GitHub Desktop.
Nereid 2.6: Explicitly enable HTTP GET method.
<record>
<field name="rule">/&lt;language&gt;/logout</field>
<field name="endpoint">nereid.website.logout</field>
<field name="sequence" eval="30" />
+ <field name="http_method_get" 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