Joachim Draeger wrote:
Stefano Bagnara (JIRA) wrote:
Resolution: Fixed
No repository should depend on this call otherwise ToRepository and
FromRepository would not work, anyway.
The main problem is that after the patch we check the validity only
after the first mail inbox is selected. I also add that previously it
was possible to configure bad urls that passed the first check but
failed at the first real inbox request.
I just was thinking about this problem, too. A typo should be detected
on startup.
Maybe we could add an "public void checkConfiguration(Configuration
conf) throws ConfigurationException" or "public boolean
checkConfiguration(Configuration conf)" method to the Repositories.
Joachim
The problem is not the repository itself but the store.
Unfortunately there is no way to check that the configuration is correct
until you complete the repositoryUrl with the real "username" (the
repository name).
I think we can keep this as it is now: soon we should introduce a
different way to map repositories (virtual repository tree) and this
will change anyway the behaviour.
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]