Camel-Restlet is responding with valid response to any junk (text) appended
to the actual URL.

*Actual URL:http://localhost:8090/cts-rest/cts/users*


If I add something to the Actual URL like
*http://localhost:8090/cts-rest/cts/users+junk(*/*)*, I see a valid response
that is only supposed to be returned for the Actual URL 

since the  option *restletUriPatterns * is defaulted to None,  I believe  it
should  in this case respond with a 404. 

==========Camel Route===============
from("restlet:http://localhost:8090/cts-rest/cts/users?restletMethods=get,head";)
.process( new CamelRestletResponseProcessor())



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Restlet-2-13-1-working-for-invalid-URL-valid-URL-some-junk-tp5754607.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to