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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to