Changeset 2903 for branches/0.11/samples/app/config/routing.xml
- Timestamp:
- 09/19/08 16:55:22 (4 months ago)
- Files:
-
- 1 modified
-
branches/0.11/samples/app/config/routing.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/samples/app/config/routing.xml
r2629 r2903 28 28 <route name="search_engine_spam" pattern="^/products(/buy-cheap-{name:[\S\s]+}-at-agavi-dot-org)?/(id:\d+)" module="Default" action="SearchEngineSpam"> 29 29 <defaults> 30 <default for="name">/buy-cheap-{ chainsaws}-at-agavi-dot-org</default>30 <default for="name">/buy-cheap-{}-at-agavi-dot-org</default> 31 31 </defaults> 32 32 </route> … … 44 44 <route pattern="^getItemPrice$" module="Default" action="SearchEngineSpam" method="read"> 45 45 <wsdl:input> 46 <wsdl:part name=" name" type="xsd:string" />46 <wsdl:part name="id" type="xsd:int" /> 47 47 </wsdl:input> 48 48 <wsdl:output>

