http://java.net/bugzilla/show_bug.cgi?id=4674
Bug #: 4674
Summary: AppContextID of Servlet profile includes name of
virtual host; for which Servlet provides no portable
api
Classification: Unclassified
Product: jaspic-spec
Version: 1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: source
AssignedTo: monzillo_at_java.net
ReportedBy: monzillo_at_java.net
CC: issues_at_jaspic-spec.java.net
During programmatic AuthConfigProvider registration - especially
self-registration via
AuthConfigFactory.registerConfigProvider(AuthConfigProvider provider,
String layer,
String appContextID,
String description);
the AuthConfigProvider has no portable way to determine the name of the virtual
host, and thus to register using the same virtual host name that will be used
by the runtime in its call to
AuthConfigFactory.getConfigProvider(String layer, String appContextID,
RegistrationListener listener);
Servlet 3.1 does not intend to provide a portable api by which the name of the
virtual host can be obtained.
this problem was first reported by Arjan Tijms
--
Configure bugmail: http://java.net/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.