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

Reply via email to