[Seaside-dev] Issue 94 in seaside: adding WAAuthConfiguration results in application/octet-stream

codesite-noreply at google.com codesite-noreply at google.com
Wed Jul 16 07:41:26 UTC 2008


Issue 94: adding WAAuthConfiguration results in application/octet-stream
http://code.google.com/p/seaside/issues/detail?id=94

Comment #3 by jfitzell:
The theoretical underlying bug is obviously there on all platforms and 
versions. It
just only happens to be triggered by the addition of a #mimeType 
preference and Kom's
Object>>mimeType extension.

It does seem like using method look up for this has potential for 
problems. We could
have a a #values method that returns a dictionary. Even that has 
potential lookup
problems but only if you have sub-sub-classes of WASystemConfiguration.

Any suggestions for (read-only) per-singleton-class data that is easily 
modified by
the developer (nothing to run each time you change it) and gets stored 
in source
control??



-- 
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