You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Nick Lothian <ni...@essential.com.au> on 2004/10/13 03:46:17 UTC

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/ap ache/catalina/connectorConnector.java mbeans-descriptors.xml Request.java [heur]

> 
> remm@apache.org wrote:
> 
> >remm        2004/10/12 15:53:16
> >
> >  Modified:    catalina/src/share/org/apache/catalina/connector
> >                        Connector.java 
> mbeans-descriptors.xml Request.java
> >  Log:
> >  - Add the ability to force session cookies to be set to 
> the root path "/". This should not be used on large servers, 
> otherwise tons of cookies
> >    may be sent.
> >  - This will allow the use case of the Pluto folks, in a 
> reliable way.  
> >
> Thanks to Jan for suggesting this feature addition could be a 
> solution.
> 
> Rémy
> 

Thanks for this - it looks a much better solution than the original
proposal. I'll test it ASAP.

BTW, I think there's a cut-and-paste error in the javadoc (from the
changelog):

  +    /**
  +     * Set the "enable DNS lookups" flag.
  +     *
  +     * @param enableLookups The new "enable DNS lookups" flag value
  +     */
  +    public void setEmptySessionPath(boolean emptySessionPath) {
  +
  +        this.emptySessionPath = emptySessionPath;
  +        setProperty("emptySessionPath",
String.valueOf(emptySessionPath));
  +
  +    }

Nick

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