You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Norbert Sándor (JIRA)" <ta...@jakarta.apache.org> on 2006/11/10 19:24:37 UTC

[jira] Created: (TAPESTRY-1146) https problem in special ssl environment

https problem in special ssl environment
----------------------------------------

                 Key: TAPESTRY-1146
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1146
             Project: Tapestry
          Issue Type: Bug
          Components: Core
    Affects Versions: 4.1.1
         Environment: https with ssl accelerator card
            Reporter: Norbert Sándor
            Priority: Minor


I have an intranet application built on 4.1.1 which works correctly in tomcat 5 using either via http or https.
But after deploying it in an advanced server environment with an SSL accelerator card, an asset service related error message was displayed. I don't have the exact message, but it was something that "https://server/.../dojo.js" is not accessible. Sorry for this very loose description :)

I have found that AjaxShellDelegate contains several ILink.getAbsoluteURL() calls. When I replaced these calls with getURL(), the problem dissappeared, and the site still works correctly (with dojo components like Autocompleter).

My question: is there a reason for using getAbsoluteURL() in that class? If not then is it possible to replace those calls with getURL() to avoid the problem described above?

Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1146) https problem in special ssl environment

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1146?page=all ]

Jesse Kuhnert resolved TAPESTRY-1146.
-------------------------------------

    Fix Version/s: 4.1.1
       Resolution: Fixed

> https problem in special ssl environment
> ----------------------------------------
>
>                 Key: TAPESTRY-1146
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1146
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 4.1.1
>         Environment: https with ssl accelerator card
>            Reporter: Norbert Sándor
>            Priority: Minor
>             Fix For: 4.1.1
>
>
> I have an intranet application built on 4.1.1 which works correctly in tomcat 5 using either via http or https.
> But after deploying it in an advanced server environment with an SSL accelerator card, an asset service related error message was displayed. I don't have the exact message, but it was something that "https://server/.../dojo.js" is not accessible. Sorry for this very loose description :)
> I have found that AjaxShellDelegate contains several ILink.getAbsoluteURL() calls. When I replaced these calls with getURL(), the problem dissappeared, and the site still works correctly (with dojo components like Autocompleter).
> My question: is there a reason for using getAbsoluteURL() in that class? If not then is it possible to replace those calls with getURL() to avoid the problem described above?
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org