diff --git a/appengine/endpoints-frameworks-v2/discovery/README.md b/appengine/endpoints-frameworks-v2/discovery/README.md index b14051674e5..1f11fbb5c24 100644 --- a/appengine/endpoints-frameworks-v2/discovery/README.md +++ b/appengine/endpoints-frameworks-v2/discovery/README.md @@ -96,6 +96,13 @@ provided [here][9]. `gradle appengineDeploy` +## Known issues + +There's a [bug][13] where `1` is required in the +[appengine-web.xml](src/main/webapp/WEB-INF/appengine-web.xml) to run +this sample locally. This will become optional in the near future. + + [1]: https://cloud.google.com/appengine/docs/java/ [2]: http://java.com/en/ [3]: https://cloud.google.com/appengine/docs/java/endpoints/ @@ -108,3 +115,4 @@ provided [here][9]. [10]: https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin [11]: https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin [12]: https://cloud.google.com/endpoints/docs/authenticating-users-frameworks +[13]: https://github.com/cloudendpoints/endpoints-java/issues/43 diff --git a/appengine/endpoints-frameworks-v2/discovery/build.gradle b/appengine/endpoints-frameworks-v2/discovery/build.gradle index 74206255983..47af6be51ad 100644 --- a/appengine/endpoints-frameworks-v2/discovery/build.gradle +++ b/appengine/endpoints-frameworks-v2/discovery/build.gradle @@ -24,9 +24,6 @@ buildscript { // Configuration for building } repositories { // repositories for Jar's you access in your code - maven { - url 'https://oss.sonatype.org/content/repositories/snapshots' // SNAPSHOT Repository (if needed) - } mavenCentral() jcenter() } diff --git a/appengine/endpoints-frameworks-v2/discovery/src/main/webapp/WEB-INF/appengine-web.xml b/appengine/endpoints-frameworks-v2/discovery/src/main/webapp/WEB-INF/appengine-web.xml index fa2a39ce840..d0f24ab64f5 100644 --- a/appengine/endpoints-frameworks-v2/discovery/src/main/webapp/WEB-INF/appengine-web.xml +++ b/appengine/endpoints-frameworks-v2/discovery/src/main/webapp/WEB-INF/appengine-web.xml @@ -15,8 +15,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - true - + true + 1