top | item 9624064

(no title)

michaelx386 | 10 years ago

Can anyone explain the significance of the @@ characters in some of the urls here? I've not seen these in urls before and wonder if there's a specific reason why they're there.

Example: http://demo.monsti.net/@@login

discuss

order

ravishi|10 years ago

Not saying that is the case here, but Zope used to use @@ in the URLs for view lookup. Like in /folder/item/@@editWithFancyForms.

chrneumann|10 years ago

That's the case. Monsti is influenced by Kotti which is influenced by Plone which is based on Zope which uses @@ for "actions" (or whatever they call them). Monsti uses @@ to distinguish actions from regular URLs.