MultipartWrapper.Class configuration documentation show the wrong default value
-------------------------------------------------------------------------------

                 Key: STS-659
                 URL: http://www.stripesframework.org/jira/browse/STS-659
             Project: Stripes
          Issue Type: Bug
          Components: Documentation
    Affects Versions: Release 1.5
            Reporter: Simon Barbey
            Priority: Trivial


The documentation says 
(http://www.stripesframework.org/display/stripes/Configuration+Reference) :

Property : MultipartWrapper.Class        
Value :The fully qualified name of the class, implementing MultipartWrapper.    
 
Default : net.sourceforge.stripes.controller.multipart.CosMultipartWrapper

While starting Stripes in the Web Container, I can see :

[04/03/09 11:35:10.636] INFO  [main] [DefaultMultipartWrapperFactory] - Using 
net.sourceforge.stripes.controller.multipart.CommonsMultipartWrapper as 
MultipartWrapper implementation.

I have nothing related to MultipartWrapper.Class in my web.xml.

The default is CommonsMultipartWrapper, because it is the first element in the 
array BUNDLED_IMPLEMENTATIONS of the DefaultMultipartWrapperFactory class if 
nothing is specified in the web.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to