Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Release 1.5.1
-
Fix Version/s: Release 1.5.2, Release 1.6
-
Component/s: None
-
Labels:None
Description
Google App Engine has a few quirks that prevent Stripes from running on it.
First of all, DefaultMultipartWrapperFactory expects to be able to create a File based on the system property "java.io.tmpdir" but that property doesn't exist under GAE. Simply checking for null will prevent it from failing startup.
The second problem occurs when Method.invoke() is called on DefaultViewActionBean. It appears to have something to do with the class not being public.
Stripes seems to work on Google App Engine now! Woohoo! :-D