[ 
https://issues.apache.org/jira/browse/TAPESTRY-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501717
 ] 

Andreas Andreou commented on TAPESTRY-1533:
-------------------------------------------

so, what you're saying is that PageServiceEncoder works with a *.someextension 
mapping
but fails with the /somefolder/* mapping, right?

> servlet path is ignored when using friendly URLs
> ------------------------------------------------
>
>                 Key: TAPESTRY-1533
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1533
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>         Environment: 4.1.2-SNAPSHOT
>            Reporter: Norbert Sándor
>
> Servlet path is ignored in case of friendly URLs, ugly URLs seems to work OK 
> if "org.apache.tapestry.servlet-path" is specified explicitly.
> I think that for example in PageServiceEncoder.encode()
>         encoding.setServletPath(buffer.toString());
> should be
>        encoding.setServletPath(encoding.getServletPath() + buffer.toString());
> What do you think?
> Regards:
> Norbi

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to