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

Kev Jackson updated JAMES-833:
------------------------------

    Attachment: ToMultiRepository.java.patch

patch fixes the problems with ToMultiRepository.  Current patch uses 
string.split() - this is jdk 1.4+ method, to make james code compile on jdk1.3, 
this would need to be changed.

> ToMultiRepository doesn't resolve repository_name correctly
> -----------------------------------------------------------
>
>                 Key: JAMES-833
>                 URL: https://issues.apache.org/jira/browse/JAMES-833
>             Project: James
>          Issue Type: Bug
>          Components: Matchers/Mailets (bundled)
>    Affects Versions: Trunk
>         Environment: all
>            Reporter: Kev Jackson
>             Fix For: Trunk
>
>         Attachments: ToMultiRepository.java.patch
>
>
> When using ToMultiRepository we noticed that it didn't store mails correctly 
> - after turning on debugging for the mailstore log we saw items like:
> 10/01/08 03:59:02 DEBUG mailstore: Parsed URL: table = '[EMAIL PROTECTED]', 
> repositoryName = 'null'
> This is because, although ToMultiRepository is supposed to just take the 
> local part of the address for the repository name, it doesn't.
> There's also a problem caused by the current code not checking if the 
> repositoryUrl value has a trailing '/' or not.

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


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

Reply via email to