Hi, Does URL encoding supported in Embedded Jetty version 7.3.1 ?
I need to make the rest call with the following URL. *GET:* *http://ip:port/prod/schema/instance/1 * this URL gives me correct output but if I replace the "/" with %2F I'm getting "404" NOT FOUND error. *GET* *http://ip:port/prod/schema/instance%2F1* Any Idea how to enable the Jetty server to accept this request and locate the proper resource. Thanks In Advance, Arun
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
