Author: jkuhnert
Date: Wed Mar  8 14:13:05 2006
New Revision: 384341

URL: http://svn.apache.org/viewcvs?rev=384341&view=rev
Log:
Updated Upload component doc to take out warning about old upload bug and add 
new warning
about new commons-fileupload bug that treats all filenames as lowercase.(fixed 
in 1.2 already)

Modified:
    
jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml

Modified: 
jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml?rev=384341&r1=384340&r2=384341&view=diff
==============================================================================
--- 
jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml
 (original)
+++ 
jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Upload.xml
 Wed Mar  8 14:13:05 2006
@@ -35,10 +35,9 @@
 </p>
 
 <warning>
-  This component may  only be used in Tapestry Servlet Applications; Upload 
currently
-  does not work with Portlet Applications.  See
-  <link 
href="http://issues.apache.org/jira/browse/TAPESTRY-635";>TAPESTRY-635</link> 
for more details.
-
+       There is a bug in the current fileupload 1.1 version which resolves all 
filenames to lowercase, this may
+       break certain conditions for people if they are doing file name 
comparisons. This issue has already
+       been fixed in commons-fileupload version 1.2, which should hopefully be 
released soon.
 </warning>
 
 <section>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to