You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Steve Brewin (Resolved) (JIRA)" <se...@james.apache.org> on 2011/11/26 11:33:39 UTC

[jira] [Resolved] (JAMES-1349) XML Attributes on Mailet parameters cause initialization to fail

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

Steve Brewin resolved JAMES-1349.
---------------------------------

    Resolution: Fixed

SVN revision: 1206422

org.apache.james.mailetcontainer.impl.MailetConfigImpl now strips all attributes to determine a parameter name.
org.apache.james.mailetcontainer.impl.MailetConfigImplTest now tests for correct processing of xml:space attribute.
                
> XML Attributes on Mailet parameters cause initialization to fail
> ----------------------------------------------------------------
>
>                 Key: JAMES-1349
>                 URL: https://issues.apache.org/jira/browse/JAMES-1349
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: James Core
>    Affects Versions: 3.0-beta3
>            Reporter: Steve Brewin
>            Assignee: Steve Brewin
>             Fix For: Trunk
>
>
> A Mailet parameter of the form...
> <mailet>
>   <whatever xml:space=\"preserve\"> some text </whatever>
> </mailet>
> ...fails initialization because org.apache.james.mailetcontainer.impl.MailetConfigImpl incorrectly handles XML attributes in the key names returned from an org.apache.commons.configuration.Configuration. .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org