rlalfo / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

Update UriTemplate to RFC 6570 #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://tools.ietf.org/html/rfc6570

http://javadoc.google-http-java-client.googlecode.com/hg/1.13.1-beta/com/google/
api/client/http/UriTemplate.html

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

Current implementation of UriTemplate was based on draft 7, but by now it is 
RFC 6570.  We should check if there are any changes to the specification and 
update the JavaDoc to link to the RFC.  We don't necessarily need to support 
all of the functionality in the specification, but the existing functionality 
must be correct based on the final standard.

Original issue reported on code.google.com by yan...@google.com on 10 Jan 2013 at 10:25

GoogleCodeExporter commented 9 years ago
Some things that have changed: {?list*}, {;list*}, {?list*}, and {&list*}

Original comment by yan...@google.com on 10 Jan 2013 at 11:53

GoogleCodeExporter commented 9 years ago
Three expansions appear to have changed:
{;list*} ;list=red;list=green;list=blue
{?list*} ?list=red&list=green&list=blue
{&list*} &list=red&list=green&list=blue

Original comment by rmis...@google.com on 6 Mar 2013 at 5:40

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/7521043/

Original comment by rmis...@google.com on 6 Mar 2013 at 6:30

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 14 Mar 2013 at 12:59