Hi Oleg, > As far as HttpRequestHandlerRegistry goes, URI parsing is a more > expensive operation compared to the #indexOf / #substring combo. I felt > parsing the while damn thing just to strip away the query part was not > justified
I wonder whether URI parsing should be in HttpCore at all, in particular in an API package. I guess you needed that class for the various server examples, but I feel that you are pushing the limits of HttpCore when you're doing URL-based request dispatching. At the very least we should have an interface so that the implementation can be replaced. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
