users@jersey.java.net

Spec discrepancy w/ Servlet init parameter?

From: Tim Pesce <tpesce_at_foxfish.com>
Date: Wed, 8 Oct 2008 16:14:58 -0600

The 1.0 (Sep. 8) spec in section 2.3.2 lists this as the param-name of
the Application subclass:

javax.ws.rs.Application

Jersey (Oct. 6 1.0 snapshot build) seems to expect (from
ServletContainer):

public static final String APPLICATION_CONFIG_CLASS =
"javax.ws.rs.ApplicationConfig";

Can someone verify this before I open an issue?

Thanks,

Tim