artiya4u / google-http-java-client

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

Warn if there is no application name. #62

Closed GoogleCodeExporter closed 9 years ago

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

http://javadoc.google-http-java-client.googlecode.com/hg/1.6.0-beta/com/google/a
pi/client/http/json/JsonHttpClient.Builder.html#setApplicationName(java.lang.Str
ing)

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

All

Please describe the feature requested.

We should encourage client applications to specify an application name when 
using JsonHttpClient -- i.e. to call JsonHttpClient.Builder.setApplicationName 
-- to make it easier for servers to identify the client application.  We don't 
want to make it required, but it seems worthwhile to at least log a one-time 
warning on JsonHttpClient.Builder.build().

Original issue reported on code.google.com by yan...@google.com on 27 Jan 2012 at 4:31

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 9 Mar 2012 at 5:01

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/5892044/

Original comment by rmis...@google.com on 26 Mar 2012 at 12:40