BTW Prabath, ideally we should be able to implement your use case using the
URL mapping "/library/books/*". This should accept all URLs (with all
combinations of query params) you're interested in. But this didn't work in
the first cut implementation I did. I myself came across this scenario
while working on samples so I've fixed it in Synapse trunk. So if you're
using the latest Synapse core source from the Apache trunk, above URL
mapping is all you want to make this scenario work. You can access query
params using the XPath "query.param.{paramName}"Thanks, Hiranya On Sun, Feb 26, 2012 at 11:22 AM, Prabath Siriwardena <[email protected]>wrote: > On Sun, Feb 26, 2012 at 11:08 AM, Udayanga Wickramasinghe > <[email protected]> wrote: > > > > > > On Sat, Feb 25, 2012 at 7:53 PM, Hiranya Jayathilaka <[email protected]> > > wrote: > >> > >> > >> > >> Sent from my iPhone > >> > >> On Feb 25, 2012, at 5:05 AM, Prabath Siriwardena <[email protected]> > wrote: > >> > >> Hi Hiranya, > >> > >> Thanks for the input.. > >> > >> BWT won't this create some limitations.. specially in the API Gateway... > >> > >> > >> It is a limitation. We should iteratively implement support for higher > >> level uri templates. > > > > +1 > > there are multiple level of constructs that is supported by uri > templates , > > which we will be able to support iteratively > > for example in this case following uri template can be used.. > > /library/book{?author,name} > > +1. As per Hiranya.. /library/book{?author,name}... this we don't > support yet.. I believe we can live without it for the API Gateway > first release.. > > BTW what is our plan for iterative improvements? > > Thanks & regards, > -Prabath > > > > > Regards, > > udayanga-- > > > > Udayanga Wickramasinghe > > Software Engineer; WSO2 Inc.; http://wso2.com, > > email: [email protected] cell: +94 (77) 983-4365 > > blog: http://udayangawiki.blogspot.com > > twitter: http://twitter.com/udayanga_wick > > > > > > -- > Thanks & Regards, > Prabath > > Mobile : +94 71 809 6732 > > http://blog.facilelogin.com > http://RampartFAQ.com > -- Hiranya Jayathilaka Associate Technical Lead; WSO2 Inc.; http://wso2.org E-mail: [email protected]; Mobile: +94 77 633 3491 Blog: http://techfeast-hiranya.blogspot.com
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
