You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Grzegorz Kossakowski (aka g[R]eK) (JIRA)" <ji...@apache.org> on 2007/02/01 02:19:05 UTC

[jira] Created: (COCOON-1997) Configure servlet: links rewriting

Configure servlet: links rewriting
----------------------------------

                 Key: COCOON-1997
                 URL: https://issues.apache.org/jira/browse/COCOON-1997
             Project: Cocoon
          Issue Type: Sub-task
          Components: - Blocks Framework
    Affects Versions: 2.2-dev (Current SVN)
            Reporter: Grzegorz Kossakowski (aka g[R]eK)
             Fix For: 2.2-dev (Current SVN)


This issue is on configuring (or creating new) transformer that will take care of servlet: link rewriting.

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


[jira] Updated: (COCOON-1997) Configure servlet: links rewriting

Posted by "Grzegorz Kossakowski (aka g[R]eK) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1997:
------------------------------------------------------

    Attachment: cocoon-servlet-service-impl-linkrewriting-transformer-patch-1.txt

This patch configures LinkRewriterTransformer in order to rewrite properly servlet: links. It uses block-path for this task. Currently only links in src and href attributes will get rewritten.

This patch affects cocoon-servlet-service-impl module only.
This patch adds dependency on cocoon-linkrewriter-impl module.

> Configure servlet: links rewriting
> ----------------------------------
>
>                 Key: COCOON-1997
>                 URL: https://issues.apache.org/jira/browse/COCOON-1997
>             Project: Cocoon
>          Issue Type: Sub-task
>          Components: - Blocks Framework
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski (aka g[R]eK)
>             Fix For: 2.2-dev (Current SVN)
>
>         Attachments: cocoon-servlet-service-impl-linkrewriting-transformer-patch-1.txt
>
>
> This issue is on configuring (or creating new) transformer that will take care of servlet: link rewriting.

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


[jira] Updated: (COCOON-1997) Configure servlet: links rewriting

Posted by "Grzegorz Kossakowski (aka g[R]eK) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1997:
------------------------------------------------------

    Attachment: cocoon-servlet-service-components-linkrewriting-patch-2.txt

cocoon-servlet-service-components-linkrewriting-patch-2.txt:

This patch introduces new reader discussed here: http://article.gmane.org/gmane.text.xml.cocoon.devel/70027
This is my first Spring component written for Cocoon, I hope it will work as expected.
NOTE: LinkRewriterReader does not implement caching yet. I'm going to implement it later.

Patch includes changes from cocoon-servlet-service-impl-linkrewriting-transformer-patch-1.txt. Changes made in cocoon-webapp-switch-to-servlet-service-patch-1.txt are already committed.

> Configure servlet: links rewriting
> ----------------------------------
>
>                 Key: COCOON-1997
>                 URL: https://issues.apache.org/jira/browse/COCOON-1997
>             Project: Cocoon
>          Issue Type: Sub-task
>          Components: - Blocks Framework
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski (aka g[R]eK)
>             Fix For: 2.2-dev (Current SVN)
>
>         Attachments: cocoon-servlet-service-components-linkrewriting-patch-2.txt, cocoon-servlet-service-impl-linkrewriting-transformer-patch-1.txt, cocoon-webapp-switch-to-servlet-service-patch-1.txt
>
>
> This issue is on configuring (or creating new) transformer that will take care of servlet: link rewriting.

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


[jira] Closed: (COCOON-1997) Configure servlet: links rewriting

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

Daniel Fagerstrom closed COCOON-1997.
-------------------------------------

    Resolution: Fixed

> Configure servlet: links rewriting
> ----------------------------------
>
>                 Key: COCOON-1997
>                 URL: https://issues.apache.org/jira/browse/COCOON-1997
>             Project: Cocoon
>          Issue Type: Sub-task
>          Components: - Blocks Framework
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski
>             Fix For: 2.2-dev (Current SVN)
>
>         Attachments: cocoon-servlet-service-components-linkrewriting-patch-2.txt, cocoon-servlet-service-impl-linkrewriting-transformer-patch-1.txt, cocoon-webapp-switch-to-servlet-service-patch-1.txt
>
>
> This issue is on configuring (or creating new) transformer that will take care of servlet: link rewriting.

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


[jira] Updated: (COCOON-1997) Configure servlet: links rewriting

Posted by "Grzegorz Kossakowski (aka g[R]eK) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1997:
------------------------------------------------------

    Attachment: cocoon-webapp-switch-to-servlet-service-patch-1.txt

This patch makes a switch to dispatcher servlet from cocoon-servlet-service-impl module. This is required in order to get link rewriting work properly!

Affects cocoon-webapp module only.

> Configure servlet: links rewriting
> ----------------------------------
>
>                 Key: COCOON-1997
>                 URL: https://issues.apache.org/jira/browse/COCOON-1997
>             Project: Cocoon
>          Issue Type: Sub-task
>          Components: - Blocks Framework
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski (aka g[R]eK)
>             Fix For: 2.2-dev (Current SVN)
>
>         Attachments: cocoon-servlet-service-impl-linkrewriting-transformer-patch-1.txt, cocoon-webapp-switch-to-servlet-service-patch-1.txt
>
>
> This issue is on configuring (or creating new) transformer that will take care of servlet: link rewriting.

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


[jira] Commented: (COCOON-1997) Configure servlet: links rewriting

Posted by "Daniel Fagerstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474022 ] 

Daniel Fagerstrom commented on COCOON-1997:
-------------------------------------------

Applied. Thanks for the patches!

> Configure servlet: links rewriting
> ----------------------------------
>
>                 Key: COCOON-1997
>                 URL: https://issues.apache.org/jira/browse/COCOON-1997
>             Project: Cocoon
>          Issue Type: Sub-task
>          Components: - Blocks Framework
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Grzegorz Kossakowski (aka g[R]eK)
>             Fix For: 2.2-dev (Current SVN)
>
>         Attachments: cocoon-servlet-service-components-linkrewriting-patch-2.txt, cocoon-servlet-service-impl-linkrewriting-transformer-patch-1.txt, cocoon-webapp-switch-to-servlet-service-patch-1.txt
>
>
> This issue is on configuring (or creating new) transformer that will take care of servlet: link rewriting.

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