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