Support for HTML & CSS content rewriting to proxied URLs
--------------------------------------------------------
Key: SHINDIG-276
URL: https://issues.apache.org/jira/browse/SHINDIG-276
Project: Shindig
Issue Type: New Feature
Components: Gadget Rendering Server (Java)
Reporter: Louis Ryan
Assignee: Louis Ryan
This is a BIG patch which includes the following
- Generic framework for rewriting HTML and CSS content using the Caja lexers
- Utility rewriters that rewrite content references in HTML and CSS to proxied
URLs. Includes support for concatenating contiguous script references
- A concatenating servlet which can be used to merge proxied requests for
multiple appendable resources. E.g. Javascript.
- Addition of a "content-rewrite" feature. This is a basic implementation which
allows gadgets to opt out of container controlled rules. Gadget specific rules
will be supported later
<Optional feature="content-rewrite">
<Param name="include">ALL | NONE</Param>
</Optional>
- Rewrite can be disabled by adding nocache=1 to the ifr params list
- Caching of rewritten content is supported
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.