playframework - Support for HTTP "MERGE" verb in Play! Framework 2.1? -


i'm attempting implement odata service on play! framework.

when updating records, odata client "jaydata" uses 'merge' http verb/method submit changes, doesn't appear supported @ play framework.

is there anyway add support this?

merge won't supported because not valid http method.

in order use arbitrary http method in request, use execute method wsrequestholder.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -