Thiago H. de Paula Figueiredo wrote:
>
> Tapestry is a servlet filter, not a servlet, so it can be used with
> servlets without interfering with them.
>
ok, but it doesn't change the fact that if it is run not under host/... but
under host/myapp/... all urls are still translated to absolute and not to
relative ones? may be i've done something wrong in my embedded jetty
configuration :( (i don't use web.xml and create all servlets and mappings
in java code)
Thiago H. de Paula Figueiredo wrote:
>
> Add this to AppModule:
>
> public static void contributeIgnoredPathsFilter(Configuration<String>
> configuration) {
> configuration.add("/else/.*");
> }
> i know this trick, but i don't have a problem of servlet and tapestry
> interfering now. i have a problem of relative urls not being treated
> properly.
--
View this message in context:
http://old.nabble.com/T5%3A-Yet-another-relative-path-question-tp27100545p27102935.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]