You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Louis Ryan (JIRA)" <ji...@apache.org> on 2008/05/17 01:41:55 UTC

[jira] Created: (SHINDIG-276) Support for HTML & CSS content rewriting to proxied URLs

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.


[jira] Closed: (SHINDIG-276) Support for HTML & CSS content rewriting to proxied URLs

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown closed SHINDIG-276.
-------------------------------

    Resolution: Fixed

This has been applied for a while, too (you should close your issues when you're done with them).

> 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
>         Attachments: ContentRewrite1.patch
>
>
> 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.


[jira] Updated: (SHINDIG-276) Support for HTML & CSS content rewriting to proxied URLs

Posted by "Louis Ryan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Louis Ryan updated SHINDIG-276:
-------------------------------

    Attachment: ContentRewrite1.patch

> 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
>         Attachments: ContentRewrite1.patch
>
>
> 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.