[HTTP] package namespace conflict
Stephen McConnell
mcconnell at dpml.net
Tue Jul 12 02:36:45 EDT 2005
While cleaning up the HTTP codebase I noticed that the API and SPI classes
while declared in separate projects, were sharing the same package
namespace. This is a potential source of conflict when using sealed jar
files and as such I've moved the following three classes to the
net.dpml.http.spi package.
HttpContextService
HttpService
MimeTypes
/Steve.
More information about the dev-dpml
mailing list