[
https://issues.apache.org/jira/browse/JAMES-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419843#comment-15419843
]
ASF GitHub Bot commented on JAMES-1816:
---------------------------------------
GitHub user chibenwa opened a pull request:
https://github.com/apache/james-project/pull/50
JAMES-1816 Fix error while reading quota configuration - Reported by …
…Guofeng Zhang
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chibenwa/james-project JAMES-1816
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/james-project/pull/50.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #50
----
commit 69906d19eb3675ae3bfb42e0050b2df68635b9d4
Author: Benoit Tellier <[email protected]>
Date: 2016-08-13T07:45:41Z
JAMES-1816 Fix error while reading quota configuration - Reported by
Guofeng Zhang
----
> Error reading quota configuration
> ---------------------------------
>
> Key: JAMES-1816
> URL: https://issues.apache.org/jira/browse/JAMES-1816
> Project: James Server
> Issue Type: Bug
> Environment: As reported by Guofeng Zhang :
> Line 48 in
> org.apache.james.container.spring.mailbox.MaxQuotaConfigurationReader.java:
> Map<String, Long> maxStorage = parseMaxMessageConfiguration(config,
> "maxMessage");
> It should be:
> Map<String, Long> maxStorage = parseMaxMessageConfiguration(config,
> "maxStorage");
> That is, "maxMessage" should be changed to "maxMessage".
> Reporter: Tellier Benoit
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]