[ https://issues.apache.org/jira/browse/CAMEL-9935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen updated CAMEL-9935: ------------------------------- Fix Version/s: 2.20.0 > Rest DSL passes blank query parameters as null > ---------------------------------------------- > > Key: CAMEL-9935 > URL: https://issues.apache.org/jira/browse/CAMEL-9935 > Project: Camel > Issue Type: Bug > Components: rest > Affects Versions: 2.16.2, 2.17.0 > Environment: Java 1.8.0_66, Maven 3.3.3 (from Spring Boot maven > wrapper), Netty 4.x > Reporter: Matt Sicker > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.20.0 > > > First, [see my companion project|https://github.com/jvz/plus-in-query]. My > problem here is that if you send a query parameter without a value: > {code} > curl http://localhost:8080/piq/test?foo > {code} > or if you send just a single space: > {code} > curl http://localhost:8080/piq/test?foo=+ > {code} > you can see that the header is null. For context, this route sets the body to > {{true}} if the {{foo}} header is null, or {{false}} otherwise. -- This message was sent by Atlassian JIRA (v6.3.15#6346)