bugzilla | 1 Jun 2012 02:12
Picon
Favicon

[Bug 53340] Simplify catalina.bat ^C handling

https://issues.apache.org/bugzilla/show_bug.cgi?id=53340

Konstantin Kolinko <knst.kolinko <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Konstantin Kolinko <knst.kolinko <at> gmail.com> ---
Having more that 1 file to handle the debug-level feature of "catalina run" is
ridiculous. The patch makes it 3 files. ;(

There could be run.bat, like there is startup.bat. But even that seems too much
for a debug feature.

I like you idea of using "_RECURSE_" variable from your comment on bug 53115,
but it solves only small part of complexity.

I do not see a way to get rid of the temporary "Y" file. I tried several
variants of piping "echo Y | " into the recursively called batch file, but all
they do not work.  It gets rid of one "Terminate this batch?" confirmation, but
second one appears.

If there ever are noticeable concerns with the "^C" handling code in
catalina.bat, I think it all could be removed, reverting to the simple
catalina.bat of Tomcat 6.  The current code is a bit complicated, but I cannot
call it broken and worth of fixing.

--

-- 
(Continue reading)

bugzilla | 1 Jun 2012 02:19
Picon
Favicon

[Bug 53337] IllegalStateException when trying to render a JSP after startAsync

https://issues.apache.org/bugzilla/show_bug.cgi?id=53337

--- Comment #2 from rstoyanchev <at> yahoo.com ---
By the way, in the description above I only meant to refer to the methods
asyncContext.dispatch and request.getRequestDispatcher. I am not actually
passing "". See the link to the source code for full details.

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
bugzilla | 1 Jun 2012 03:51
Picon
Favicon

[Bug 53340] Simplify catalina.bat ^C handling

https://issues.apache.org/bugzilla/show_bug.cgi?id=53340

--- Comment #2 from Sebb <sebb <at> apache.org> ---
The point of this was to avoid any possible problems with the TEMP variable
setting.

It may require 2 extra files, but so what?
The result (in my view) is somewhat easier to understand.

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
bugzilla | 1 Jun 2012 07:47
Picon
Favicon

[Bug 53169] [patch] don't do chunking with Connection: close

https://issues.apache.org/bugzilla/show_bug.cgi?id=53169

--- Comment #2 from Philippe Marschall <kustos <at> gmx.net> ---
Thanks for cleaning up an applying.

--

-- 
You are receiving this mail because:
You are the assignee for the bug.
bugzilla | 1 Jun 2012 08:28
Picon
Favicon

[Bug 53341] New: Unable to build tomcat-connectors in centos 5.6

https://issues.apache.org/bugzilla/show_bug.cgi?id=53341

          Priority: P2
            Bug ID: 53341
          Assignee: dev <at> tomcat.apache.org
           Summary: Unable to build tomcat-connectors in centos 5.6
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: sharonkairal <at> gmail.com
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: mod_jk
           Product: Tomcat Connectors

Created attachment 28868
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28868&action=edit
The attachment is Build output

Kernel :Linux 2.6.18-308.el5.028stab099.3
GCC: gcc-4.1.2-52.el5_8.1
HTTPD : Server version: Apache/2.4.2 (Unix)
Server's Module Magic Number: 20120211:3
Server loaded:  APR 1.4.6, APR-UTIL 1.4.1
Compiled using: APR 1.4.6, APR-UTIL 1.4.1
Architecture:   32-bit
Server MPM:     event
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
(Continue reading)

Rainer Jung | 1 Jun 2012 09:40
Picon
Favicon

Re: [VOTE] Release Apache Tomcat Connectors 1.2.37

On 29.05.2012 11:23, Mladen Turk wrote:
> Hi,
>
> Apache Tomcat Connectors 1.2.37 release candidate is ready
> for vote at [1]. This version solves regression(s)
> found in released version 1.2.36 which can crash web server
> if configured in certain way.
>
>
> The VOTE will remain open for at least 48 hours.
>
> The Apache Tomcat Connectors 1.2.37 is
> [X] Stable, go ahead and release
> [ ] Broken because of ...

+1

I only did some formal release checks.

Details:

- Sigs and hashes OK
- key in KEYS file
- gz and zip for src identical
- src consistent with svn tag, except for the following expected deltas:
   - LICENSE and NOTICE moved one directory up (OK)
   - KEYS not in dist (OK)
   - deprectated jk2 xdocs missing in dist (OK)
   - additional generated files in dist: aclocal.m4, configure,
     Makefile.in, config.h.in, html docs in docs (OK)
(Continue reading)

markt | 1 Jun 2012 11:06
Picon
Favicon
Gravatar

svn commit: r1345020 - in /tomcat/trunk: build.xml test/webapp-3.0/bug53257/index.jsp

Author: markt
Date: Fri Jun  1 09:06:53 2012
New Revision: 1345020

URL: http://svn.apache.org/viewvc?rev=1345020&view=rev
Log:
Fix checkstyle warnings in Ant build

Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/test/webapp-3.0/bug53257/index.jsp

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1345020&r1=1345019&r2=1345020&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Jun  1 09:06:53 2012
 <at>  <at>  -478,6 +478,9  <at>  <at> 
         <!-- Exclude these else Gump runs validate on them -->
         <exclude name="**/org/apache/tomcat/dbcp/**"/>
         <exclude name="**/tomcat-deps/**"/>
+        <!-- Exclude simple test files -->
+        <exclude name="test/webapp-3.0/bug53257/*.txt"/>
+        <exclude name="test/webapp-3.0-fragments/WEB-INF/classes/*.txt"/>
       </fileset>
       <fileset dir="modules/jdbc-pool" >
         <exclude name=".*/**"/>

Modified: tomcat/trunk/test/webapp-3.0/bug53257/index.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/bug53257/index.jsp?rev=1345020&r1=1345019&r2=1345020&view=diff
(Continue reading)

markt | 1 Jun 2012 11:08
Picon
Favicon
Gravatar

svn commit: r1345021 - in /tomcat/tc7.0.x/trunk: ./ build.xml test/webapp-3.0/bug53257/index.jsp

Author: markt
Date: Fri Jun  1 09:08:37 2012
New Revision: 1345021

URL: http://svn.apache.org/viewvc?rev=1345021&view=rev
Log:
Fix checkstyle warnings in Ant build

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/build.xml
    tomcat/tc7.0.x/trunk/test/webapp-3.0/bug53257/index.jsp

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1345020

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1345021&r1=1345020&r2=1345021&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Fri Jun  1 09:08:37 2012
 <at>  <at>  -467,6 +467,9  <at>  <at> 
         <!-- Exclude these else Gump runs validate on them -->
         <exclude name="**/org/apache/tomcat/dbcp/**"/>
         <exclude name="**/tomcat-deps/**"/>
+        <!-- Exclude simple test files -->
+        <exclude name="test/webapp-3.0/bug53257/*.txt"/>
+        <exclude name="test/webapp-3.0-fragments/WEB-INF/classes/*.txt"/>
       </fileset>
(Continue reading)

bugzilla | 1 Jun 2012 11:34
Picon
Favicon

[Bug 53342] New: If starting immediately after Tomcat stop fail, BindException will throw.

https://issues.apache.org/bugzilla/show_bug.cgi?id=53342

          Priority: P2
            Bug ID: 53342
          Assignee: dev <at> tomcat.apache.org
           Summary: If starting immediately after Tomcat stop fail,
                    BindException will throw.
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: kfujino <at> apache.org
          Hardware: All
            Status: NEW
           Version: trunk
         Component: Catalina
           Product: Tomcat 7

e.g.
When Context#stop throw LifecycleException, the main thread stops, 
but startStopThreads of Host/Engine will remain for a while. 
Because, startStopThreads is not a demon thread. 

As a result, 
even if a main thread stops, Acceptor Threads of 8080/8009 is not stopped. 

keepAliveTime for 10 seconds is set up now. 
===
startStopExecutor = new ThreadPoolExecutor(
            getStartStopThreadsInternal(),
            getStartStopThreadsInternal(), 10, TimeUnit.SECONDS,
(Continue reading)

bugzilla | 1 Jun 2012 11:35
Picon
Favicon

[Bug 53342] If starting immediately after Tomcat stop fail, BindException will throw.

https://issues.apache.org/bugzilla/show_bug.cgi?id=53342

--- Comment #1 from Keiichi Fujino <kfujino <at> apache.org> ---
Created attachment 28869
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28869&action=edit
patch against trunk

--

-- 
You are receiving this mail because:
You are the assignee for the bug.

Gmane