You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2005/10/13 06:19:13 UTC

svn commit: r320645 - in /tomcat/connectors/trunk: http11/src/java/org/apache/coyote/http11/InternalOutputBuffer.java jk/java/org/apache/jk/config/WebXml2Jk.java

Author: yoavs
Date: Wed Oct 12 21:19:08 2005
New Revision: 320645

URL: http://svn.apache.org/viewcvs?rev=320645&view=rev
Log:
Bugzilla 36711: http://issues.apache.org/bugzilla/show_bug.cgi?id=36711

Modified:
    tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalOutputBuffer.java
    tomcat/connectors/trunk/jk/java/org/apache/jk/config/WebXml2Jk.java

Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalOutputBuffer.java
URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalOutputBuffer.java?rev=320645&r1=320644&r2=320645&view=diff
==============================================================================
--- tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalOutputBuffer.java (original)
+++ tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/InternalOutputBuffer.java Wed Oct 12 21:19:08 2005
@@ -1,5 +1,5 @@
 /*
- *  Copyright 1999-2004 The Apache Software Foundation
+ *  Copyright 1999-2005 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -39,7 +39,6 @@
  */
 public class InternalOutputBuffer 
     implements OutputBuffer, ByteChunk.ByteOutputChannel {
-
 
     // -------------------------------------------------------------- Constants
 

Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/config/WebXml2Jk.java
URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/java/org/apache/jk/config/WebXml2Jk.java?rev=320645&r1=320644&r2=320645&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/java/org/apache/jk/config/WebXml2Jk.java (original)
+++ tomcat/connectors/trunk/jk/java/org/apache/jk/config/WebXml2Jk.java Wed Oct 12 21:19:08 2005
@@ -1,5 +1,5 @@
 /*
- *  Copyright 1999-2004 The Apache Software Foundation
+ *  Copyright 1999-2005 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -222,7 +222,6 @@
             log.info("Generating mapping for login-config " );
             
             String authMeth=getContent( getChild( lcN, "auth-method"));
-            String realm=getContent( getChild( lcN, "realm-name"));
             if( authMeth == null ) authMeth="BASIC";
 
             Node n1=getChild( lcN, "form-login-config");



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