private ResourceHttpServletRequest(ResourceRequest req) {
        if (req == null)
            throw new IllegalArgumentException("null");
        _req = req;
        _hreq = getHttpServletRequest(req);