Subject: Re: Netscape 4.7 Adding Port Number after calling Action From: "Ricky Frank" <[EMAIL PROTECTED]> === It looks like the problem arises from the use of the response.SendRedirect method. The application server that I am using (SilverStream) automatically appends the port number to the url string when calling this method. Unfortunately, Netscape 4.7 does not handle this well. I changed my ActionMappings to forward instead of redirect and this fixed the problem.
Apparently, WebLogic has a fix for this Netscape bug....they provided a configuration switch that can be used to determine whether or not to append the port number. I am checking with SilverStream about such a workaround with their product. Ricky "Steven D. Wilkinson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > I am using Netscape 4.78 and it works both with cookies on and with > cookies off on port 8080. When I turn cookies off I see the jsessionid > in the URL. When you have cookies turned on you will not see that in > the URL. Note, I'm using Tomcat 4.0.1. > > Are you using Weblogic for your application server? I have seen some > issues when using localhost versus machinename. I've also seen problem > when using Weblogic's webserver on port 80. > > Hope that helps, > Steve > > "Struts Newsgroup @Basebeans.com" wrote: > > > > Subject: Netscape 4.7 Adding Port Number after calling Action > > From: "Ricky Frank" <[EMAIL PROTECTED]> > > === > > I am having some problems maintaining a session after calling an action from > > a Netscape 4.7 browser. It seems to be from the addition of the port number > > to the URL (Netscape seems to do this automatically) when clicking the > > submit button on a form. The page that I am forwarded to does not have the > > appropriate session information so not everything displays (display of > > components is controlled by authorization of user). When I simply remove > > the port from the URL, the page displays appropriately (gets the components > > that the user has access to). > > > > The automatical appending of the port number to the URL does not cause this > > problem in Netscape 6 or Opera 5.12....just Netscape 4.7. > > > > Can anyone help me out? > > > > Ricky > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

