585960616263646566
// parse the request object and figure out what we've got log.debug("parsing path "+pathInfo); if(pathInfo != null) { throw new InvalidRequestException("not a valid planet opml page, "+ request.getRequestURL()); } }
6970717273747576777879
if(pathInfo != null && pathInfo.trim().length() > 1) { this.format = pathInfo; } else { throw new InvalidRequestException("not a valid planet group feed, "+ request.getRequestURL()); } if(log.isDebugEnabled()) { log.debug("format = "+this.format);