Antonio Fiol Bonnín schrieb: Hello,
> Does anyone see why this tells me that: > > org.apache.excalibur.source.SourceException: The attribute: > authentication/authentication/data is empty > > > <map:act type="auth-protect"> > <map:parameter name="handler" value="auth-handler"/> > <map:generate > src="module:session-context:authentication/authentication/data" /> > <map:serialize /> > </map:act> If the element "data" is empty it cannot be used as generator input. Either use src="module:session-context:authentication/authentication" /> and make sure this is always containing sth or try if you can circumvent this with <map:select type="resource-exists"> HTH Christoph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
