mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 19:39:21 +00:00
Pull Request #1824 Fixed merged into Jetty-10
This commit is contained in:
parent
108d56707b
commit
bdaeb657f6
@ -618,6 +618,10 @@ public class MetaInfConfiguration extends AbstractConfiguration
|
|||||||
if (web_inf_lib.exists() && web_inf_lib.isDirectory())
|
if (web_inf_lib.exists() && web_inf_lib.isDirectory())
|
||||||
{
|
{
|
||||||
String[] files=web_inf_lib.list();
|
String[] files=web_inf_lib.list();
|
||||||
|
if (files != null)
|
||||||
|
{
|
||||||
|
Arrays.sort(files);
|
||||||
|
}
|
||||||
for (int f=0;files!=null && f<files.length;f++)
|
for (int f=0;files!=null && f<files.length;f++)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
Loading…
x
Reference in New Issue
Block a user