Re: [VOTE] Release Apache Tomcat 7.0.50

2013-12-21 Thread Violeta Georgieva
Hi Ognjen,


2013/12/20 Ognjen Blagojevic ognjen.d.blagoje...@gmail.com

 Violeta,


 On 20.12.2013 13:52, Violeta Georgieva wrote:

 The proposed 7.0.50 release is:
 [X] Broken - do not release


Thanks for the testing.
I'm still not convinced to stop the voting based on the frequency (1/5000)
of the problem.




 [ ] Stable - go ahead and release as 7.0.50 Stable


 My vote is non-binding.

 NIO connector fails during smoke tests from time to time (one failed
request on every ~5000). I smoke test by repeatedly crawling links on
default Tomcat installation in one single thread.

 I use Windows 7 64-bit, Oracle JDK 1.7.0_40. These are exceptions I get
in the logs:


 ??? 20, 2013 2:03:13 PM org.apache.coyote.http11.AbstractHttp11Processor
endRequest
 SEVERE: Error finishing response
 java.lang.IllegalArgumentException
 at java.nio.Buffer.position(Buffer.java:236)
 at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:96)
 at sun.nio.ch.IOUtil.write(IOUtil.java:51)
 at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:487)
 at
org.apache.tomcat.util.net.SecureNioChannel.flush(SecureNioChannel.java:135)
 at
org.apache.tomcat.util.net.SecureNioChannel.write(SecureNioChannel.java:509)
 at
org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.java:94)
 at
org.apache.tomcat.util.net.NioSelectorPool.write(NioSelectorPool.java:174)
 at
org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket(InternalNioOutputBuffer.java:163)
 at
org.apache.coyote.http11.InternalNioOutputBuffer.flushBuffer(InternalNioOutputBuffer.java:242)
 at
org.apache.coyote.http11.InternalNioOutputBuffer.endRequest(InternalNioOutputBuffer.java:121)
 at
org.apache.coyote.http11.AbstractHttp11Processor.endRequest(AbstractHttp11Processor.java:1746)
 at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1100)
 at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
 at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1721)
 at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1679)
 at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
 at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
 at java.lang.Thread.run(Thread.java:724)

 -

 ??? 20, 2013 2:08:11 PM
org.apache.tomcat.util.net.NioEndpoint$PollerEvent run
 SEVERE:
 java.nio.channels.ClosedChannelException
 at
java.nio.channels.spi.AbstractSelectableChannel.register(AbstractSelectableChannel.java:194)
 at
org.apache.tomcat.util.net.NioEndpoint$PollerEvent.run(NioEndpoint.java:896)
 at
org.apache.tomcat.util.net.NioEndpoint$Poller.events(NioEndpoint.java:1038)
 at
org.apache.tomcat.util.net.NioEndpoint$Poller.run(NioEndpoint.java:1194)
 at java.lang.Thread.run(Thread.java:724)

 -

 ??? 20, 2013 2:26:36 PM org.apache.tomcat.util.net.NioEndpoint
processSocket
 SEVERE: Error allocating socket processor
 java.lang.NullPointerException
 at
org.apache.tomcat.util.net.NioEndpoint.processSocket(NioEndpoint.java:726)
 at
org.apache.tomcat.util.net.NioEndpoint$Poller.processKey(NioEndpoint.java:1257)
 at
org.apache.tomcat.util.net.NioEndpoint$Poller.run(NioEndpoint.java:1210)
 at java.lang.Thread.run(Thread.java:724)

 -

 ??? 20, 2013 2:30:38 PM org.apache.tomcat.util.net.NioEndpoint
processSocket
 SEVERE: Error allocating socket processor
 java.lang.NullPointerException

 -



 These are URLs that caused exceptions:

 ERROR: couldn't open URL: http://(snip):82/examples/jsp/chat/
 Invalid Http response

 ERROR: couldn't open URL: http://
(snip):82/examples/jsp/checkbox/check.html
 Invalid Http response

 ERROR: couldn't open URL: http://(snip):82/examples/websocket-deprecated
 Invalid Http response

 ERROR: couldn't open URL: http://(snip):82/examples/servlets
 Invalid Http response

 ERROR: couldn't open URL: http://(snip):82/examples/jsp
 Invalid Http response


 Only those 5 URLs are repeating, other URLs doesn't couse exceptions. I
see exceptions both over HTTP and HTTPS.


 -Ognjen



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



svn commit: r1552895 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/WEB-INF/web.xml

2013-12-21 Thread kkolinko
Author: kkolinko
Date: Sat Dec 21 11:31:48 2013
New Revision: 1552895

URL: http://svn.apache.org/r1552895
Log:
Merged r1530426 from tomcat/trunk:
Add index.xhtml to the welcome files for the examples webapp
It is used by WebSocket (JSR356) Examples.

Modified:
tomcat/tc7.0.x/trunk/   (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml

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

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1552895r1=1552894r2=1552895view=diff
==
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Dec 21 11:31:48 2013
@@ -72,6 +72,14 @@
   /fix
 /changelog
   /subsection
+  subsection name=Web applications
+changelog
+  fix
+Add index.xhtml to the welcome files list for the examples web
+application. (kkolinko)
+  /fix
+/changelog
+  /subsection
 /section
 section name=Tomcat 7.0.50 (violetagg)
   subsection name=Catalina

Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml?rev=1552895r1=1552894r2=1552895view=diff
==
--- tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Sat Dec 21 11:31:48 
2013
@@ -404,4 +404,11 @@
 
listener-classwebsocket.drawboard.DrawboardContextListener/listener-class
 /listener
 
+welcome-file-list
+welcome-fileindex.html/welcome-file
+welcome-fileindex.xhtml/welcome-file
+welcome-fileindex.htm/welcome-file
+welcome-fileindex.jsp/welcome-file
+/welcome-file-list
+
 /web-app



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



svn commit: r1552896 - /tomcat/tc7.0.x/trunk/test/javax/servlet/resources/TestSchemaValidation.java

2013-12-21 Thread kkolinko
Author: kkolinko
Date: Sat Dec 21 11:36:23 2013
New Revision: 1552896

URL: http://svn.apache.org/r1552896
Log:
Remove explicit mergeinfo from the file
(Noted when reviewing commit message for r1547931)

Modified:
tomcat/tc7.0.x/trunk/test/javax/servlet/resources/TestSchemaValidation.java 
  (props changed)

Propchange: 
tomcat/tc7.0.x/trunk/test/javax/servlet/resources/TestSchemaValidation.java
('svn:mergeinfo' removed)



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



[7.0.x] Document is invalid: no grammar found. for MergedWebXml in Jasper

2013-12-21 Thread Konstantin Kolinko
Hi!

I encountered this issue with the current 7.0.x.
It is not visible with 7.0.50, as such errors are being swallowed, as
was fixed by
http://svn.apache.org/r1552826

Steps to reproduce:
1. Download sample webapp from
https://issues.apache.org/bugzilla/show_bug.cgi?id=55019

It is a TAR archive that contains two files
smtest/test.jsp
smtest/toto.jsp

There is no WEB-INF/web.xml file.

2. Add the following line to conf/catalina.properties:
org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true

3. Start Tomcat and access
http://localhost:8080/smtest/test.jsp

An error 500 is displayed and the following is in the localhost.date.log file:

Dec 21, 2013 5:00:16 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [jsp] in context with path
[/smtest] threw exception [org.apache.jasper.JasperException: XML
parsing error on file org.apache.tomcat.util.scan.MergedWebXml: (line
2, col 9)] with root cause
org.xml.sax.SAXParseException; systemId:
file:///X:///output/tomcat7/build/bin/org.apache.tomcat.util.scan.MergedWebXml;
lineNumber: 2; columnNumber: 9; Document is invalid: no grammar found.
at 
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
at 
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
at 
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:437)
at 
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368)
at 
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:325)
at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:227)
at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:604)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3130)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:880)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:117)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
at 
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
at 
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
at 
org.apache.jasper.xmlparser.ParserUtils.parseXMLDocument(ParserUtils.java:105)
at org.apache.jasper.compiler.JspConfig.processWebDotXml(JspConfig.java:95)
at org.apache.jasper.compiler.JspConfig.init(JspConfig.java:243)
at org.apache.jasper.compiler.JspConfig.findJspProperty(JspConfig.java:302)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:114)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:373)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:657)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at 

Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-21 Thread Violeta Georgieva
2013/12/19 Mark Thomas ma...@apache.org

 The proposed Apache Tomcat 8.0.0 release candidate 10 is now available
 for voting.

 Given this is a release candidate I am working on the basis that it is
 equivalent to an alpha. The main changes since RC5 are:
 - Better handling of generic types in the WebSocket 1.0 implementation
 - Refactor resource handling for the class loader
 - Add Cobertura support to the unit tests
 - Remove anti-Jar locking feature and replace it with open stream
   tracking
 - Update to a post Commons Pool 2.0 release snapshot
 - Complete refactoring of TLD handling including caching of parsed TLDs
 - More consistent handling of XML validation options
 - Much more detailed visibility of DBCP connections pools in JMX
 - Better organisation of JMX beans in the default JConsole view
 - Performance improvements
 - Numerous bug fixes

 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC10/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-002/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC10/

 The proposed 8.0.0-RC10 release is:
 [ ] Broken - do not release
 [X] Alpha - go ahead and release as 8.0.0-RC10 alpha


Checked with applications that use the new specifications features.
Regards
Violeta


 Cheers,

 Mark

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



Re: [VOTE] Release Apache Tomcat 7.0.50

2013-12-21 Thread Rainer Jung
On 20.12.2013 13:52, Violeta Georgieva wrote:
 The proposed Apache Tomcat 7.0.50 release is now available for voting.
 
 It can be obtained from:
 https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.50/
 The Maven staging repo is:
 https://repository.apache.org/content/repositories/orgapachetomcat-004/
 The svn tag is:
 http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
 
 The proposed 7.0.50 release is:
 [ ] Broken - do not release
 [X] Stable - go ahead and release as 7.0.50 Stable

+1 to release.

Details:

- MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- src completely consistent with svn tag
- builds fine
  - warning about unchecked calls or conversions in:
- o.a.t.dbcp.dbcp (many classes)
- o.a.t.dbcp.jocl
  - ConstructorUtil
  - JOCLContentHandler
- o.a.t.dbcp.pool
  - impl/CursorableLinkedList
  - impl/EvictionTimer.java
  - impl/GenericKeyedObjectPool
  - impl/GenericObjectPool
  - impl/SoftReferenceObjectPool
  - impl/StackKeyedObjectPool
  - impl/StackObjectPool
  - PoolUtils
- javax/el/ResourceBundleELResolver.java:109 (old)
  Looks more or less unchanged from 7.0.47.
- build result looks consistent with binaries
- no checkstyle complaints
- no Javadoc warnings
- Unit tests: no errors or failures
  - Details of log output see below
- JMX MBean Comparison:
  - MBeans j2eeType=WebModule attribute tldNamespaceAware changed
from false to true
  - ThreadPool MBeans new attribute
executorTerminationTimeoutMillis value 0
  - OperatingSystem MBean OpenFileDescriptorCount up from 57 to 63
  - System Property ...DefaultJarScanner.jarsToSkip now added
entries cobertura-*.jar,asm-*.jar,dom4j-*.jar,icu4j-*
.jar,jaxen-*.jar,jdom-*.jar,jetty-*.jar,oro-*.jar,servlet-api-*.jar,tagsoup-*.jar,xmlParserAPIs-*.jar,xom-*.jar


Build and tests were done using Java 1.6.0_45, java.7.home was pointing
to 1.7.0_45. OS was Solaris 10 Sparc, tcnative was 1.1.29 based on APR
1.4.8 and OpenSSL 1.0.1e (plus a few patches).


Unit test warnings (very similar to 7.0.47, the only one in websocket is
gone, 2 new ones in TestHostConfigAutomaticDeployment, numbers again
higher for tribes [was 19 for 7.0.42, 47 for 7.0.47, now 69):

- org.apache.catalina.deploy.TestWebXmlOrdering
  - BIO, NIO and APR: [main]
org.apache.catalina.deploy.WebXml.orderWebFragments Used a wrong
fragment name z at web.xml absolute-ordering tag!

- org.apache.catalina.deploy.TestWebXml
  - BIO, NIO and APR: [main]
org.apache.catalina.deploy.WebXml.setVersion Unknown version string
[0.0]. Default version will be used.?

- org.apache.tomcat.util.net.TestCustomSsl
  - BIO twice Exception getting SSL attributes
in org.apache.coyote.http11.Http11Processor actionInternal
exception is:
javax.net.ssl.SSLProtocolException: handshake alert: no_certificate
  - NIO twice WARNING: Exception re-negotiating SSL connection
in org.apache.coyote.http11.Http11NioProcessor actionInternal

- org.apache.catalina.startup.TestHostConfigAutomaticDeployment
  in org.apache.catalina.startup.HostConfig deployWARs
  - BIO, NIO and APR: WARNING: The directory [...] will be ignored
because the WAR [...] takes priority and unpackWARs is false
  in org.apache.catalina.startup.HostConfig deployDescriptor
  - BIO, NIO and APR: WARNING: A docBase ... inside the host appBase has
been specified, and will be ignored

- tribes: several warnings (69), numbers much higher (+22) than 7.0.47.
  Same types of messages. Most new ones are of type:
org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.sendElectionMsgToNextInline
Unable to send election message to: ...


Unit test SEVERE messages: 529 total (+287 !).

The new or more frequent ones are:

- 78 imes org.apache.catalina.core.ContainerBase.addChildInternal
ContainerBase.addChild: start:
- 48 times org.apache.catalina.core.StandardContext.resourcesStart Error
starting static Resources
- 48 times org.apache.catalina.startup.HostConfig.deployDescriptor Error
deploying configuration descriptor ...xml
- 18 org.apache.catalina.startup.HostConfig.deployDirectory The web
application with context path [/...] was not deployed because it
contained a deployment descriptor [.../context.xml] which may include
configuration necessary for the secure deployment of the application but
processing of deployment descriptors is prevented by the deployXML
setting of this host. An appropriate descriptor should be created at
[.../xml] to deploy this application.
- 18 org.apache.catalina.startup.HostConfig.deployDirectory Error
deploying web application directory ...
- 12 org.apache.catalina.startup.HostConfig.deployWAR The web
application with context path [/...] was not deployed because it
contained a deployment descriptor [META-INF/context.xml] which may
include configuration necessary for the secure deployment of the
application but processing of deployment descriptors is prevented by the
deployXML 

[Bug 55918] New: CTL characters may appear in quoted values for RFC2109 V1 cookies

2013-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55918

Bug ID: 55918
   Summary: CTL characters may appear in quoted values for RFC2109
V1 cookies
   Product: Tomcat 8
   Version: trunk
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Connectors
  Assignee: dev@tomcat.apache.org
  Reporter: jboy...@apache.org

If a V1 cookie contains a CTL character in a quoted value, no error is logged
or raised. This differs from CTLs in unquoted values that result in an
IllegalArgumentException and a 500 response.

Example:
Cookie: $Version=1; foo=b_BS_r
where _BS_ is a BS character (0x08)

RFC2109 allows the value to be quoted-string which from RFC2616 may contain
TEXT which must not contain CTLs.

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

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



[jira] [Created] (MTOMCAT-253) link to file:///Users/olamy/tomcat-maven-plugin-2.2/

2013-12-21 Thread Basile Chandesris (JIRA)
Basile Chandesris created MTOMCAT-253:
-

 Summary: link to file:///Users/olamy/tomcat-maven-plugin-2.2/
 Key: MTOMCAT-253
 URL: https://issues.apache.org/jira/browse/MTOMCAT-253
 Project: Apache Tomcat Maven Plugin
  Issue Type: Documentation
  Components: tomcat7
Affects Versions: 2.2
Reporter: Basile Chandesris
Assignee: Olivier Lamy (*$^¨%`£)
Priority: Minor
 Fix For: 2.2


http://tomcat.apache.org/maven-plugin-2.2/distribution-management.html
contains 

Site - apache.website

file:///Users/olamy/tomcat-maven-plugin-2.2/



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[jira] [Commented] (MTOMCAT-177) tomcat7:deploy ignores proxy settings

2013-12-21 Thread Basile Chandesris (JIRA)

[ 
https://issues.apache.org/jira/browse/MTOMCAT-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13854939#comment-13854939
 ] 

Basile Chandesris commented on MTOMCAT-177:
---

https://github.com/apache/tomcat-maven-plugin/pull/3

http://karaf.apache.org/manual/latest-2.3.x/developers-guide/github-contributions.html

 tomcat7:deploy ignores proxy settings
 -

 Key: MTOMCAT-177
 URL: https://issues.apache.org/jira/browse/MTOMCAT-177
 Project: Apache Tomcat Maven Plugin
  Issue Type: Bug
  Components: tomcat7
Affects Versions: 2.0
Reporter: Brad Larson
Assignee: Olivier Lamy (*$^¨%`£)
  Labels: proxy
 Fix For: moreinfo

 Attachments: MTOMCAT-177.patch


 Using these settings:
 groupIdorg.apache.tomcat.maven/groupId
 artifactIdtomcat7-maven-plugin/artifactId
 version2.0-SNAPSHOT/version
 When running tomcat7:deploy behind a network proxy (specified in 
 ~/.m2/settings.xml), the deploy will fail with a very generic error message.  
 Running outside of the proxy (with no proxy settings in ~/.m2/settings.xml) 
 works fine.
 The error message is simply Connection refused, no other details provided.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[Bug 55917] Cookie parsing fails hard with ISO-8859-1 values

2013-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55917

Jeremy Boynes jboy...@apache.org changed:

   What|Removed |Added

  Attachment #31139|0   |1
is obsolete||

--- Comment #5 from Jeremy Boynes jboy...@apache.org ---
Created attachment 31140
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=31140action=edit
Allow 0xa0-0xff in V0 values only

Minimal patch allowing ISO-8859-1 characters in the range 0xa0-0xff for V0
values only.

This refactors the check when processing tokens to allow 8-bit characters just
for V0 values. They will still trigger an IllegalArgumentException if they
appear in a name or in a V1 unquoted value.

V1 quoted values already support them via a different code path. I discovered
an issue (#55918) there where CTLs will not cause an IAE and will appear in the
returned value. I've tagged the tests for that as @Ignored to be resolved in a
different fix.

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

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



Re: [VOTE] Release Apache Tomcat 7.0.50

2013-12-21 Thread Ognjen Blagojevic

Violeta,

On 21.12.2013 12:30, Violeta Georgieva wrote:

Thanks for the testing.
I'm still not convinced to stop the voting based on the frequency (1/5000)
of the problem.


Ok.

I'm having hard time creating reproducible test case. As I test more, 
the frequency of failures is even lower then I initially reported. 
Sometimes it takes 5k request to create a failure, and sometimes even 
500k reqests is not enough.


If anyone wants to try to reproduce the problem, at the end of this 
message is a test I use. At the first phase, it crawls all pages 
starting from Tomcat root at localhost:8080. At the second phase, it 
starts reading all collected URLs, 500 times in a row. In total, it 
reads around 140k pages. If there is an error it will be printed in the 
console, e.g:



Round: 75 / 500
Round: 76 / 500
ERROR: couldn't open URL: 
'http://localhost:82/examples/jsp/jsptoserv/ServletToJsp.java.html

Invalid Http response
Round: 77 / 500
Round: 78 / 500


There are also errors during the first phase (crawling), but they are 
404s (e.g. /docs/api/*) or 401s (e.g. /manager/html), and may be ignored.


-Ognjen


package webcrawler;

// Based on: http://cs.nyu.edu/courses/fall02/G22.3033-008/WebCrawler.java

import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import java.util.Hashtable;
import java.util.Vector;

public class WebCrawler {
public static final int MAX_PAGES = 2000; // Absolute max pages
public static final int MAXSIZE = 200; // Max size of file
public static final boolean DEBUG = false;

// URLs to be searched
VectorURL newURLs;
// Known URLs
HashtableURL, Integer knownURLs;
String startUrl;

public static void main(String[] argv) throws Exception {
WebCrawler wc = new WebCrawler();

String start = http://localhost:8080/;;
wc.crawl(start);
wc.repeat();
}

// initializes data structures. argv is the command line arguments.
public void initialize(String start) {
URL url;
knownURLs = new HashtableURL, Integer();
newURLs = new VectorURL();
try {
startUrl = start;
url = new URL(startUrl);
} catch (MalformedURLException e) {
System.out.println(Invalid starting URL  + startUrl);
return;
}
knownURLs.put(url, new Integer(1));
newURLs.addElement(url);
System.out.println(Starting search: Initial URL  + 
url.toString());

System.out.println(Maximum number of pages: + MAX_PAGES);

}

// adds new URL to the queue. Accept only new URL's that end in
// htm or html. oldURL is the context, newURLString is the link
// (either an absolute or a relative URL).

public void addnewurl(URL oldURL, String newUrlString) {
URL url;
if (oldURL.toString().matches(.*?/[a-z0-9_-]+)) {
try {
oldURL = new URL(oldURL.toString() + /);
} catch (MalformedURLException e) {
throw new RuntimeException(e);
}
}
if (DEBUG)
System.out.println(URL String  + newUrlString);
try {
url = new URL(oldURL, newUrlString);
if (!knownURLs.containsKey(url)  
url.toString().startsWith(startUrl)) {

knownURLs.put(url, new Integer(1));
newURLs.addElement(url);
System.out.println(Found new URL  + url.toString());
}
} catch (MalformedURLException e) {
return;
}
}

// Download contents of URL
public String getpage(URL url, boolean printMessages) {
try {
// try opening the URL
URLConnection urlConnection = url.openConnection();
if (printMessages) {
System.out.println(Downloading  + url.toString());
}
if (url.toString().contains(/examples/async/)) {
System.out.println(skip async url  + url.toString());
return ;
}

urlConnection.setAllowUserInteraction(false);

InputStream urlStream = url.openStream();
// search the input stream for links
// first, read in the entire URL
byte b[] = new byte[1000];
int numRead = urlStream.read(b);
String content = new String(b, 0, numRead);
while ((numRead != -1)  (content.length()  MAXSIZE)) {
numRead = urlStream.read(b);
if (numRead != -1) {
String newContent = new String(b, 0, numRead);
content += newContent;
}
}
return content;

} catch (IOException e) {
System.out.println(ERROR: couldn't open URL: ' + 
url.toString());

System.out.println(e.getMessage());
return ;
}
}


[jira] [Deleted] (MTOMCAT-251) User is not logged in as current user

2013-12-21 Thread *$^¨%`£

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy (*$^¨%`£) deleted MTOMCAT-251:
---


 User is not logged in as current user
 -

 Key: MTOMCAT-251
 URL: https://issues.apache.org/jira/browse/MTOMCAT-251
 Project: Apache Tomcat Maven Plugin
  Issue Type: Bug
Reporter: ram
Assignee: Olivier Lamy (*$^¨%`£)
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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



[jira] [Created] (MTOMCAT-254) lreharih

2013-12-21 Thread ram (JIRA)
ram created MTOMCAT-254:
---

 Summary: lreharih
 Key: MTOMCAT-254
 URL: https://issues.apache.org/jira/browse/MTOMCAT-254
 Project: Apache Tomcat Maven Plugin
  Issue Type: Test
Reporter: ram






--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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



[jira] [Deleted] (MTOMCAT-254) lreharih

2013-12-21 Thread *$^¨%`£

 [ 
https://issues.apache.org/jira/browse/MTOMCAT-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy (*$^¨%`£) deleted MTOMCAT-254:
---


 lreharih
 

 Key: MTOMCAT-254
 URL: https://issues.apache.org/jira/browse/MTOMCAT-254
 Project: Apache Tomcat Maven Plugin
  Issue Type: Test
Reporter: ram





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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



Bug report for Tomcat Connectors [2013/12/22]

2013-12-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|34526|Opn|Nor|2005-04-19|Truncated content in decompressed requests from mo|
|35959|Opn|Enh|2005-08-01|mod_jk not independant of UseCanonicalName|
|43303|New|Enh|2007-09-04|Versioning under Windows not reported by many conn|
|43968|Inf|Enh|2007-11-26|[patch] support ipv6 with mod_jk  |
|44290|Inf|Nor|2008-01-24|mod_jk/1.2.26: retry is not useful for an importan|
|44349|Inf|Maj|2008-02-04|mod_jk/1.2.26 module does not read worker.status.s|
|44379|New|Enh|2008-02-07|convert the output of strftime into UTF-8 |
|44454|New|Nor|2008-02-19|busy count reported in mod_jk inflated, causes inc|
|44571|New|Enh|2008-03-10|Limits busy per worker to a threshold |
|45063|New|Nor|2008-05-22|JK-1.2.26 IIS ISAPI filter issue when running diff|
|45313|New|Nor|2008-06-30|mod_jk 1.2.26  apache 2.2.9 static compiled on so|
|46337|New|Nor|2008-12-04|real worker name is wrong |
|46767|New|Enh|2009-02-25|mod_jk to send DECLINED in case no fail-over tomca|
|47327|New|Enh|2009-06-07|remote_user not logged in apache logfile  |
|47617|Inf|Enh|2009-07-31|include time spent doing ajp_get_endpoint() in err|
|47678|New|Cri|2009-08-11|Unable to allocate shared memory when using isapi_|
|47714|New|Cri|2009-08-20|Reponse mixed between users   |
|47750|New|Maj|2009-08-27|Loss of worker settings when changing via jkstatus|
|47795|New|Maj|2009-09-07|service sticky_session not being set correctly wit|
|47840|Inf|Min|2009-09-14|A broken worker name is written in the log file.  |
|48191|New|Maj|2009-11-13|Problem with mod_jk 1.2.28 - Can not render up the|
|48460|New|Nor|2009-12-30|mod_proxy_ajp document has three misleading portio|
|48490|New|Nor|2010-01-05|Changing a node to stopped in uriworkermap.propert|
|48513|New|Enh|2010-01-09|IIS Quick setup instructions  |
|48564|New|Nor|2010-01-18|Unable to turn off retries for LB worker  |
|48830|New|Nor|2010-03-01|IIS shutdown blocked in endpoint service when serv|
|48891|Opn|Enh|2010-03-11|Missing EOL-style settings in tomcat/jk/trunk |
|49035|New|Maj|2010-04-01|data lost when post a multipart/form-data form|
|49063|New|Enh|2010-04-07|Please add JkStripSession status in jk-status work|
|49135|New|Enh|2010-04-16|SPDY Connector for The Tomcat |
|49469|New|Enh|2010-06-19|Workers status page has negative number of connect|
|49732|Opn|Nor|2010-08-10|reply_timeout can't wait forever. |
|49822|New|Enh|2010-08-25|Add hash lb worker method |
|49903|New|Enh|2010-09-09|Make workers file reloadable  |
|50186|New|Nor|2010-10-31|Wrong documentation of connection_pool_timeout / c|
|52334|New|Maj|2011-12-14|recover_time is not properly used |
|52483|New|Enh|2012-01-18|Print JkOptions's options in log file and jkstatus|
|52651|New|Nor|2012-02-13|JKSHMFile size limitation |
|53324|Opn|Nor|2012-05-30|Starting with mod_jk 1.2.35 I cannot modify worker|
|53542|New|Min|2012-07-13|Spelling mistake on 503 service unavailable page  |
|53762|New|Nor|2012-08-22|JK status manager: mass nodes handling doesn't wor|
|53883|New|Maj|2012-09-17|isapi_redirect v 1.2.37 crashes w3wp.exe  on the p|
|53977|New|Maj|2012-10-07|32bits isapi connector cannot work in wow64 mode  |
|54027|New|Cri|2012-10-18|isapi send request to outside address instead of i|
|54112|Opn|Blk|2012-11-07|ISAPI redirector not working when IIS recycles|
|54117|New|Maj|2012-11-08|access violation exception in isapi_redirect.dll  |
|54177|New|Nor|2012-11-20|jkmanager generates non-well-formed XML for certai|
|54596|New|Nor|2013-02-22|Relative path functionality truncates last charact|
|54621|New|Nor|2013-02-28|[PATCH] custom mod_jk availability checks |
|54646|New|Trv|2013-03-06|socket_keepalive is sometimes 1 or true or True in|
|54923|New|Nor|2013-05-03|nsapi_redirect.so does not work with iPlanet on So|

Bug report for Taglibs [2013/12/22]

2013-12-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|38193|Ass|Enh|2006-01-09|[RDC] BuiltIn Grammar support for Field   |
|38600|Ass|Enh|2006-02-10|[RDC] Enable RDCs to be used in X+V markup (X+RDC)|
|42413|New|Enh|2007-05-14|[PATCH] Log Taglib enhancements   |
|46052|New|Nor|2008-10-21|SetLocaleSupport is slow to initialize when many l|
|48333|New|Enh|2009-12-02|TLD generator |
|55609|New|Enh|2013-09-28|c:forEach loop on integer range consumes unnecessa|
+-+---+---+--+--+
| Total6 bugs   |
+---+

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



Bug report for Tomcat 7 [2013/12/22]

2013-12-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|18500|New|Enh|2003-03-30|Host aliases to match by regular expression   |
|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn  |
|40881|Opn|Enh|2006-11-02|Unable to receive message through  TCP channel - |
|41007|Opn|Enh|2006-11-20|Can't define customized 503 error page|
|43866|New|Enh|2007-11-14|add support for session attribute propagation with|
|43925|Opn|Enh|2007-11-21|org.apache.jasper.runtime.BodyContentImpl causing |
|44216|New|Enh|2008-01-11|Don't reuse session ID even if emptySessionPath=tr|
|49395|New|Enh|2010-06-06|manager.findLeaks : display the date when the leak|
|49589|New|Enh|2010-07-12|Tag handlers with constant attribute values are al|
|49785|New|Enh|2010-08-19|Enabling TLS for JNDIRealm|
|49821|New|Enh|2010-08-25|Tomcat CLI|
|50019|New|Enh|2010-09-28|Adding JNDI lookup-name support In XML and Resou|
|50175|New|Enh|2010-10-28|Enhance memory leak detection by selectively apply|
|50234|New|Enh|2010-11-08|JspC use servlet 3.0 features |
|50504|New|Enh|2010-12-21|Allow setting query string character set trough re|
|50670|New|Enh|2011-01-27|Tribes | RpcChannel | Add option to specify extern|
|51195|New|Enh|2011-05-13|Find leaks reports a false positive memory/class|
|51423|Inf|Enh|2011-06-23|[Patch] to add a path and a version parameters to |
|51463|New|Enh|2011-07-01|Tomcat.setBaseDir  (package org.apache.catalina.st|
|51496|New|Enh|2011-07-11|NSIS - Warn that duplicate service name will resul|
|51587|New|Enh|2011-07-29|Implement status and uptime commands  |
|51953|New|Enh|2011-10-04|Proposal: netmask filtering valve and filter  |
|52235|New|Enh|2011-11-23|Please do a bit of SEO tuning for the web site|
|52381|New|Enh|2011-12-22|Please add OSGi metadata  |
|52448|New|Enh|2012-01-11|Cache jar indexes in WebappClassLoader to speed up|
|52489|New|Enh|2012-01-19|Enhancement request for code signing of war files |
|52688|New|Enh|2012-02-16|Add ability to remove old access log files|
|52751|Opn|Enh|2012-02-23|Optimized configuration of the system info display|
|52952|New|Enh|2012-03-20|Improve ExtensionValidator handling for embedded s|
|53085|New|Enh|2012-04-16|[perf] [concurrency] DefaultInstanceManager.annota|
|53387|New|Enh|2012-06-08|SSI: Allow to use $1 to get result of regular expr|
|53411|Opn|Enh|2012-06-13|NullPointerException in org.apache.tomcat.util.buf|
|53492|New|Enh|2012-07-01|Make JspC shell multithreaded |
|53553|New|Enh|2012-07-16|[PATCH] Deploy uploaded WAR with context.xml from |
|53620|New|Enh|2012-07-30|[juli] delay opening a file until something gets l|
|54330|New|Enh|2012-12-19|Patch with some refactoring of Member.java|
|54499|New|Enh|2013-01-29|Implementation of Extensible EL Interpreter   |
|54618|New|Enh|2013-02-28|Add filter implementing HTTP Strict Transport Secu|
|54802|New|Enh|2013-04-04|Provide location information for exceptions thrown|
|55104|New|Enh|2013-06-16|Allow passing arguments with spaces to Commons Dae|
|55470|New|Enh|2013-08-23|Help users for ClassNotFoundExceptions during star|
|55477|New|Enh|2013-08-23|Add a solution to map an realm name to a security |
|55530|New|Enh|2013-09-06|webdavServlet support aliases folder upload and de|
|55662|New|Enh|2013-10-17|Add a way to set an instance of java.sql.Driver di|
|55743|New|Enh|2013-11-05|Shutdown script broken on linux when only using PI|
|55855|New|Enh|2013-12-07|Unexpected WsFilter is configured in a webapp that|
|55888|Opn|Nor|2013-12-16|Not clear that a container may only contain a sing|
+-+---+---+--+--+
| Total   47 bugs   |
+---+

-
To unsubscribe, 

Bug report for Tomcat Modules [2013/12/22]

2013-12-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|48240|New|Nor|2009-11-19|Tomcat-Lite missing @Override markers |
|48268|New|Nor|2009-11-23|Patch to fix generics in tomcat-lite  |
|48861|New|Nor|2010-03-04|Files without AL headers  |
|49685|New|Nor|2010-08-02|Unsafe synchronization in class ManagedBean   |
|49686|New|Nor|2010-08-02|Using an instance lock to protect static shared da|
|50571|Inf|Nor|2011-01-11|Tomcat 7 JDBC connection pool exception enhancemen|
|51595|Inf|Nor|2011-08-01|org.apache.tomcat.jdbc.pool.jmx.ConnectionPool sho|
|51879|Inf|Enh|2011-09-22|Improve access to Native Connection Methods   |
|52024|Inf|Enh|2011-10-13|Custom interceptor to support automatic failover o|
|53088|Opn|Min|2012-04-17|Give PoolCleaner TimerTask a better name  |
|53198|New|Cri|2012-05-07|'driverClassName' Data Source Property Being Manda|
|53199|Inf|Enh|2012-05-07|Refactor ConnectionPool to use ScheduledExecutorSe|
|53200|New|Enh|2012-05-07|Be able to use SlowQueryReport without reporting f|
|53770|New|Enh|2012-08-23|tomcat-pool: always log validation query syntax er|
|53853|New|Nor|2012-09-11|Can tomcat-jdbc consider Thread#getContextClassLoa|
|54225|New|Nor|2012-11-30|if initSQL property is set to an empty string a Nu|
|54227|New|Nor|2012-11-30|maxAge should be checked on borrow|
|54235|New|Nor|2012-12-03|tomcat jdbc pool stackoverflow error used with spr|
|54395|New|Nor|2013-01-09|JdbcInterceptor config parameter parsing errors   |
|54437|New|Enh|2013-01-16|Update PoolProperties javadoc for ConnectState int|
|54537|New|Cri|2013-02-07|StatementFinalizer closeInvoked is too slow for la|
|54929|New|Nor|2013-05-05|jdbc-pool cannot be used with Java 1.5, java.lang|
|54978|New|Nor|2013-05-15|Validate on Borrow should be tested on Reconnect i|
|55078|New|Nor|2013-06-07|Configuring a DataSource Resource with dataSourceJ|
|55444|New|Nor|2013-08-18|Support JDBC Drivers outside of tomcat/lib/   |
+-+---+---+--+--+
| Total   25 bugs   |
+---+

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



Bug report for Tomcat 6 [2013/12/22]

2013-12-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|41679|New|Enh|2007-02-22|SemaphoreValve should be able to filter on url pat|
|43001|New|Enh|2007-07-30|JspC lacks setMappedFile and setDie for use in Ant|
|43400|New|Enh|2007-09-14|enum support for tag libs |
|43548|Opn|Enh|2007-10-04|xml schema for tomcat-users.xml   |
|43682|New|Enh|2007-10-23|JULI: web-inf/classes/logging.properties to suppor|
|43742|New|Enh|2007-10-30|.tag compiles  performed one at a time -- extremel|
|43979|New|Enh|2007-11-27|Add abstraction for Java and Classfile output |
|44199|New|Enh|2008-01-10|expose current backlog queue size |
|44225|New|Enh|2008-01-14|SSL connector tries to load the private keystore f|
|44294|New|Enh|2008-01-25|Support for EL functions with varargs |
|44645|New|Enh|2008-03-20|[Patch] JNDIRealm - Doesn't support JNDI java.nam|
|44787|New|Enh|2008-04-09|provide more error context on java.lang.IllegalSt|
|45014|New|Enh|2008-05-15|Request and Response classes should have wrappers |
|45282|New|Enh|2008-06-25|NioReceiver doesn't close cleanly, leaving sockets|
|45832|New|Enh|2008-09-18|add DIGEST authentication support to Ant tasks|
|45878|New|Enh|2008-09-24|Generated jars do not contain proper manifests or |
|45879|Opn|Enh|2008-09-24|Windows installer fails to install NOTICE and RELE|
|45931|Opn|Enh|2008-10-01|trimSpaces incorrectly modifies output|
|46173|New|Enh|2008-11-09|Small patch for manager app: Setting an optional c|
|46263|Opn|Enh|2008-11-21|Tomcat reloading of context.xml does not update do|
|46284|New|Enh|2008-11-24|Add flag to DeltaManager that blocks processing cl|
|46350|New|Enh|2008-12-05|Maven repository should contain source bundles|
|46558|Opn|Enh|2009-01-19|Shutdown port with address binding|
|46902|New|Enh|2009-03-24|LoginValve to bypass restrictions of j_security_ch|
|47214|New|Enh|2009-05-17|Inner classes that are explicitly referenced - sho|
|47242|New|Enh|2009-05-22|request for AJP command line client   |
|47281|New|Enh|2009-05-28|Efficiency of the JDBCStore   |
|47407|New|Enh|2009-06-23|HttpSessionListener doesn't operate in the session|
|47467|New|Enh|2009-07-02|Deployment of the war file by URL when contextpath|
|47834|New|Enh|2009-09-14|TldConfig throws Exception when exploring unpacked|
|47919|New|Enh|2009-09-30|Log Tomcat  Java environment variables in additio|
|48358|Opn|Enh|2009-12-09|JSP-unloading reloaded|
|48543|New|Enh|2010-01-14|[Patch] More flexibility in specifying -Dcatalina.|
|48672|New|Enh|2010-02-03|Tomcat Virtual Host Manager (/host-manager) have b|
|48674|New|Enh|2010-02-03|Tomcat Virtual Host Manager application doesn't pe|
|48743|New|Enh|2010-02-15|Make the SLEEP variable in catalina.sh settable fr|
|48899|New|Enh|2010-03-12|Guess URI charset should solve lot of problems|
|48922|New|Enh|2010-03-16|org.apache.catalina.connector.Request clone static|
|48928|New|Enh|2010-03-17|An alternative solution to preloading classes when|
|49161|New|Enh|2010-04-21|Unknown Publisher when installing tomcat 6.0.26   |
|49176|Opn|Enh|2010-04-23|Jasper in Dev Mode Is Memory Inefficient  |
|49464|New|Enh|2010-06-18|DefaultServlet and CharacterEncoding  |
|49531|New|Enh|2010-06-30|singlesignon failover not working on DeltaManager/|
|49804|New|Enh|2010-08-23|Allow Embedded.redirectStreams value to be configu|
|49939|New|Enh|2010-09-16|Expose a method via JMX which empties the webapp f|
|49943|New|Enh|2010-09-16|Logging (via juli) does not reread configuration c|
|50285|New|Enh|2010-11-17|Standard HTTP and AJP connectors silently ignore a|
|50288|New|Enh|2010-11-17|Uploading a war file that already exists should au|
|50692|New|Enh|2011-01-31|Improve log message in ThreadPool.logFull |
|51142|New|Enh|2011-05-03|Offer possible resolution of StringIndexOutOfBound|
|51513|New|Enh|2011-07-15|GzipInterceptor: Do not compress small packages   |

Bug report for Tomcat 8 [2013/12/22]

2013-12-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|51497|New|Enh|2011-07-11|Use canonical IPv6 text representation in logs|
|53737|Opn|Enh|2012-08-18|Use ServletContext.getJspConfigDescriptor() in Jas|
|53930|New|Enh|2012-09-24|allow capture of catalina stdout/stderr to a comma|
|54503|New|Enh|2013-01-29|SAML2 based single sign on|
|54700|New|Enh|2013-03-15|Improvement: Add support for system property to sp|
|54741|New|Enh|2013-03-22|Add org.apache.catalina.startup.Tomcat#addWebapp(S|
|55006|New|Enh|2013-05-22|Add http proxy support for ClientEndpoint using sy|
|55243|New|Enh|2013-07-11|Add special search string for nested roles|
|55252|New|Enh|2013-07-12|Separate Ant and command-line wrappers for JspC   |
|55383|New|Enh|2013-08-07|Improve markup and design of Tomcat's HTML pages  |
|55479|New|Enh|2013-08-24|JSR 196 (JASPIC) support in Tomcat|
|9|New|Enh|2013-09-14|UserDatabaseRealm enhacement: may use local JNDI  |
|55675|New|Enh|2013-10-18|Checking and handling invalid configuration option|
|55770|New|Enh|2013-11-12|Allow the crlFile to be reloaded  |
|55788|New|Enh|2013-11-16|TagPlugins should key on tag QName rather than imp|
|55884|Ver|Maj|2013-12-14|JSPs no longer compile in Java 8  |
|55893|New|Enh|2013-12-16|Split AccessLogValve and extract the formatting lo|
|55917|New|Nor|2013-12-20|Cookie parsing fails hard with ISO-8859-1 values  |
|55918|New|Nor|2013-12-21|CTL characters may appear in quoted values for RFC|
+-+---+---+--+--+
| Total   19 bugs   |
+---+

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



Bug report for Tomcat Native [2013/12/22]

2013-12-21 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|46179|Opn|Maj|2008-11-10|apr ssl client authentication |
|48655|Inf|Nor|2010-02-02|Active multipart downloads prevent tomcat shutdown|
|49038|Inf|Nor|2010-04-02|Crash in tcnative |
|52319|Inf|Maj|2011-12-12|Tomcat 6 crashes with [libapr-1.so.0+0x196da]  sig|
|52627|New|Min|2012-02-08|Segmentation fault in org.apache.tomcat.jni.File.i|
|53605|Inf|Nor|2012-07-26|use tcnative-1.1.24 Tomcat shutdown still crash   |
|53847|Inf|Nor|2012-09-10|High CPU usage in tomcat native 1.22+ |
|53940|New|Enh|2012-09-27|Added support for new CRL loading after expiration|
|53952|New|Nor|2012-10-02|Add support for TLS 1.1 and 1.2   |
|54085|New|Nor|2012-11-01|ssl_socket_recv sometimes loops infinitely with no|
|54664|New|Reg|2013-03-11|[1.1.27 branch] Poll.remove incorrectly reports AP|
|55087|New|Cri|2013-06-10|tomcat crashes in tcnative-1.dll with OCSP when OC|
|55113|Inf|Nor|2013-06-18|FIPS-compatible OpenSSL fails fingerprint test in |
|55114|New|Nor|2013-06-18|BUILDING file in win32 source package contains UNI|
|55588|Inf|Maj|2013-09-24|Tomcat randomly crashes with [libtcnative-1.so+0x1|
|55706|New|Nor|2013-10-25|broken apr version check in native v1.1.29 build; |
|55771|New|Maj|2013-11-12|Memory leak and then crash in org.apache.tomcat.jn|
|55797|Inf|Nor|2013-11-19|Tomcat 7.0.47 crashes using server jvm.dll and APR|
|55915|New|Nor|2013-12-20|Add EECDH support to tcnative-1.dll   |
+-+---+---+--+--+
| Total   19 bugs   |
+---+

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