You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "hv @ Fashion Content" <in...@fashioncontent.com> on 2005/11/23 01:29:03 UTC

T4 problem with ServiceEncoder URI's

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: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: T4 problem with ServiceEncoder URI's

Posted by "hv @ Fashion Content" <in...@fashioncontent.com>.
Hmm, pls disregard, I have some pattern matching in Apache httpd in front of 
Tomcat that is messing things up

"hv @ Fashion Content" <in...@fashioncontent.com> skrev i en meddelelse 
news:dm0d49$19n$1@sea.gmane.org...
> 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: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org