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 - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -