[Seaside-dev] Issue 188 in seaside: re-evaluate default file handler

codesite-noreply at google.com codesite-noreply at google.com
Sun Sep 28 14:48:32 UTC 2008


Issue 188: re-evaluate default file handler
http://code.google.com/p/seaside/issues/detail?id=188

New issue report by jfitzell:
I think the way the default file handler currently works, while convenient,
is a bit too "magical" at the moment. Because every file handler instance
displays every library in the system, you have no opportunity to set up
different handlers with different setting (security for example) in the
same image.

At very least, we should make the file handler a bit more generic and have
the Environment package set up a default that behaves like the current
system. WALibrary class>>urlOf:handler: could be implemented and then the
existing #urlOf: could be moved into the Environment package as a class
extension and it could get the default file handler as it currently does or
from the environment somewhere.

At least that way people would have the option, when not using our
environment, to build up their own file handlers with only specific
libraries in them.

Or maybe this should be changed even more to get rid of the concept of a
"default" entirely. Or maybe you should be able to configure a default file
handler for your application in its configuration.

I'm not sure... we should discuss.

(this came out of comments in Issue 187)


Issue attributes:
	Status: Accepted
	Owner: ----
	Labels: Type-CleanUp Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list