On 14/06/2010 01:23, Matthew Peterson wrote: > Hi Mark, > > I cannot find another reference to the setScheme method by searching the > tomcat-users archive > (http://marc.info/?l=tomcat-user&w=2&r=1&s=setScheme&q=b). Where else would I > find some info on this topic?
My bad. It was Request.setRemoteAddr(String) and Request.setRemoteHost(String) that was discussed with a side comment on setScheme() - all on the dev list. The short version is that these attributes were not intended to be editable when first implemented. That has evolved over time. Mark > > Cheers, > Matt. > > > -----Original Message----- > From: Mark Thomas [mailto:[email protected]] > Sent: Monday, 14 June 2010 9:58 AM > To: Tomcat Users List > Subject: Re: Setting scheme on catalina Requests > > On 13/06/2010 23:40, Matthew Peterson wrote: >> I still don't understand why the catalina.Request object doesn't implement >> the convenience method setScheme(String) for this... > > Try searching the archives. This has bee discussed previously. > > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
