Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] URL Encoding in Embedded Jetty 7.3.1

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/

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  

Back to the top