Hi Willem,

just wanted to verify your changes to camel-gae through the following
revision:

http://svn.apache.org/viewvc?view=revision&revision=1165152

and realized that you've overriden the isLenientProperties() method like the
following:

    @Override
    public boolean isLenientProperties() {
        // GHttpEndpoint knows about all it's options on the passed URI
        return true;
    }

I would say either the comment or the return value is wrong, as returnung
true means that the endpoint allows additional unknown options to be passed
to it, or am I wrong?

Regards, Babak

 



--
View this message in context: 
http://camel.465427.n5.nabble.com/backslashes-on-Endpoint-URI-by-JConsole-tp4757427p4770859.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to