You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Rainer Hermanns (JIRA)" <ji...@apache.org> on 2007/06/21 13:06:26 UTC

[jira] Updated: (WW-1818) Reduce redundant logging in Dispatcher

     [ https://issues.apache.org/struts/browse/WW-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rainer Hermanns updated WW-1818:
--------------------------------

    Fix Version/s:     (was: 2.1.x)
                   2.1.0
         Assignee: Rainer Hermanns

> Reduce redundant logging in Dispatcher
> --------------------------------------
>
>                 Key: WW-1818
>                 URL: https://issues.apache.org/struts/browse/WW-1818
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Dispatch
>    Affects Versions: 2.0.6
>            Reporter: Jasper Rosenberg
>            Assignee: Rainer Hermanns
>            Priority: Trivial
>             Fix For: 2.1.0
>
>         Attachments: Dispatcher.diff
>
>
> Every time you have a request with content type "multipart/form-data", Dispatcher method getSaveDir() is called.
> If you do not have the "struts.multipart.saveDir" property set, every time you get the log info messsage:
> "Unable to find 'struts.multipart.saveDir' property setting. Defaulting to javax.servlet.context.tempdir"
> It would be nice if this message was only output the first time getSaveDir() was called.  One simple way to do this would be to set multipartSaveDir to be tempdir after the first time through this case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.