On Apr 12, 2012, at 7:43 AM, Leif Hedstrom wrote: > I think when I fiddled with this, using the reqbufp was ok.
Alright, I'll take that for a spin ... > Since these URLs are "static" it shouldn't matter? If not, I guess we have to > provide a bufp that ties into the global config. > > -- Leif > > On Apr 11, 2012, at 10:59 PM, James Peach <jpe...@apache.org> wrote: > >> Hi all, >> >> I'm looking at TSRemapRequestInfo and wondering which marshall buffer >> callers are supposed to use when manipulating mapFromUrl and mapToUrl. All >> the TSUrl APIs need a marshall buffer, but afaict, requestBufp is not the >> right one. I don't see any remap plugins using these URLs ... >> >> J