Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-2
-
Fix Version/s: 1.0-beta-3
-
Component/s: remote proxy
-
Labels:None
Description
When you delete a repository (managed or remote) if there is a proxy connector established for that former repository, then the proxy connector itself remains.
Desired Outcome:
- When you delete a repository, associated Proxy Connectors should be deleted too.
- If a proxy connector is going to be deleted, this should also be outlined in the delete confirmation screens.
There are placeholders in the code for this.
Look for the following classes in the archiva-webapp module.
Once you have those open, the keyword "
MRM-520" can be searched to find where to put this fix.- DeleteManagedRepositoryAction
- DeleteRemoteRepositoryAction
Once you have those open, the keyword "MRM-520" can be searched to find where to put this fix.