Get Invalid Content-Length header returned by TCP junction server
-----------------------------------------------------------------

                 Key: WICKET-1029
                 URL: https://issues.apache.org/jira/browse/WICKET-1029
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.2.6
         Environment: OS: Windows XP SP2
Java 1.4.2
IBM RAD 6.0.1
IBM WebSeal
            Reporter: Jeroen Damen
            Priority: Minor


When I use wicket on my localhost everything goes fine.
When I use it behind WebSeal, WebSeal gives errors on the content length header 
of the wicket javascript files.
The error is: "Invalid Content-Length header returned by TCP junction server"
To bypass it, I placed the following line in comment in wicket.Resource:
response.setContentLength((int)resourceStream.length());

Kind regards,

Jeroen

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

Reply via email to