Skip to content

Better support recaching in restful filters and handlers #785

@GoogleCodeExporter

Description

@GoogleCodeExporter

Ups, that wasn't my latest version.
I think its the easiest way to always set the instVar if caching is disabled.

routes
"Answer a collection of routes for the receiver."
^self shouldCacheRoutes
ifFalse: [ routes := self createRoutes ]
ifTrue: [  routes ifNil: [ routes := self createRoutes ] ]


http://lists.squeakfoundation.org/pipermail/seaside-dev/2014-April/005846.html

Make sure any patches are applied both to WARestfulHandler and WARestfulFilter

Original issue reported on code.google.com by [email protected] on 7 Apr 2014 at 11:12

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions