On Fri, Oct 16, 2009 at 6:32 AM, Barry Kaplan <grou...@memelet.com> wrote:
>
> Is there any way to use a partial uri with camel-jetty? eg,
> from("jetty:http://host/";) where "http://host/foobar"; would be handled (and
> the processor would decide what to do given the full uri)?
>

I think its the option matchOnUriPrefix you can set to true.

I do think its a bit misleading the option name?
Maybe if it was named:

- exactMatch=true|false

Or having an enum
- uriMatching=Exact | StartingWith | RegEx etc.

And if you could use reg exs to define patterns.

But anyway try it out. Its requires Camel 2.0.
http://camel.apache.org/jetty.html

> -barry
> --
> View this message in context: 
> http://www.nabble.com/camel-jetty-to-handle-%22prefix%22-uri--tp25919650p25919650.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to