Merge remote-tracking branch 'origin/master' into jetty-8
This commit is contained in:
commit
de17f8ec45
|
@ -288,7 +288,7 @@ public class Main
|
||||||
{
|
{
|
||||||
String opts[] = assign[1].split(",");
|
String opts[] = assign[1].split(",");
|
||||||
for (String opt : opts)
|
for (String opt : opts)
|
||||||
_config.addActiveOption(opt);
|
_config.addActiveOption(opt.trim());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue