You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by "Woonsan Ko (JIRA)" <ji...@apache.org> on 2009/10/30 18:07:59 UTC

[jira] Created: (APA-20) Custom simple text line rewriting feature is needed in reverse-proxy content rewriting

Custom simple text line rewriting feature is needed in reverse-proxy content rewriting
--------------------------------------------------------------------------------------

                 Key: APA-20
                 URL: https://issues.apache.org/jira/browse/APA-20
             Project: Portals Apps
          Issue Type: Improvement
    Affects Versions: apa-webcontent-1.1
            Reporter: Woonsan Ko
            Assignee: Woonsan Ko
             Fix For: apa-webcontent-1.1


Currently, it provides the following url rewriting features for standard html href or src attributes:
(1) slash leading url --> reverse proxied context relative url
(2) absolute url --> reverse proxied context relative url

However, sometimes, a webpage contains custom javascript or html tags for url information.
So, it would be better to provide a simple way to add this kind of options with simple regular expressions and replaces strings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (APA-20) Custom simple text line rewriting feature is needed in reverse-proxy content rewriting

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

Woonsan Ko resolved APA-20.
---------------------------

    Resolution: Fixed

Added custom replace pattern like the following example:

proxy.reverse.pass.issues.rewriter.parserAdaptor.html.property.customPatterns = /lazyLoader
proxy.reverse.pass.issues.rewriter.parserAdaptor.html.property.customReplaces = /diligentLoader

> Custom simple text line rewriting feature is needed in reverse-proxy content rewriting
> --------------------------------------------------------------------------------------
>
>                 Key: APA-20
>                 URL: https://issues.apache.org/jira/browse/APA-20
>             Project: Portals Apps
>          Issue Type: Improvement
>    Affects Versions: apa-webcontent-1.1
>            Reporter: Woonsan Ko
>            Assignee: Woonsan Ko
>             Fix For: apa-webcontent-1.1
>
>
> Currently, it provides the following url rewriting features for standard html href or src attributes:
> (1) slash leading url --> reverse proxied context relative url
> (2) absolute url --> reverse proxied context relative url
> However, sometimes, a webpage contains custom javascript or html tags for url information.
> So, it would be better to provide a simple way to add this kind of options with simple regular expressions and replaces strings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.