I would think that Common Net might be fit if it could reuse the code within itself. It's also likely that one the HttpComponent project's component like HttpCore or HttpClient lready has some of this functionality.
Gary On Mon, Feb 8, 2021, 21:48 Lewis John McGibbney <lewi...@apache.org> wrote: > Hi dev@, > My name is Lewis, I'm a dev over in the Nutch project - > http://nutch.apache.org. > It occurred to me that Nutch has some rather useful code related to URL > processing. It can do things like > * extract domain name from an input URL or String > * get domain suffix > * compare domains > * get domain prefix > .. loads more. > > I wonder if it would be worthwhile donating this code to a commons-url > project such that other could more easily reuse this code should they > desire. I suspect it would be quite a small project... initially anyway. > > Does anyone have any feedback to this proposal? > > Thank you > lewismc > > [0] > https://github.com/apache/nutch/blob/master/src/java/org/apache/nutch/util/URLUtil.java > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >