-
I've used GAE boilerplate by coto and i'm testing this one out. Currently the ability to Login via linkedin is not working on Coto or this boilerplate. I guess it is because linkedin has blocked appen…
-
hey @coto.. I have a similar boilerplate project for App Engine and since this project is a bit outdated.. do you think it would make sense to redirect the users to a more up to date project as an alt…
lipis updated
8 years ago
-
Currently, when a coach views his athletes, he only sees those athletes that are on his primary team. This means that he can create an athlete and then have no way of retrieving the athlete's informat…
-
Originally reported on Google Code with ID 5676
```
Found in GWT Release (e.g. 1.5.3, 1.6 RC): 2.1 (GAE 1.3.8)
Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3): WinXP SP2
Detailed descriptio…
-
Currently we use SHA512 which is excellent but a user noted that bcrypt might be even better (see http://stackoverflow.com/questions/11458969/google-app-engine-choosing-the-right-direction/11496978#11…
-
What we do today:
``` java
final KeyStore keystore = KeyStore.getInstance("PKCS12");
final FileInputStream fis = new FileInputStream("/path/to/key.p12");
keystore.load(fis, "password".toCharArray());…
-
I see gae-boilerplate has this function. It won't overwrite my code when there is some change from the framework.
-
```
Let's go all the way and mavenize the project. We should still try to make it
easy for anybody to run it in eclipse even if they don't have the Maven plugin
(which I find is always a headache to…
-
```
Let's go all the way and mavenize the project. We should still try to make it
easy for anybody to run it in eclipse even if they don't have the Maven plugin
(which I find is always a headache to…
-
```
What steps will reproduce the problem?
1. Feedparser uses urllib2's open when parsing an http feed
2. It does not support a explicit timeout
3. You have to change the socket defaulttimeout...
-->…