Revision: 1364
          http://stripes.svn.sourceforge.net/stripes/?rev=1364&view=rev
Author:   bengunter
Date:     2010-12-01 13:56:12 +0000 (Wed, 01 Dec 2010)

Log Message:
-----------
Corrected the warning message about GAE file system access to make it more 
clear.

Modified Paths:
--------------
    
trunk/stripes/src/net/sourceforge/stripes/controller/multipart/DefaultMultipartWrapperFactory.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/controller/multipart/DefaultMultipartWrapperFactory.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/controller/multipart/DefaultMultipartWrapperFactory.java
  2010-12-01 13:55:05 UTC (rev 1363)
+++ 
trunk/stripes/src/net/sourceforge/stripes/controller/multipart/DefaultMultipartWrapperFactory.java
  2010-12-01 13:56:12 UTC (rev 1364)
@@ -114,7 +114,7 @@
             else {
                 log.warn("The tmpdir system property was null! File uploads 
will probably fail. ",
                          "This is normal if you are running on Google App 
Engine as it doesn't allow ",
-                         "file system access.");
+                         "file system write access.");
             }
         }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Stripes-development mailing list
Stripes-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to