Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Please also consider not to set WiQueryDecoratingHeaderResponse in
WiQueryCoreInitializer by default. This prevents real decoration in
"Application.setHeaderResponseDecorator", like:
... extends Application {
...
setHeaderResponseDecorator(new IHeaderResponseDecorator() {
@Override
public IHeaderResponse decorate(final IHeaderResponse response) {
new WiQueryDecoratingHeaderResponse(new JavaScriptFilteredIntoFooterHeaderResponse(response, "FOOTER_BUCKET"))
}
});
...
Original comment by Michael....@gmail.com
on 17 Feb 2012 at 11:55
Original comment by hielke.hoeve
on 29 Mar 2012 at 8:09
First item: fixed.
Second item: you can set a custom headerreponse in Application#validateInit().
Original comment by hielke.hoeve
on 29 Mar 2012 at 8:18
Original issue reported on code.google.com by
schindle...@gmail.com
on 17 Feb 2012 at 10:57