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

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

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/multipart/DefaultMultipartWrapperFactory.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/multipart/DefaultMultipartWrapperFactory.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/multipart/DefaultMultipartWrapperFactory.java
 2010-11-29 21:06:26 UTC (rev 1362)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/multipart/DefaultMultipartWrapperFactory.java
 2010-12-01 13:55:05 UTC (rev 1363)
@@ -106,7 +106,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
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to