mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
Fixed start.jar handling of expanded modules during --add-to-start
This commit is contained in:
parent
6edb854c69
commit
2b2d3ac762
@ -375,7 +375,7 @@ public class Modules implements Iterable<Module>
|
||||
|
||||
public void registerParentsIfMissing(BaseHome basehome, StartArgs args, Module module) throws IOException
|
||||
{
|
||||
for (String name : module.getParentNames())
|
||||
for (String name : new ArrayList<>(module.getParentNames()))
|
||||
{
|
||||
if (!modules.containsKey(name))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user