dev@jersey.java.net

NullPointerException in DefaultResourceConfig

From: Anthony, Clark (Mission Systems) <"Anthony,>
Date: Thu, 4 Sep 2008 12:52:22 -0500

I just started using 0.9 and came across a NullPointerException. I
looked in the repository and the bug is still there. In the
DefaultResourceConfig.java method getElements(String[]) line 175 (in
version 1287) the variable "element" is dereferenced (.trim()) before
the null check.

I came across the bug while attempting to deploy to Weblogic 9.2.

Clark