Closed GoogleCodeExporter closed 9 years ago
Where is the 0.7-SNAPSHOT release?
Isn't anymore open-source this project? I don't find anything in the SVN ..
Original comment by DoctorMi...@gmail.com
on 30 Sep 2011 at 4:03
Hmm. I could not find 0.7-SNAPSHOT again. But these bugs appears in latest
version as well.
Original comment by pettr...@gmail.com
on 30 Sep 2011 at 6:17
I also have an issue where I'm using app engine locally and isAppEngine is
returning false.
Original comment by j.casey....@gmail.com
on 22 Oct 2011 at 5:58
Notes:
For test if appEngine is running localy use this:
if ( SystemProperty.environment.value() ==
SystemProperty.Environment.Value.Production )
{
// The app is running on App Engine...
}
else
// The app is running on localhost
}
NullPointerException is GAE bug, not gwt-upload bug.. Sorry for that :)
Original comment by pohorele...@gmail.com
on 22 Oct 2011 at 7:55
This issue was closed by revision r940.
Original comment by manuel.carrasco.m
on 9 Nov 2011 at 8:08
0.7 version does not exist, may be we could change the version in the pom file
and deploy an erroneous snapshot. All code in gwtupload is public and is in
this repo.
isAppEngine means if the servlet is running in a GAE environment (local or
production) so the comment #4 approach can not be used. Anyway now gwtupload
servlets return whether they are designed for GAE or not.
Limitation in blob servlet has been removed, so you can use web.xml if you
wanted to restrict it or you do not have an appropriate billing account.
Original comment by manuel.carrasco.m
on 9 Nov 2011 at 8:12
Original issue reported on code.google.com by
pohore...@comvai.com
on 23 Sep 2011 at 1:48