Re: [Eis-devel] [Eis-commits] SF.net SVN: eis: [182] trunk/mod/eis_engine
Status: Pre-Alpha
Brought to you by:
baslijnse
|
From: Bas L. <ba...@ba...> - 2007-06-20 06:33:27
|
Hi Luuk and everybody else, I'm sending this reply to the list to prevent others from running into the same problem. The catchall tag is working just fine, but it appears that you have overlooked the error check in my DisplayWebService element while copying it to create a DisplayEnvironment element. There is a check that triggers a 404 error in the engine when a webservice is not found. The reason for this is to create consistent behaviour between dynamic and static pages. If a static page defined in the application xml the engine will output a 404 error, so dynamic pages should also generate a 404 when the object that the name of the dynamic page refers to is not found. Conceptually you could think of it as that there is a display page for each webservice or environment. If a non existing name is used in the url to reference such a display page, it should result in a page not found error. Hope this helps :) CYA Bas luu...@us... wrote: > Revision: 182 > http://eis.svn.sourceforge.net/eis/?rev=182&view=rev > Author: luukvandenbroek > Date: 2007-06-18 11:57:05 -0700 (Mon, 18 Jun 2007) > > Log Message: > ----------- > SelectEnvironment works except for the linking to the dynamic pages from the element some prob with the cathall tag in the servermanager.xml DisplayEnvironment is real element the rest are mock elements > |