https://issues.apache.org/bugzilla/show_bug.cgi?id=52482
Bug #: 52482
Summary: Socket acception fails
Product: Tomcat 7
Version: 7.0.23
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component:
On 18/01/12 08:26, William A. Rowe Jr. wrote:
On 1/13/2012 8:30 PM, Brian Burch wrote:
On 14/01/12 09:45, Filip Hanik - Dev Lists wrote:
No grudge held :)
I'm just bringing it up since very many files have been reformatted for
the sake of formatting. And when tracing down a problem, I, and I
su
https://issues.apache.org/bugzilla/show_bug.cgi?id=52482
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52482
--- Comment #2 from Deniz 2012-01-18 09:26:35 UTC ---
okay, and as a head-ups, nobody told me anything about the problem on the
list...
thank you for your response
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?ta
https://issues.apache.org/bugzilla/show_bug.cgi?id=51621
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52474
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47230
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Wed Jan 18 10:22:51 2012
New Revision: 1232813
URL: http://svn.apache.org/viewvc?rev=1232813&view=rev
Log:
Correct typo in documentation
Modified:
tomcat/trunk/webapps/docs/config/listeners.xml
Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL:
http://svn.a
Author: kkolinko
Date: Wed Jan 18 10:26:41 2012
New Revision: 1232815
URL: http://svn.apache.org/viewvc?rev=1232815&view=rev
Log:
Merged revision 1232813 from tomcat/trunk:
Correct typos in documentation
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/c
https://issues.apache.org/bugzilla/show_bug.cgi?id=52474
--- Comment #3 from Helio Frota 2012-01-18 10:26:50 UTC
---
Hello Mark Thomas,
Servlet specification 2.5:
"SRV.13.2
Rules for Processing the Deployment Descriptor
This section lists some general rules that Web containers and developers
2012/1/17 Mark Thomas :
> The proposed Apache Tomcat 7.0.25 release is now available for voting.
>
> It can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.25/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-082/
> The svn tag
Author: kkolinko
Date: Wed Jan 18 11:50:28 2012
New Revision: 1232842
URL: http://svn.apache.org/viewvc?rev=1232842&view=rev
Log:
Add package-list files to rat-excludes.txt
Modified:
tomcat/trunk/res/rat/rat-excludes.txt
Modified: tomcat/trunk/res/rat/rat-excludes.txt
URL:
http://svn.apache
Author: markt
Date: Wed Jan 18 11:51:53 2012
New Revision: 1232843
URL: http://svn.apache.org/viewvc?rev=1232843&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52480
When converting class path entries from URLs to files/directories,
ensure that any URL encoded characters are
2012/1/18 :
> Author: markt
> Date: Wed Jan 18 11:51:53 2012
> New Revision: 1232843
>
> URL: http://svn.apache.org/viewvc?rev=1232843&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52480
> When converting class path entries from URLs to files/directories,
> ensure that a
Author: markt
Date: Wed Jan 18 12:05:43 2012
New Revision: 1232850
URL: http://svn.apache.org/viewvc?rev=1232850&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52480
When converting class path entries from URLs to files/directories,
ensure that any URL encoded characters are
On 18/01/2012 12:01, Konstantin Kolinko wrote:
> 2012/1/18 :
>> Author: markt
>> Date: Wed Jan 18 11:51:53 2012
>> New Revision: 1232843
>>
>> URL: http://svn.apache.org/viewvc?rev=1232843&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52480
>> When converting class pat
https://issues.apache.org/bugzilla/show_bug.cgi?id=52480
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52483
Bug #: 52483
Summary: Print JkOptions's options in log file and jkstatus
page
Product: Tomcat Connectors
Version: 1.2.32
Platform: PC
OS/Version: Linux
Author: kkolinko
Date: Wed Jan 18 12:33:47 2012
New Revision: 1232855
URL: http://svn.apache.org/viewvc?rev=1232855&view=rev
Log:
Replace tab characters and remove trailing whitespaces in jdbc-pool, as advised
by Checkstyle
Modified:
tomcat/trunk/modules/jdbc-pool/build.properties.default
Author: kkolinko
Date: Wed Jan 18 12:36:25 2012
New Revision: 1232856
URL: http://svn.apache.org/viewvc?rev=1232856&view=rev
Log:
Correct license header, as advised by Checkstyle
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/mbeans-descriptors.xml
Modifi
Author: kkolinko
Date: Wed Jan 18 12:45:06 2012
New Revision: 1232863
URL: http://svn.apache.org/viewvc?rev=1232863&view=rev
Log:
jdbc-pool: Applied "Organize imports" command to classes where imports order
problems were reported by Checkstyle.
It reordered imports as necessary
and removed one u
Author: kkolinko
Date: Wed Jan 18 12:52:08 2012
New Revision: 1232867
URL: http://svn.apache.org/viewvc?rev=1232867&view=rev
Log:
Fix order of field modifiers, as suggested by Checkstyle
s/final static/static final/
Now Checkstyle checks for jdbc-pool pass successfully.
Modified:
tomcat/tru
Author: kkolinko
Date: Wed Jan 18 12:56:33 2012
New Revision: 1232869
URL: http://svn.apache.org/viewvc?rev=1232869&view=rev
Log:
Enable checkstyle checks for jdbc-pool
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml
2012/1/17 Mark Thomas :
> The proposed Apache Tomcat 7.0.25 release is now available for voting.
>
> It can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.25/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-082/
> The svn tag
Author: kkolinko
Date: Wed Jan 18 13:32:35 2012
New Revision: 1232874
URL: http://svn.apache.org/viewvc?rev=1232874&view=rev
Log:
Merged revision 1232869 from tomcat/trunk:
Fix code style issues in jdbc-pool (here: update externals to pick up the fix)
Enable checkstyle checks for jdbc-pool in Tomc
Author: kkolinko
Date: Wed Jan 18 13:43:44 2012
New Revision: 1232879
URL: http://svn.apache.org/viewvc?rev=1232879&view=rev
Log:
Rearrange earlier jdbc-pool fixes into its distinct sections in the Changelog
file.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc
Author: kkolinko
Date: Wed Jan 18 13:53:09 2012
New Revision: 1232882
URL: http://svn.apache.org/viewvc?rev=1232882&view=rev
Log:
Merged revision 1232842 from tomcat/trunk:
Add package-list files to rat-excludes.txt
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/re
Modified: tomcat/site/trunk/xdocs/migration.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=1232984&r1=1232983&r2=1232984&view=diff
==
--- tomcat/site/trunk/xdocs/migration.xml (original)
++
Author: kkolinko
Date: Wed Jan 18 18:28:41 2012
New Revision: 1232984
URL: http://svn.apache.org/viewvc?rev=1232984&view=rev
Log:
Split Migration Guide into separate pages for Tomcat 6.0.x and Tomcat 7.0.x
Added:
tomcat/site/trunk/docs/migration-6.html (with props)
tomcat/site/trunk/doc
Author: kkolinko
Date: Wed Jan 18 18:37:15 2012
New Revision: 1232991
URL: http://svn.apache.org/viewvc?rev=1232991&view=rev
Log:
Hilite code tags using light cyan background, like we do for Tomcat 7
documentation.
Modified:
tomcat/site/trunk/docs/stylesheets/tomcat.css
tomcat/site/trunk
On 1/17/12 5:16 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.25 release is now available for voting.
>
> It can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.25/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-0
Author: kkolinko
Date: Wed Jan 18 20:09:15 2012
New Revision: 1233034
URL: http://svn.apache.org/viewvc?rev=1233034&view=rev
Log:
Amend the page.
Correct some descriptions.
Document Part class conflict with wildcard imports that someone observed on
users@.
Correct description of CSRF protection (
All,
I was testing 7.0.25 and "ant test" reports BUILD SUCCESSFUL but I
started looking at the TEST-*.txt files that are emitted and I was
wondering about a few things.
First, I should probably be look at the bottom of the file for the junit
summary that looks like this:
Testsuite: org.apache.to
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #26 from Mark Thomas 2012-01-18 22:35:07 UTC ---
I dug out my old ideas and have been updating them. You can see how far I have
got in [1]. Note that this is all very early days and pretty much everything is
subject to change an
On 19/01/12 07:12, Christopher Schultz wrote:
All,
I was testing 7.0.25 and "ant test" reports BUILD SUCCESSFUL but I
started looking at the TEST-*.txt files that are emitted and I was
wondering about a few things.
First, I should probably be look at the bottom of the file for the junit
summary
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-validate has an issue affecting its community integration.
Th
2012/1/19 Christopher Schultz :
> All,
>
> I was testing 7.0.25 and "ant test" reports BUILD SUCCESSFUL but I
> started looking at the TEST-*.txt files that are emitted and I was
> wondering about a few things.
>
> First, I should probably be look at the bottom of the file for the junit
> summary t
https://issues.apache.org/bugzilla/show_bug.cgi?id=38216
--- Comment #7 from Konstantin Kolinko 2012-01-19
07:19:33 UTC ---
Created attachment 28173
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28173
2012-01-19_tc8_JMXProxyServlet.patch
Yours covers most common use case of method
38 matches
Mail list logo