Has anyone had any trouble in a Tomcat & T4 environment actually getting decoding matching working for certain URI's
Given web.xml servlet-mapping: *.topic ServiceEncoders contribution <encoder id="topic" before="*" object="service:TopicServiceEncoder"/> I succesfully decode these http://www.domain.com/ZoA+xaeoHh6s,$EnterPromotionCode-$Form.topic http://www.domain.com/ZoA+xaeoHh6s*Extra.topic http://www.domain.com/ZoA+xaeoHh6s,$TopicPageLink_3.topic But fail to even get to the ServiceEncoder.decode funtion with these http://www.domain.com/ZoA+xaeoHh6s,$EnterPromotionCode.$Form.topic http://www.domain.com/ZoA+xaeoHh6s*Extra,$EnterPromotionCode.$Form.topic http://www.domain.com/ZoA+xaeoHh6s.Extra.topic On the last three I get a 404 an no logging output Cheers, Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
