On Mon, Jun 13, 2011 at 12:11 PM, Paul Querna <[email protected]> wrote: > > Why is this in the core? > > The example in the documentation doesn't make sense, this data encoded > this way is inline, not the whole response. > > I don't get why this is a filter in httpd core, its a feature of an > app server when its generate its HTML? >
So I think the idea is that that you use this with mod_include, SSI including an 'image' into a webpage, which is then transformed by the filter so that it is instead included as a data URI. The filter is used on the SSI subrequest, not the main request. Cheers Tom
