Author: markt
Date: Thu Feb 9 09:41:13 2012
New Revision: 1242254
URL: http://svn.apache.org/viewvc?rev=1242254&view=rev
Log:
Fix Javadoc warnings
Modified:
tomcat/trunk/java/org/apache/catalina/connector/RequestFacade.java
tomcat/trunk/java/org/apache/catalina/util/LifecycleMBeanBase.ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=52629
Bug #: 52629
Summary: minIdle property behaviour is not the described one
Product: Tomcat Modules
Version: unspecified
Platform: PC
Status: NEW
Severity: normal
Hi Jonathan and Petr,
I'm an Application Development Graduate Student at Illinois Institute of
Technology and I'd like to get started contributing to Tomcat. If you have
any tasks I can help out with please let me know. I'd even be happy to
start with simple tasks in order begin to familiarize mys
On 09/02/2012 02:41, Petr Praus wrote:
> Our initial idea was some form of a streaming API where the reader code
> receiving the message fills a stream that's somehow connected to a client
> code that would be consuming it. Hence the Piped[Input|Output]Stream stuff.
> I also think the individual fr
On 09/02/2012 15:07, Jeremy brown wrote:
> Hi Jonathan and Petr,
>
> I'm an Application Development Graduate Student at Illinois Institute of
> Technology and I'd like to get started contributing to Tomcat. If you have
> any tasks I can help out with please let me know. I'd even be happy to
> star
Author: markt
Date: Thu Feb 9 16:07:47 2012
New Revision: 1242370
URL: http://svn.apache.org/viewvc?rev=1242370&view=rev
Log:
Remove JMX registration of removed StandardClassLoader (note no
attributes or methods were exposed anyway).
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Bo
Author: markt
Date: Thu Feb 9 16:08:49 2012
New Revision: 1242371
URL: http://svn.apache.org/viewvc?rev=1242371&view=rev
Log:
Fix a couple of issues with the UserDataHelper
1. Packaging. It should have been packaged with juli-adapters.jar. The
class has been moved so this is no longer an issue.
2
Author: markt
Date: Thu Feb 9 16:16:49 2012
New Revision: 1242374
URL: http://svn.apache.org/viewvc?rev=1242374&view=rev
Log:
Fix a couple of issues with the UserDataHelper
1. Packaging. It should have been packaged with juli-adapters.jar. The
class has been moved so this is no longer an issue.
2
FYI: I intend to start the 7.0.26 release process once Commons Daemon
1.0.9 is released.
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
2012/2/9 :
> Author: markt
> Date: Thu Feb 9 16:16:49 2012
> New Revision: 1242374
>
> URL: http://svn.apache.org/viewvc?rev=1242374&view=rev
> Log:
> Fix a couple of issues with the UserDataHelper
> 1. Packaging. It should have been packaged with juli-adapters.jar. The
> class has been moved so
Author: markt
Date: Thu Feb 9 18:16:23 2012
New Revision: 1242434
URL: http://svn.apache.org/viewvc?rev=1242434&view=rev
Log:
Fix comment
Modified:
tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java
Modified: tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java
URL:
http://
Author: markt
Date: Thu Feb 9 18:21:01 2012
New Revision: 1242437
URL: http://svn.apache.org/viewvc?rev=1242437&view=rev
Log:
Fix ocmment
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/juli/logging/DirectJDKLog.java
Propchange: tomcat/tc7.0.x/trun
https://issues.apache.org/bugzilla/show_bug.cgi?id=52634
Bug #: 52634
Summary: Typos in Examples
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Author: rjung
Date: Thu Feb 9 19:56:54 2012
New Revision: 1242495
URL: http://svn.apache.org/viewvc?rev=1242495&view=rev
Log:
BZ 52634: Typos in Examples.
Patch provided by Felix Schumacher.
Modified:
tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp
tomcat/trunk/webapps/ex
Author: rjung
Date: Thu Feb 9 20:01:41 2012
New Revision: 1242499
URL: http://svn.apache.org/viewvc?rev=1242499&view=rev
Log:
BZ 52634: Fix typos in JSP examples.
Patch provided by Felix Schumacher.
Backport of r1242495 from trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=52634
--- Comment #1 from Rainer Jung 2012-02-09 20:03:22
UTC ---
Thanks Felix. Applied to trunk in r1242495 and to TC 7 in r1242499. Will be
part of 7.0.26. Keep the contributions coming :)
Regards,
Rainer
--
Configure bugmail: https://issu
Hi!
Some recent Mark's commits once again caused several new files to have
wrong line ends at the server side.
This is a technical issue where the "pristine" texts for the files
that have svn:eol-style=native property set at the server side have
CRLF line ends, instead of LFs as required by svn.
Author: kkolinko
Date: Thu Feb 9 22:50:52 2012
New Revision: 1242584
URL: http://svn.apache.org/viewvc?rev=1242584&view=rev
Log:
Fix line ends in the files.
This is technical commit to recover from eoln brokeness from commits via
svn-git intergration. See thread on dev@. This commit should not
2012/2/10 Konstantin Kolinko :
> Hi!
>
> Some recent Mark's commits once again caused several new files to have
> wrong line ends at the server side.
>
> This is a technical issue where the "pristine" texts for the files
> that have svn:eol-style=native property set at the server side have
> CRLF l
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #32 from Adam Walczak 2012-02-09 23:53:16
UTC ---
PS. Oracle just put out JSR-356 for WebSockect:
http://jcp.org/en/jsr/detail?id=356
might come in handy for this issue
--
Configure bugmail: https://issues.apache.org/bugzilla
Author: bayard
Date: Fri Feb 10 04:51:55 2012
New Revision: 1242669
URL: http://svn.apache.org/viewvc?rev=1242669&view=rev
Log:
Removing link to Jakarta download pag
Modified:
tomcat/taglibs/site/src/site/xdoc/site/using.xml
Modified: tomcat/taglibs/site/src/site/xdoc/site/using.xml
URL:
ht
Author: bayard
Date: Fri Feb 10 04:56:24 2012
New Revision: 1242671
URL: http://svn.apache.org/viewvc?rev=1242671&view=rev
Log:
Pointing links to archive downloads
Modified:
tomcat/taglibs/site/src/site/xdoc/site/news.xml
Modified: tomcat/taglibs/site/src/site/xdoc/site/news.xml
URL:
http:/
Author: bayard
Date: Fri Feb 10 04:59:42 2012
New Revision: 1242673
URL: http://svn.apache.org/viewvc?rev=1242673&view=rev
Log:
Fixing download link to point to archives
Modified:
tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml
Modified: tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml
URL:
Author: bayard
Date: Fri Feb 10 05:00:55 2012
New Revision: 1242674
URL: http://svn.apache.org/viewvc?rev=1242674&view=rev
Log:
Fix the download link to point to the archives
Modified:
tomcat/taglibs/standard/trunk/src/site/xdoc/index.xml
Modified: tomcat/taglibs/standard/trunk/src/site/xdoc
https://issues.apache.org/bugzilla/show_bug.cgi?id=51382
--- Comment #3 from Henri Yandell 2012-02-10 05:02:14 UTC
---
I've pointed the various site links away from Jakarta and to the Archives.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are rec
Author: bayard
Date: Fri Feb 10 05:06:33 2012
New Revision: 1242676
URL: http://svn.apache.org/viewvc?rev=1242676&view=rev
Log:
Fixing links
Modified:
tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml
Modified: tomcat/taglibs/rdc/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewv
https://issues.apache.org/bugzilla/show_bug.cgi?id=50825
--- Comment #1 from Henri Yandell 2012-02-10 05:10:18 UTC
---
I've judiciously regexped it:
perl -pi -e 's/jakarta.apache.org\/taglibs/tomcat.apache.org\/taglibs/' * */*
perl -pi -e 's/jakarta.apache.org\/tomcat/tomcat.apache.org/g' * *
27 matches
Mail list logo