[Seaside-dev] Issue 187 in seaside: default WAFileHandler not registered

codesite-noreply at google.com codesite-noreply at google.com
Sat Sep 27 22:51:06 UTC 2008


Issue 187: default WAFileHandler not registered
http://code.google.com/p/seaside/issues/detail?id=187

New issue report by philippe.marschall:
WADispatcherTest >> #setUp
	"The statement below makes sure that the 'files' entry is registered
	into the default dispatcher before starting this test.
	This may be needed after loading Seaside in a stock VW image
	depending on the order the unit tests are executed.
	Without it, the WADispatcher tests that need the 'files' entry may fail in  
VW
	namely #testAlternateFiles and #testDefaultFiles "
	WAFileHandler default.

however

WAFileHandler >> #default
	^ default

and

WAAdmin >> #registerDefaultRequestHandlers
	WADispatcher resetDefault.
	WADispatcher default register: (WAFileHandler named: 'files').


Issue attributes:
	Status: Accepted
	Owner: ----
	Labels: Type-Defect Priority-Critical Milestone-2.9alpha Version-Seaside2.9

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