[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Remote access to images file system (Windows)

jfrederic.clere@jboss.com do-not-reply at jboss.com
Thu Jul 12 10:49:42 EDT 2007


 /**
     * Disallow addCookie() calls on an included response.
     *
     * @param cookie The new cookie
     */
    public void addCookie(Cookie cookie) {
 
        if (!included)
            ((HttpServletResponse) getResponse()).addCookie(cookie);
 
    }

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063545#4063545

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063545



More information about the jboss-user mailing list