Status: New
Owner: ----
Labels: Type-Defect Priority-Medium GLASS-Server Version-GLASS0.231
New issue 231 by
[hidden email]:
WABasicDevelopment>>#reapSeasideCache, assumes WADispatcher>>#default
returns a WADispatcher
http://code.google.com/p/glassdb/issues/detail?id=231WABasicDevelopment>>#reapSeasideCache, assumes WADispatcher>>#default
returns a WADispatcher
I've deployed a Seaside application and don't want any of the default
WADispatcher functionality. That is I only want to serve up my application
and I'm not interested in /config, /browse, /files
One way of achieving this is to use a WAApplication in place of
WADispatcher. However the maintenance Gem calls
WABasicDevelopment>>#reapSeasideCache which assumes WADispatcher>>#default
returns a WADispatcher when it calls #handlers which is implemented on
WADispatcher but not on WAApplication.