[Bug 57454] New: abc

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57454

Bug ID: 57454
   Summary: abc
   Product: Tomcat 6
   Version: unspecified
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Cluster
  Assignee: dev@tomcat.apache.org
  Reporter: charpe.su...@gmail.com

123456

-- 
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



[Bug 57455] New: Bootstrap doesn't handle paths with one quote

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57455

Bug ID: 57455
   Summary: Bootstrap doesn't handle paths with one quote
   Product: Tomcat 9
   Version: unspecified
  Hardware: PC
OS: All
Status: NEW
  Severity: trivial
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: tob...@stoeckmann.org

Created attachment 32374
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=32374action=edit
Fix with tests

During bootstrap, repositories for class loaders are scanned from
configuration. The syntax allows to quote paths and/or to simply join them with
commas.

If the path starts with a quote (), Bootstrap#getPaths assumes that it must
have hit the first regular expression match and implies that it will end with a
quote, too.

This is not correct, a for example would be allowed due to the second regular
expression rule. Bootstrap#getPaths would swallow the last character (a) and
proceed.

The fix is simple: Before removing the quotes, make sure that the string
actually ends with a quote.

Please see attached diff for latest trunk version of Tomcat 9, which also
covers the issue with a new test case.

-- 
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



[Bug 57454] abc

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57454

Chuck Caldarale chuck.caldar...@unisys.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID
 OS||All

--- Comment #1 from Chuck Caldarale chuck.caldar...@unisys.com ---
Bugzilla is not a playground.

-- 
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



Bug report for Tomcat Modules [2015/01/18]

2015-01-17 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|
|53199|Inf|Enh|2012-05-07|Refactor ConnectionPool to use ScheduledExecutorSe|
|54437|New|Enh|2013-01-16|Update PoolProperties javadoc for ConnectState int|
|54929|Inf|Nor|2013-05-05|jdbc-pool cannot be used with Java 1.5, java.lang|
|55078|New|Nor|2013-06-07|Configuring a DataSource Resource with dataSourceJ|
|56046|New|Enh|2014-01-21|org.apache.tomcat.jdbc.pool.XADataSource InitSQL p|
|56088|New|Maj|2014-01-29|AbstractQueryReport$StatementProxy throws exceptio|
|56310|Inf|Maj|2014-03-25|PooledConnection and XAConnection not handled corr|
|56586|New|Nor|2014-06-02|initSQL should be committed if defaultAutoCommit =|
|56660|New|Maj|2014-06-23|Resource leak in FairBlockingQueue::poll method   |
|56765|New|Cri|2014-07-23|Classloader leak in Tomcat 8.0.9 caused by DBCP 2.|
|56775|New|Nor|2014-07-28|PoolCleanerTime schedule issue|
|56779|New|Nor|2014-07-28|Allow multiple connection initialization statement|
|56790|New|Nor|2014-07-29|Resizing pool.maxActive to a higher value at runti|
|56798|New|Nor|2014-07-31|Idle eviction strategy could perform better (and i|
|56804|New|Nor|2014-08-02|Use a default validationQueryTimeout other than f|
|56805|New|Nor|2014-08-02|datasource.getConnection() may be unnecessarily bl|
|56837|New|Nor|2014-08-11|if validationQuery have error with timeBetweenEvic|
|56970|New|Nor|2014-09-11|MaxActive vs. MaxTotal for commons-dbcp and tomcat|
|56974|New|Nor|2014-09-12|jdbc-pool validation query defaultAutoCommit statu|
+-+---+---+--+--+
| Total   28 bugs   |
+---+

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



Bug report for Taglibs [2015/01/18]

2015-01-17 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 |
|57434|New|Nor|2015-01-11|Race condition in EL1.0 validation|
+-+---+---+--+--+
| 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 8 [2015/01/18]

2015-01-17 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  |
| |   |   |  |  |
|43925|Opn|Enh|2007-11-21|org.apache.jasper.runtime.BodyContentImpl causing |
|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|
|55969|New|Enh|2014-01-07|Security-related enhancements to the Windows Insta|
|55988|New|Enh|2014-01-11|Add parameter useCipherSuitesOrder to JSSE (BIO an|
|56166|New|Enh|2014-02-20|Suggestions for exception handling (avoid potentia|
|56361|New|Enh|2014-04-08|org.apache.tomcat.websocket.WsWebSocketContainer#b|
|56397|New|Enh|2014-04-11|Establish parallel Maven-based build process  |
|56398|New|Enh|2014-04-11|Support Arquillian-based unit testing |
|56399|New|Enh|2014-04-11|Re-factor request/response recycling so Coyote and|
|56402|New|Enh|2014-04-11|Add support for HTTP Upgrade to AJP components|
|56448|New|Enh|2014-04-23|Implement a robust solution for client initiated S|
|56546|New|Enh|2014-05-19|Improve thread trace logging in WebappClassLoader.|
|56676|New|Enh|2014-06-26|Normalize access to native library|
|56713|New|Enh|2014-07-12|Limit time that incoming request waits while webap|
|56724|New|Enh|2014-07-15|Restart Container background thread if it died une|
|56777|New|Enh|2014-07-28|Allow configuration resources to be loaded from pl|
|56838|Opn|Enh|2014-08-11|Performance drop when repeatedly calling WebappCla|
|56890|Inf|Maj|2014-08-26|getRealPath returns null  |
|56917|New|Enh|2014-09-05|Create a configuration to write relative 302 respo|
|56966|New|Enh|2014-09-11|AccessLogValve's elapsed time has 15ms precision o|
|57021|New|Enh|2014-09-25|Improve logging in AprLifecycleListener and jni.Li|
|57123|New|Enh|2014-10-21|Update to Eclipse ECJ 4.4.1   |
|57130|New|Enh|2014-10-22|Allow digest.sh to accept password from a file or |
|57135|Inf|Min|2014-10-23|ImportHandler shall ignore non-public classes |
|57178|New|Enh|2014-11-03|Add CorsFilter configuration option to allow reque|
|57287|New|Enh|2014-11-29|Sort files listed by DefaultServlet   |
|57345|New|Enh|2014-12-12|APR/Native HTTPS Connector Should Support All Open|
|57421|New|Enh|2015-01-07|Farming default directories   |
|57441|New|Nor|2015-01-14|EL Lambda expression in a JSP fails with The funct|
|57446|New|Nor|2015-01-15|Catalina presents a wrapped ServletContext in de-i|
+-+---+---+--+--+
| Total   44 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 [2015/01/18]

2015-01-17 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  |
| |   |   |  |  |
|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|
|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|
|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|
|55938|New|Nor|2013-12-29|clang-analyzer report for 1.1.31  |
|56027|Opn|Nor|2014-01-17|Unable to use TCN on RHEL6 boxes if box is booted |
|56108|New|Nor|2014-02-04|Allow user-defined Diffie-Hellman parameters  |
|56313|New|Maj|2014-03-25|Tomcat 8 crashes in tcnative-1.dll+0x7923 |
|56378|New|Nor|2014-04-09|Cert load fails if cert is located in path with no|
|56415|New|Maj|2014-04-16|EXCEPTION_ACCESS_VIOLATION (0xc005) in tcnativ|
|56878|New|Trv|2014-08-21|Checking whether unsigned int is less than zero is|
|56997|New|Reg|2014-09-19|java.lang.UnsatisfiedLinkError: org.apache.tomcat.|
|57140|New|Cri|2014-10-24|tcnative-1.dll 1.1.31 indicated in fatal error|
|57432|New|Nor|2015-01-11|Incorrect values for SSL_OP_NO_TLSv1_1 and SSL_OP_|
+-+---+---+--+--+
| 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 7 [2015/01/18]

2015-01-17 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|
|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 [PATCH/Contribution]   |
|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|
|50944|Ver|Blk|2011-03-18|JSF: java.lang.NullPointerException at com.sun.fac|
|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 [PATC|
|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 [PATCHE|
|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 [PATCH |
|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 |
|55662|New|Enh|2013-10-17|Add a way to set an instance of java.sql.Driver di|
|56148|New|Enh|2014-02-17|support (multiple) ocsp stapling  |
|56181|New|Enh|2014-02-23|RemoteIpValve  RemoteIpFilter: HttpServletRequest|
|56300|New|Enh|2014-03-22|[Tribes] No useful examples, lack of documentation|
|56438|New|Enh|2014-04-21|If jar scan does not find context config or TLD co|
|56614|New|Enh|2014-06-12|Add a switch to ignore annotations detection on ta|
|56787|New|Enh|2014-07-29|Simplified jndi name parsing  |
|56848|Opn|Nor|2014-08-13|Tomcat accept-language parsing doesn't properly ha|
|56931|New|Maj|2014-09-08|VirtualDirContext requires an absolute DocBase|
|57136|Opn|Nor|2014-10-24|EL Parser escaping dollar sign not ${ or ${...}   |

Bug report for Tomcat Connectors [2015/01/18]

2015-01-17 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  |
| |   |   |  |  |
|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|
|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|
|46767|New|Enh|2009-02-25|mod_jk to send DECLINED in case no fail-over tomca|
|47327|New|Enh|2009-06-07|Return tomcat authenticated user back to mod_jk (A|
|47678|New|Cri|2009-08-11|Unable to allocate shared memory when using isapi_|
|47714|Opn|Cri|2009-08-20|Response mixed between users  |
|47750|New|Maj|2009-08-27|ISAPI: Loss of worker settings when changing via j|
|47795|New|Maj|2009-09-07|service sticky_session not being set correctly wit|
|48490|Inf|Nor|2010-01-05|Changing a node to stopped in uriworkermap.propert|
|48513|New|Enh|2010-01-09|IIS Quick setup instructions  |
|48564|New|Enh|2010-01-18|Allow to turn off retries for LB worker   |
|48830|New|Nor|2010-03-01|IIS shutdown blocked in endpoint service when serv|
|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 |
|49732|Inf|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  |
|52483|New|Enh|2012-01-18|Print JkOptions's options in log file and jkstatus|
|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|Inf|Blk|2012-11-07|ISAPI redirector not working when IIS recycles|
|54117|New|Maj|2012-11-08|access violation exception in isapi_redirect.dll  |
|54596|Opn|Nor|2013-02-22|Relative path functionality truncates last charact|
|54621|New|Nor|2013-02-28|[PATCH] custom mod_jk availability checks |
|54923|New|Nor|2013-05-03|nsapi_redirect.so does not work with iPlanet on So|
|56005|Inf|Nor|2014-01-14|ISAPI redirector WEB-INF/META-INF Path Check false|
|56489|New|Enh|2014-05-05|Include a directory for configuration files   |
|56576|New|Enh|2014-05-29|Websocket support |
|57066|New|Cri|2014-10-08|isapi_redirect.dll is crashing intermittently when|
|57402|New|Enh|2014-12-30|Provide correlation ID between mod_jk log and acce|
|57403|New|Enh|2014-12-30|Persist configuration changes made via status work|
|57407|New|Enh|2014-12-31|Make session_cookie, session_path and session_cook|
+-+---+---+--+--+
| Total   35 bugs   |
+---+

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



Bug report for Tomcat 9 [2015/01/18]

2015-01-17 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  |
| |   |   |  |  |
|57108|New|Enh|2014-10-17|Implement multiple sslcontext SNI (server name ind|
|57455|New|Trv|2015-01-17|Bootstrap doesn't handle paths with one quote |
+-+---+---+--+--+
| Total2 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 [2015/01/18]

2015-01-17 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|
|43400|New|Enh|2007-09-14|enum support for tag libs |
|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 |
|44312|Opn|Enh|2008-01-28|Warn when overwritting docBase of the default Host|
|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 |
|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|
|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|
|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|
|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|
|50677|Opn|Enh|2011-01-27|Allow system property variables in catalina.proper|
|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   |
|52791|New|Enh|2012-02-28|[PATCH] read windows installer default values from|
|52924|New|Enh|2012-03-15|Add support for per-application JSP compile config|
|53011|New|Enh|2012-03-31|Ant Jasper task fails after one error |
|53031|New|Enh|2012-04-03|Ant Jasper task should support Fork option|
|53677|New|Nor|2012-08-07|ArrayIndexOutOfBoundsException when response heade|

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-01-17 Thread Bill Barker
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-test-apr has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- tomcat-trunk-test-apr :  Tomcat 9.x, a web server implementing the Java 
Servlet 4.0,
...


Full details are available at:

http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-apr/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on commons-daemon exists, no need to add for property 
commons-daemon.native.src.tgz.
 -DEBUG- Dependency on commons-daemon exists, no need to add for property 
tomcat-native.tar.gz.
 -INFO- Failed with reason build failed
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-trunk/output/logs-APR
 -INFO- Project Reports in: 
/srv/gump/public/workspace/tomcat-trunk/output/test-tmp-APR/logs



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test-apr/gump_work/build_tomcat-trunk_tomcat-trunk-test-apr.html
Work Name: build_tomcat-trunk_tomcat-trunk-test-apr (Type: Build)
Work ended in a state of : Failed
Elapsed: 23 mins 23 secs
Command Line: /usr/lib/jvm/java-8-oracle/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar 
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
 -Dtest.reports=output/logs-APR 
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150118-native-src.tar.gz
 -Dexamples.sources.skip=true 
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.4-201406061215/ecj-4.4.jar 
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native/dest-20150118/lib 
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150118.jar
 
-Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150118-native-src.tar.gz
 -Dtest.temp=output/test-tmp-APR -Dtest.accesslog=true -Dexecute.test.nio=false 
-Dtest
 .openssl.path=/srv/gump/public/workspace/openssl/dest-20150118/bin/openssl 
-Dexecute.test.apr=true -Dexecute.test.nio2=false 
-Deasymock.jar=/srv/gump/public/workspace/easymock/easymock/target/easymock-3.4-SNAPSHOT.jar
 
-Dhamcrest.jar=/srv/gump/public/workspace/hamcrest/build/hamcrest-all-20150118.jar
 -Dcglib.jar=/srv/gump/packages/cglib/cglib-nodep-2.2.jar test 
[Working Directory: /srv/gump/public/workspace/tomcat-trunk]
CLASSPATH: 
/usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/webapps/examples/WEB-INF/classes:/srv/gump/public/workspace/tomcat-trunk/output/testclasses:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit4.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/bootstrap.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/bin/tomcat-juli.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/annotations-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/servlet-api.ja
 
r:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jsp-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/el-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/websocket-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ant.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-storeconfig.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-coyote.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/jasper-el.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-tribes.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/catalina-ha.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-api.jar:/srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-jni.jar:/srv/gump/public/workspace/tomcat-trunk/output/bu
 

[Bug 57452] GZip transferring is slow

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57452

--- Comment #2 from Tariq tabu-athe...@etq.com ---
Thanks you for your response.

But as described above that filter was working correctly with Tomcat 6 and
Tomcat 7.
What was changed in tomcat 8?

-- 
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



svn commit: r1652562 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2015-01-17 Thread kkolinko
Author: kkolinko
Date: Sat Jan 17 08:39:01 2015
New Revision: 1652562

URL: http://svn.apache.org/r1652562
Log:
Correct typo in 6.0.43 announcement

Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1652562r1=1652561r2=1652562view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Sat Jan 17 08:39:01 2015
@@ -285,7 +285,7 @@ Apache Tomcat. This release includes a n
 p style=text-align: center;
 
 a href=download-60.cgiDownload/a |
-a href=tomcat-6.0-doc/changelog.htmlChangeLog for 6.0.41/a
+a href=tomcat-6.0-doc/changelog.htmlChangeLog for 6.0.43/a
 
 /p
 

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1652562r1=1652561r2=1652562view=diff
==
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Sat Jan 17 08:39:01 2015
@@ -76,7 +76,7 @@ Apache Tomcat. This release includes a n
 
 p style=text-align: center;
 a href=download-60.cgiDownload/a |
-a href=tomcat-6.0-doc/changelog.htmlChangeLog for 6.0.41/a
+a href=tomcat-6.0-doc/changelog.htmlChangeLog for 6.0.43/a
 /p
 /section
 



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



svn commit: r1652567 - in /tomcat/site/trunk: docs/download-80.html xdocs/download-80.xml

2015-01-17 Thread kkolinko
Author: kkolinko
Date: Sat Jan 17 09:29:44 2015
New Revision: 1652567

URL: http://svn.apache.org/r1652567
Log:
Simplify download page by using ezt.py variable to hold a version number.
Starting with a navigation link to test whether it works as expected.

Documentation for ezt.py is at https://code.google.com/p/ezt/wiki/Syntax

Modified:
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/xdocs/download-80.xml

Modified: tomcat/site/trunk/docs/download-80.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1652567r1=1652566r2=1652567view=diff
==
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Sat Jan 17 09:29:44 2015
@@ -202,9 +202,10 @@
 /div
 h3 id=Quick_NavigationQuick Navigation/h3
 div class=text
-
-a href=https://www.apache.org/dist/tomcat/tomcat-8/KEYS;KEYS/a |
-a href=#8.0.178.0.17/a |
+
+[define v]8.0.17[end]
+a href=https://www.apache.org/dist/tomcat/tomcat-8/KEYS;KEYS/a |
+a href=#[v][v]/a |
 a href=[preferred]tomcat/tomcat-8/v8.0.17 rel=nofollowBrowse/a 
|
 a href=http://archive.apache.org/dist/tomcat/tomcat-8;Archives/a
   

Modified: tomcat/site/trunk/xdocs/download-80.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-80.xml?rev=1652567r1=1652566r2=1652567view=diff
==
--- tomcat/site/trunk/xdocs/download-80.xml (original)
+++ tomcat/site/trunk/xdocs/download-80.xml Sat Jan 17 09:29:44 2015
@@ -14,8 +14,13 @@
 
   !-- Begin quick navigation section --
   section name=Quick Navigation
+!--
+ Define variable to hold the current version number.
+ Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax
+--
+[define v]8.0.17[end]
 a href=https://www.apache.org/dist/tomcat/tomcat-8/KEYS;KEYS/a |
-a href=#8.0.178.0.17/a |
+a href=#[v][v]/a |
 a href=[preferred]tomcat/tomcat-8/v8.0.17 rel=nofollowBrowse/a 
|
 a href=http://archive.apache.org/dist/tomcat/tomcat-8;Archives/a
   /section



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



svn commit: r1652568 - in /tomcat/site/trunk: docs/download-80.html xdocs/download-80.xml

2015-01-17 Thread kkolinko
Author: kkolinko
Date: Sat Jan 17 09:36:11 2015
New Revision: 1652568

URL: http://svn.apache.org/r1652568
Log:
Simplify download page by using ezt.py variable to hold a version number.

A test worked OK. Now applying the change to the rest of the page.

Modified:
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/xdocs/download-80.xml

Modified: tomcat/site/trunk/docs/download-80.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1652568r1=1652567r2=1652568view=diff
==
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Sat Jan 17 09:36:11 2015
@@ -206,7 +206,7 @@
 [define v]8.0.17[end]
 a href=https://www.apache.org/dist/tomcat/tomcat-8/KEYS;KEYS/a |
 a href=#[v][v]/a |
-a href=[preferred]tomcat/tomcat-8/v8.0.17 rel=nofollowBrowse/a 
|
+a href=[preferred]tomcat/tomcat-8/v[v] rel=nofollowBrowse/a |
 a href=http://archive.apache.org/dist/tomcat/tomcat-8;Archives/a
   
 /div
@@ -253,12 +253,12 @@

   
 /div
-h3 id=8.0.178.0.17/h3
+h3 id=[v][v]/h3
 div class=text
   
 p
   Please see the 
-  a href=[preferred]tomcat/tomcat-8/v8.0.17/README.html 
rel=nofollowREADME/a
+  a href=[preferred]tomcat/tomcat-8/v[v]/README.html 
rel=nofollowREADME/a
   file for packaging information.  It explains what every distribution 
contains.
   /p
 
@@ -274,44 +274,44 @@
   
 li
 
-a href=[preferred]tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17.zip 
rel=nofollowzip/a 
-(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17.zip.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17.zip.md5;md5/a)
+a href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].zip 
rel=nofollowzip/a 
+(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].zip.asc;pgp/a,
 
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].zip.md5;md5/a)
   /li
   
 li
 
-a href=[preferred]tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17.tar.gz 
rel=nofollowtar.gz/a 
-(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17.tar.gz.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17.tar.gz.md5;md5/a)
+a href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].tar.gz 
rel=nofollowtar.gz/a 
+(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].tar.gz.asc;pgp/a,
 
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].tar.gz.md5;md5/a)
   /li
   
 li
 
-a 
href=[preferred]tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-x86.zip
 rel=nofollow32-bit Windows zip/a 
-(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-x86.zip.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-x86.zip.md5;md5/a)
+a 
href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x86.zip 
rel=nofollow32-bit Windows zip/a 
+(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.asc;pgp/a,
 
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.md5;md5/a)
   /li
   
 li
 
-a 
href=[preferred]tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-x64.zip
 rel=nofollow64-bit Windows zip/a 
-(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-x64.zip.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-x64.zip.md5;md5/a)
+a 
href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x64.zip 
rel=nofollow64-bit Windows zip/a 
+(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.asc;pgp/a,
 
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.md5;md5/a)
   /li
   
 li
 
-a 
href=[preferred]tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-i64.zip
 rel=nofollow64-bit Itanium Windows zip/a 
-(a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-i64.zip.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v8.0.17/bin/apache-tomcat-8.0.17-windows-i64.zip.md5;md5/a)
+a 
href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-i64.zip 
rel=nofollow64-bit Itanium Windows zip/a 
+(a 

svn commit: r1652569 - in /tomcat/site/trunk: docs/download-80.html xdocs/download-80.xml

2015-01-17 Thread kkolinko
Author: kkolinko
Date: Sat Jan 17 09:44:20 2015
New Revision: 1652569

URL: http://svn.apache.org/r1652569
Log:
Add links to SHA-1 checksum files for Tomcat 8.

Modified:
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/xdocs/download-80.xml

Modified: tomcat/site/trunk/docs/download-80.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1652569r1=1652568r2=1652569view=diff
==
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Sat Jan 17 09:44:20 2015
@@ -219,9 +219,9 @@
 release file.  This signature should be matched against the
 a href=https://www.apache.org/dist/tomcat/tomcat-8/KEYS;KEYS/a file
 which contains the OpenPGP keys of Tomcat's Release Managers. We also
-provide an codeMD5/code checksum for every release file. After you
-download the file, you should calculate a checksum for your download, and
-make sure it is the same as ours.
+provide codeMD5/code and codeSHA-1/code checksums for every
+release file. After you download the file, you should calculate a
+checksum for your download, and make sure it is the same as ours.
 /p
   
 /div
@@ -276,42 +276,48 @@
 
 a href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].zip 
rel=nofollowzip/a 
 (a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].zip.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].zip.md5;md5/a)
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].zip.md5;md5/a,
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].zip.sha1;sha1/a)
   /li
   
 li
 
 a href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].tar.gz 
rel=nofollowtar.gz/a 
 (a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].tar.gz.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].tar.gz.md5;md5/a)
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].tar.gz.md5;md5/a,
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].tar.gz.sha1;sha1/a)
   /li
   
 li
 
 a 
href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x86.zip 
rel=nofollow32-bit Windows zip/a 
 (a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.md5;md5/a)
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.md5;md5/a,
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.sha1;sha1/a)
   /li
   
 li
 
 a 
href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x64.zip 
rel=nofollow64-bit Windows zip/a 
 (a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.md5;md5/a)
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.md5;md5/a,
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.sha1;sha1/a)
   /li
   
 li
 
 a 
href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-i64.zip 
rel=nofollow64-bit Itanium Windows zip/a 
 (a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-i64.zip.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-i64.zip.md5;md5/a)
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-i64.zip.md5;md5/a,
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v]-windows-i64.zip.sha1;sha1/a)
   /li
   
 li
 
 a href=[preferred]tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].exe 
rel=nofollow32-bit/64-bit Windows Service Installer/a 
 (a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].exe.asc;pgp/a,
 
-a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].exe.md5;md5/a)
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].exe.md5;md5/a,
+a 
href=https://www.apache.org/dist/tomcat/tomcat-8/v[v]/bin/apache-tomcat-[v].exe.md5;sha1/a)
   /li
   
 /ul
@@ -325,7 +331,8 @@
  

[Bug 57420] Wrong class names generated since URL_ENCODER in DirContextURLConnection is not thread safe

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57420

--- Comment #1 from Felix Schumacher felix.schumac...@internetallee.de ---
Could you tell us, how you are starting the application?

For example: Is it inside eclipse, as a war, ...? Are you using parallel
startup with the startStopThreads parameter in Host? Do you use
virtualWebappLoader?

-- 
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



[Bug 57452] New: GZip transferring is slow

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57452

Bug ID: 57452
   Summary: GZip transferring is slow
   Product: Tomcat 8
   Version: 8.0.11
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: tabu-athe...@etq.com

Hello,

In my web application I am using my custom gzip filter for the files .js and
.css.

I have been using my application on tomcat 6 and 7 without issues.

But when I used tomcat 8.0.11, 8.0.12 and 8.0.15 I found slowness in my
application.

After investigation i found That the slowness was caused when receiving GZipped
files (js and css). and when the gzip filter is disabled I do not face any
issue.

I have used the browser to directly request a js file and the content of the
file was returned quickly but the browser keeps loading after that for 20
seconds.
So it seems that the response was sent from tomcat but it was not closed until
after 20 seconds regardless of the file size.

-- 
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



[Bug 57178] Add CorsFilter configuration option to allow requests with Origin null

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57178

--- Comment #2 from Mark Thomas ma...@apache.org ---
Comment on attachment 32185
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=32185
Patch file for Bug #57178

Ping. Reminder to me to look at this next week. Quick scan of the patch looks
OK but I need to look at it in the context of the whole code.

-- 
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



[Bug 57452] GZip transferring is slow

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57452

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID
 OS||All

--- Comment #1 from Mark Thomas ma...@apache.org ---
That sounds like a problem with your filter not correctly informing the user
agent of the expected length of the resource. This is a question for the users
list rather than a Tomcat bug.

-- 
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



[Bug 57441] EL Lambda expression in a JSP fails with The function incr must be used with a prefix when a default namespace is not specified

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57441

--- Comment #2 from Mark Thomas ma...@apache.org ---
I think it is time to ditch Jasper's partial EL parser and use
o.a.el.lang.ExpressionBuilder.createNode() to fully parse the EL with a
'proper' EL implementation and then process those nodes.

The down side is that I think this would be the first thing to make Jasper
depend on Tomcat's EL implementation rather than any EL implementation. Users
would still be free to use another EL impl at runtime - Jasper would just
always use Tomcat's impl directly so it can access the parsed nodes. (I need to
check the dependency issues. The poms already show a dependency here.)

The upside should be an end to the steady stream of bugs with every new major
release as the various new EL features are found to break the simple EL parsing
Jasper does. A side benefit is deleting more code and I'm always happy when I
can provide the same or better functionality with less code.

-- 
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



[Bug 57446] Catalina presents a wrapped ServletContext in de-init phase to application listeners

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57446

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

 OS||All

--- Comment #1 from Mark Thomas ma...@apache.org ---
Seeing the same ServletConext for contextInitialized() and contextDestroyed()
seems like a reasonable expectation to me. I'd agree that this is something
that the Tomcat folks need to take a look at. It is on my list for the coming
week.

-- 
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



[Bug 57108] Implement multiple sslcontext SNI (server name indication) dispatch

2015-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57108

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

  Component|Connectors  |Connectors
Version|trunk   |unspecified
Product|Tomcat 8|Tomcat 9
   Target Milestone||-

--- Comment #4 from Mark Thomas ma...@apache.org ---
Move to Tomcat 9 now it exists.

-- 
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