Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
This commit is contained in:
commit
e77b7eace1
|
@ -457,10 +457,12 @@ public class localContextRoot implements Context
|
|||
{
|
||||
throw e;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (final Exception e)
|
||||
{
|
||||
__log.warn("",e);
|
||||
throw new NamingException (e.getMessage());
|
||||
throw new NamingException (e.getMessage())
|
||||
{
|
||||
{ initCause(e);}
|
||||
};
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue