Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support recaching in restful filters and handlers #785

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments
Closed

Better support recaching in restful filters and handlers #785

GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link


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 philippe...@gmail.com on 7 Apr 2014 at 11:12

@GoogleCodeExporter
Copy link
Author

Original comment by philippe...@gmail.com on 21 Apr 2014 at 9:35

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Name: Seaside-REST-Core-pmm.54
Author: pmm
Time: 21 April 2014, 11:40:06 am
UUID: c12d529e-b7a8-40ef-b989-6c30de3d7bd9
Ancestors: Seaside-REST-Core-JohanBrichau.53

Issue 785:  Better support recaching in restful filters and handlers

Original comment by philippe...@gmail.com on 21 Apr 2014 at 9:40

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant