You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Erik B. Craig (JIRA)" <ji...@apache.org> on 2007/06/12 19:06:28 UTC

[jira] Created: (GERONIMO-3239) Jasper JSPCompiler used in J2G breaks on pathnames in some applications

Jasper JSPCompiler used in J2G breaks on pathnames in some applications
-----------------------------------------------------------------------

                 Key: GERONIMO-3239
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3239
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: J2G
         Environment: Windows XP/Sun JDK 1.5_12
            Reporter: Erik B. Craig
            Assignee: Erik B. Craig


The relative path names being used in the JSPCompiler portion of J2G resulted in some invalid paths in only some apps being converted on windows.
A check must be put in place to correct this.

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


[jira] Updated: (GERONIMO-3239) Jasper JSPCompiler used in J2G breaks on pathnames in some applications

Posted by "Erik B. Craig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik B. Craig updated GERONIMO-3239:
------------------------------------

    Attachment: geronimo-3239.patch

Fix put into place. Previously JSPCompiler.java was unconditionally adding a . (period) before the path.
It now checks that the string base is empty before adding a . (period).

Solved.

> Jasper JSPCompiler used in J2G breaks on pathnames in some applications
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-3239
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3239
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>         Environment: Windows XP/Sun JDK 1.5_12
>            Reporter: Erik B. Craig
>            Assignee: Erik B. Craig
>         Attachments: geronimo-3239.patch
>
>
> The relative path names being used in the JSPCompiler portion of J2G resulted in some invalid paths in only some apps being converted on windows.
> A check must be put in place to correct this.

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


[jira] Assigned: (GERONIMO-3239) Jasper JSPCompiler used in J2G breaks on pathnames in some applications

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

Paul McMahan reassigned GERONIMO-3239:
--------------------------------------

    Assignee: Paul McMahan  (was: Erik B. Craig)

> Jasper JSPCompiler used in J2G breaks on pathnames in some applications
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-3239
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3239
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>         Environment: Windows XP/Sun JDK 1.5_12
>            Reporter: Erik B. Craig
>            Assignee: Paul McMahan
>         Attachments: geronimo-3239.patch
>
>
> The relative path names being used in the JSPCompiler portion of J2G resulted in some invalid paths in only some apps being converted on windows.
> A check must be put in place to correct this.

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


[jira] Closed: (GERONIMO-3239) Jasper JSPCompiler used in J2G breaks on pathnames in some applications

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

Paul McMahan closed GERONIMO-3239.
----------------------------------

    Resolution: Fixed

patch committed.  thanks Erik!

> Jasper JSPCompiler used in J2G breaks on pathnames in some applications
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-3239
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3239
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>         Environment: Windows XP/Sun JDK 1.5_12
>            Reporter: Erik B. Craig
>            Assignee: Paul McMahan
>         Attachments: geronimo-3239.patch
>
>
> The relative path names being used in the JSPCompiler portion of J2G resulted in some invalid paths in only some apps being converted on windows.
> A check must be put in place to correct this.

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


[jira] Reopened: (GERONIMO-3239) Jasper JSPCompiler used in J2G breaks on pathnames in some applications

Posted by "Erik B. Craig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik B. Craig reopened GERONIMO-3239:
-------------------------------------


OOps, didn't mean to do that.

> Jasper JSPCompiler used in J2G breaks on pathnames in some applications
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-3239
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3239
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>         Environment: Windows XP/Sun JDK 1.5_12
>            Reporter: Erik B. Craig
>            Assignee: Erik B. Craig
>         Attachments: geronimo-3239.patch
>
>
> The relative path names being used in the JSPCompiler portion of J2G resulted in some invalid paths in only some apps being converted on windows.
> A check must be put in place to correct this.

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


[jira] Resolved: (GERONIMO-3239) Jasper JSPCompiler used in J2G breaks on pathnames in some applications

Posted by "Erik B. Craig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik B. Craig resolved GERONIMO-3239.
-------------------------------------

    Resolution: Fixed

Patch fixes the problems.

> Jasper JSPCompiler used in J2G breaks on pathnames in some applications
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-3239
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3239
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: J2G
>         Environment: Windows XP/Sun JDK 1.5_12
>            Reporter: Erik B. Craig
>            Assignee: Erik B. Craig
>         Attachments: geronimo-3239.patch
>
>
> The relative path names being used in the JSPCompiler portion of J2G resulted in some invalid paths in only some apps being converted on windows.
> A check must be put in place to correct this.

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