Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a method set cache true/false #200

Closed
wonderfly opened this issue Jan 9, 2015 · 4 comments
Closed

Need a method set cache true/false #200

wonderfly opened this issue Jan 9, 2015 · 4 comments
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@wonderfly
Copy link
Contributor

From lindaan...@gmail.com on February 18, 2013 02:34:52

External references, such as a standards document, or specification? Java environments (e.g. Java 6, Android 2.3, App Engine, or All)? All Please describe the feature requested. In the class NetHttpRequest, the connection cache default is false

NetHttpRequest(HttpURLConnection connection) {
this.connection = connection;
connection.setUseCaches(false);
connection.setInstanceFollowRedirects(false);
}

Need a method set the value

Original issue: http://code.google.com/p/google-http-java-client/issues/detail?id=200

@wonderfly wonderfly added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. imported priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jan 9, 2015
@wonderfly wonderfly self-assigned this Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From ngmic...@google.com on February 20, 2013 07:24:36

Status: Accepted
Labels: Milestone-Version1.15.0 Component-HTTP

@wonderfly
Copy link
Contributor Author

From yan...@google.com on April 09, 2013 07:10:38

Owner: pele...@google.com
Cc: ngmic...@google.com

@wonderfly
Copy link
Contributor Author

From pele...@google.com on April 09, 2013 11:33:56

a new Issue was open - https://code.google.com/p/google-http-java-client/issues/detail?id=215 to enable\disable caching on the HttpRequest level.

For now, it was decided to remove "connection.setUseCaches(false);" as you can see in the following CL - https://codereview.appspot.com/8591043/

Status: Started

@wonderfly
Copy link
Contributor Author

From pele...@google.com on April 12, 2013 05:47:05

Status: Fixed

clundin25 pushed a commit to clundin25/google-http-java-client that referenced this issue Aug 11, 2022
* Add publish and stage release Kokoro configs

* Fix credentials

* Use trampoline for releases

* Make release scripts executable

* Fix release directory

* Fix pin-entry for gpg signing

* temporarily bump version, fix artifact path

* Try to get the nice artifact path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant