Re: [VOTE] Release Tomcat Connectors 1.2.30

2010-02-28 Thread Mladen Turk

On 02/28/2010 11:18 PM, Rainer Jung wrote:

On 27.02.2010 12:14, Mladen Turk wrote:

Apache Tomcat Connectors 1.2.30 is:

[X] Stable - no major issues, no regressions
[ ] Beta - at least one significant issue -- tell us what it is
[ ] Alpha - multiple significant issues -- tell us what they are


Thanks for RMing and producing the Windows binaries.

A couple of test result, none of them showstoppers:

1) Logging Performance on ISAPI/Windows


As said: not a problem as lng as we have usual operation.



But now there should be no problems with cross worker
logging content for IIS6+.


 

5) ISAPI build

MS VC does support cross compilation, e.g. preparing bins for AMD64 or
IA64 on a 32 Bit environment.


???
I'm building on win32 box.
You have done something wrong with setting the environment.
Use the Server 2003 SDK then
SetEnv.cmd /XP64 /RETAIL
nmake -f Makefile.amd64
and
SetEnv.cmd /SRV64 /RETAIL
nmake -f Makefile.ia64



The 2010 news page is only part of the main menu, but missing from the
menus on the other pages (various project.xml files). The index and 2010
news page still refer to 1.2.29 as being released.



Right, I cannot say in 1.2.30 it was released before releasing it.

Thanks for thorough testing

Regards
--
^TM

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



Re: [VOTE] Release Tomcat Connectors 1.2.30

2010-02-28 Thread Mladen Turk

On 02/27/2010 12:14 PM, Mladen Turk wrote:

With my vote



Apache Tomcat Connectors 1.2.30 is:

[X] Stable - no major issues, no regressions



we have collected required three binding votes
so I'll proceed with copying to dist and
making announcement.

Regards
--
^TM

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



RESULT Was: [VOTE] Withdraw Tomcat Connectors 1.2.29

2010-02-28 Thread Mladen Turk

On 02/27/2010 01:02 PM, Konstantin Kolinko wrote:


If withdrawing needs a vote, here is my +1.



We have collected required three binding votes
so I'll proceed and remove 1.2.29 from dist and arch,
update the site and make a notice of that with
1.2.30 announcement


Regards
--
^TM

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



[Tomcat Wiki] Update of pckulha by pckulha

2010-02-28 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Tomcat Wiki for change 
notification.

The pckulha page has been changed by pckulha.
http://wiki.apache.org/tomcat/pckulha

--

New page:
##language:en
== Your Name ==

Email: MailTo(you AT SPAMFREE example DOT com)

...


CategoryHomepage

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



DO NOT REPLY [Bug 48813] Allow the parameter org.apache.el.parser.COERCE_TO_ZERO to be set on runtime

2010-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48813

--- Comment #5 from Sebb s...@apache.org 2010-02-28 13:54:39 UTC ---
The private boolean field coerceToZero could - and should - be made final.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- 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



DO NOT REPLY [Bug 48826] POST request causes access violation in isapi_redirect 1.2.29 (X64)

2010-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48826

--- Comment #6 from Bruce G. Stewart bgstew...@covad.net 2010-02-28 16:26:11 
UTC ---
Rainer, thank you for the analysis.

I find that the application (Apache Axis2) sends a gratuitous flush or two
after the end-of-response message. As you know, flush is sent as a zero-length
send-body-chunk message. Apparently the jk sees this a protocol violation.

There must be a race in the jk between tearing down the finished request and
posting received data to it, because when I single-step the Tomcat, the isapi
doesn't complain about it.

Since (so far) I only see this behavior on infrequent administrative requests,
and it doesn't effect the results or reliability of the server, I am not going
to worry about it.

Thanks,
Bruce

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- 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



DO NOT REPLY [Bug 48818] Request.getSession() can return null

2010-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48818

--- Comment #3 from Stephen Kestle opensou...@kestle.net 2010-02-28 20:03:39 
UTC ---
(In reply to comment #2)
 By any chance does the JSP use %@ page session=false %
 
 How, exactly, are you referencing the session within the JSP? Seems like it
 would have been better to start a discussion on the users list...

No - definitely uses sessions - the session is retrieved by:

%=new WorkflowClientState(request.getSession()).get...()...%

The call to getSession() just defers what could be a session creation exception
to a NPE.

The issue is threefold:

* A session should already exist (although I will enforce a login/session
creation and see how that goes)
* This has been in production for over a year (and has recently been noted to
have this error occasionally ( 1 per week)
* The Request API is violated by returning null.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- 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 Tomcat Connectors 1.2.30

2010-02-28 Thread Rainer Jung

On 27.02.2010 12:14, Mladen Turk wrote:

Apache Tomcat Connectors 1.2.30 is:

[X] Stable - no major issues, no regressions
[ ] Beta - at least one significant issue -- tell us what it is
[ ] Alpha - multiple significant issues -- tell us what they are


Thanks for RMing and producing the Windows binaries.

A couple of test result, none of them showstoppers:

1) Logging Performance on ISAPI/Windows

The logging changes for Windows seem to dramatically slow down log 
performance. That's not a problem when having only occasional info etc., 
but when switching to debug or trace log operation ow gets really slow. 
E.g. shutting down takes about 5 minutes, one jkstatus call more than a 
minute. I did not built with explicit JK_LOG_LOCKING define, so maybe 
it's the mode 'a+c' change. Didn't have time for one more test. 1.2.28 
does not show that behaviour. There we can log about 20 lines before the 
clock advances by one 15ms tick, with 1.2.30 each log line takes between 
15 and 200 ms.


As said: not a problem as lng as we have usual operation.

2) Chunking ISAPI/Windows

I observed, that recent Firefox doesn't finish receiving jkstatus 
response. Although the full page is shown, the browser status shows it 
is waiting for more. The same was true already for 1.2.28. I didn't test 
any other browser, nor any other dynamic content page. Unfortunately I 
couldn't do a network trace today, because Browser and server were on 
the same box.


3) URL to worker mapping

My test comfiguration contained a mapping for /* and another one for 
/jkstatus. When sending a request for /jkstatus, the /* map was chosen. 
It seems the plugin should have chosen the /jkstatus map, because it is 
more precise. Did not yet check, whether that's new.


4) Libtool 2 and old Solaris, mod_jk for Apache 1.3

You prepared the source using libtool 2. Unfortunatly libttol 2 contains 
shell constructs, that do not work with each shell. On Solaris 8 /bin/sh 
throws errors on the libtool script. Ususally one chooses 
CONFIG_SHELL=/bin/ksh, but our Makefiles do not fully support that and 
nevertheless choose SHELL, which is /bin/sh. Will fix next week.


5) ISAPI build

MS VC does support cross compilation, e.g. preparing bins for AMD64 or 
IA64 on a 32 Bit environment. What goes wrong here is, that ISAPI needs 
PCRE, and during PCRE build we compile a binary dftables and then run 
it. So when you compile e.g. for 64 Bits, dftables will also be compiled 
for 64 Bits and then it will not run. You wont notice, if you first 
compile for your build platform, because then dftables works and 
produces the needed output file and afterwards you can build for other 
target environments. Not optimal.


6) Docs

The 2010 news page is only part of the main menu, but missing from the 
menus on the other pages (various project.xml files). The index and 2010 
news page still refer to 1.2.29 as being released.


Regards,

Rainer

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



Re: [VOTE] Release Tomcat Connectors 1.2.30

2010-02-28 Thread Rainer Jung

On 28.02.2010 23:18, Rainer Jung wrote:

1) Logging Performance on ISAPI/Windows

The logging changes for Windows seem to dramatically slow down log
performance. That's not a problem when having only occasional info etc.,
but when switching to debug or trace log operation ow gets really slow.
E.g. shutting down takes about 5 minutes, one jkstatus call more than a
minute. I did not built with explicit JK_LOG_LOCKING define, so maybe
it's the mode 'a+c' change. Didn't have time for one more test. 1.2.28
does not show that behaviour. There we can log about 20 lines before the
clock advances by one 15ms tick, with 1.2.30 each log line takes between
15 and 200 ms.


One addition: the combination of the a+c mode and fflush() shows the 
problem. As soon as I remove one of the two, perforemance is fine.


It's unfortunate, that the OS doesn ot allow to specify a fflush 
interval, e.g. the file should be flushed every 500 ms. There's a 
flushall() call, that could be used for something like that...


Regards,

Rainer

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



DO NOT REPLY [Bug 48813] Allow the parameter org.apache.el.parser.COERCE_TO_ZERO to be set on runtime

2010-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48813

Ramiro Pereira de Magalhaes rpm_mail...@yahoo.com.br changed:

   What|Removed |Added

  Attachment #25067|0   |1
is obsolete||

--- Comment #6 from Ramiro Pereira de Magalhaes rpm_mail...@yahoo.com.br 
2010-02-28 23:01:44 UTC ---
Created an attachment (id=25069)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25069)
Making the coerceToZero field final, as proposed.

I agree with Sebb.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- 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 Taglibs [2010/02/28]

2010-02-28 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  |
| |   |   |  |  |
|27717|New|Maj|2004-03-16|x:forEach very slow in JSTL 1.1 |
|33934|New|Cri|2005-03-09|[standard] memory leak in jstl c:set tag  |
|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|Nor|2007-05-14|[PATCH] Log Taglib enhancements   |
|43640|New|Nor|2007-10-16|Move the tests package to JUnit   |
|45197|Ass|Nor|2008-06-12|Need to support the JSTL 1.2 specification|
|46052|New|Nor|2008-10-21|SetLocaleSupport is slow to initialize when many l|
|48333|New|Nor|2009-12-02|TLD generator |
|48772|New|Nor|2010-02-19|Bad information in impl module pom.xml|
|48773|New|Nor|2010-02-19|DataSourceWrapper and DriverManager problems  |
+-+---+---+--+--+
| Total   11 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 [2010/02/28]

2010-02-28 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  |
| |   |   |  |  |
|48222|New|Enh|2009-11-18|Source JARs empty in maven central|
|48240|New|Nor|2009-11-19|Tomcat-Lite missing @Override markers |
|48268|New|Nor|2009-11-23|Patch to fix generics in tomcat-lite  |
|48297|New|Nor|2009-11-28|webservices.ServiceRefFactory.initHandlerChain add|
|48358|New|Enh|2009-12-09|JSP-unloading reloaded|
|48550|New|Enh|2010-01-14|Update examples and default server.xml to use UTF-|
|48644|New|Nor|2010-01-30|Code should never ignore throwable|
|48648|New|Nor|2010-01-31|Blank page (dropped connection) when running TC7 w|
|48662|New|Enh|2010-02-02|context.xml expansion on deployment improvements  |
|48689|New|Enh|2010-02-05|Jar abstraction for Jasper|
|48692|New|Enh|2010-02-07|Provide option to parse application/x-www-form-url|
|48817|New|Nor|2010-02-25|Skip validation query and use JDBC API for validat|
+-+---+---+--+--+
| Total   12 bugs   |
+---+

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



Bug report for Tomcat Connectors [2010/02/28]

2010-02-28 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|
|36155|Opn|Nor|2005-08-12|tomcat chooses wrong host if using mod_jk |
|36169|New|Enh|2005-08-12|[PATCH] Enable chunked encoding for requests in II|
|38895|New|Nor|2006-03-08|Http headers with an underscore _ change into hy|
|39967|Inf|Nor|2006-07-05|mod_jk gives segmentation fault when apache is sta|
|40208|Inf|Nor|2006-08-08|Request-Dump when ErrorDocument in httpd.conf is a|
|41170|Inf|Nor|2006-12-13|single crlf in header termination crashes app.|
|41923|Opn|Nor|2007-03-21|Tomcat doesnt recognized client abort |
|42366|Inf|Nor|2007-05-09|Memory leak in newer mod_jk version when connectio|
|42554|Opn|Nor|2007-05-31|mod_ssl + mod_jk with status_worker does not work |
|43303|New|Enh|2007-09-04|Versioning under Windows not reported by many conn|
|43968|New|Enh|2007-11-26|[patch] support ipv6 with mod_jk  |
|44290|New|Nor|2008-01-24|mod_jk/1.2.26: retry is not useful for an importan|
|44349|New|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|
|45395|New|Min|2008-07-14|MsgAjp dump method does not dump packet when being|
|46337|New|Nor|2008-12-04|real worker name is wrong |
|46406|New|Enh|2008-12-16|Supporting relative paths in isapi_redirect.proper|
|46676|New|Enh|2009-02-09|Configurable test request for Watchdog thread |
|46767|New|Enh|2009-02-25|mod_jk to send DECLINED in case no fail-over tomca|
|47038|New|Enh|2009-04-15|USE_FLOCK_LK redefined compiler warning when using|
|47327|New|Enh|2009-06-07|remote_user not logged in apache logfile  |
|47617|New|Enh|2009-07-31|include time spent doing ajp_get_endpoint() in err|
|47678|New|Nor|2009-08-11|Unable to allocate shared memory when using isapi_|
|47679|New|Nor|2009-08-11|Not all headers get passed to Tomcat server from i|
|47692|New|Reg|2009-08-12|Can not compile mod_jk with apache2.0.63 and tomca|
|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|New|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|
|48490|New|Nor|2010-01-05|Changing a node to stopped in uriworkermap.propert|
|48501|New|Enh|2010-01-07|Log rotation for ISAPI Redirector |
|48513|New|Enh|2010-01-09|IIS Quick setup instructions  |
|48564|New|Nor|2010-01-18|Unable to turn off retries for LB worker  |
|48826|New|Maj|2010-02-27|POST request causes access violation in isapi_redi|
+-+---+---+--+--+
| Total   41 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 [2010/02/28]

2010-02-28 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  |
| |   |   |  |  |
|39661|Opn|Enh|2006-05-25|Please document JULI FileHandler configuration pro|
|41128|Inf|Enh|2006-12-07|Reference to java Thread name from RequestProcesso|
|41679|New|Enh|2007-02-22|SemaphoreValve should be able to filter on url pat|
|41791|New|Enh|2007-03-07|Tomcat behaves inconsistently concerning flush-pac|
|41883|Ass|Enh|2007-03-18|use abstract wrapper instead of plain X509Certific|
|41944|New|Enh|2007-03-25|Start running the RAT tool to see where we're miss|
|41992|New|Enh|2007-03-30|Need ability to set OS process title  |
|42463|New|Enh|2007-05-20|crossContext and classloader issues - pls amend |
|43001|New|Enh|2007-07-30|JspC lacks setMappedFile and setDie for use in Ant|
|43003|New|Enh|2007-07-30|Separate dependent component download and build ta|
|43400|New|Enh|2007-09-14|enum support for tag libs |
|43497|New|Enh|2007-09-26|Add ability to escape rendered output of JSP expre|
|43548|Opn|Enh|2007-10-04|xml schema for tomcat-users.xml   |
|43642|New|Enh|2007-10-17|Add prestartminSpareThreads attribute for Executor|
|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|
|43790|Ass|Enh|2007-11-03|concurrent access issue on TagHandlerPool |
|43979|New|Enh|2007-11-27|Add abstraction for Java and Classfile output |
|44047|New|Enh|2007-12-10|Provide a way for Tomcat to serve up error pages w|
|44106|New|Enh|2007-12-19|autodeploy configures directories which do not con|
|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|
|44264|New|Enh|2008-01-18|Clustering - Support for disabling multicasting an|
|44265|New|Enh|2008-01-18|Improve JspWriterImpl performance with inline su|
|44284|New|Enh|2008-01-23|Support java.lang.Iterable in c:forEach tag   |
|44294|New|Enh|2008-01-25|Support for EL functions with varargs |
|44299|New|Enh|2008-01-26|Provider manager app with a log out button|
|44312|New|Enh|2008-01-28|Warn when overwritting docBase of the default Host|
|44598|New|Enh|2008-03-13|JAASRealm is suppressing Exceptions   |
|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|
|44818|New|Enh|2008-04-13|tomcat hangs with GET when content-length is defin|
|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|
|45283|Opn|Enh|2008-06-25|Allow multiple authenticators to be added to pipel|
|45428|New|Enh|2008-07-18|warn if the tomcat stop doesn't complete  |
|45654|New|Enh|2008-08-19|use static methods and attributes in a direct way!|
|45731|New|Enh|2008-09-02|Enhancement request : pluggable httpsession cache |
|45832|New|Enh|2008-09-18|add DIGEST authentication support to Ant tasks|
|45871|New|Enh|2008-09-23|Support for salted and digested patches in DataSou|
|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|
|45995|New|Enh|2008-10-13|RFE - MIME type extension not case sensitive  |
|46173|New|Enh|2008-11-09|Small patch for manager app: Setting an optional c|
|46263|New|Enh|2008-11-21|Tomcat reloading of context does not update contex|
|46264|New|Enh|2008-11-21|Shutting down tomcat with large number of contexts|
|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|
|46451|New|Enh|2008-12-30|Configure svn:bugtraq properties  |
|46461|New|Enh|2009-01-01|fail graceful on dns changes for connectors/hosts |

Bug report for Tomcat 5 [2010/02/28]

2010-02-28 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  |
| |   |   |  |  |
|27122|Opn|Enh|2004-02-20|IE plugins cannot access components through Tomcat|
|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn  |
|29494|Inf|Enh|2004-06-10|No way to set PATH when running as a service on Wi|
|33262|Inf|Enh|2005-01-27|Service Manager autostart should check for adminis|
|33453|Opn|Enh|2005-02-08|Jasper should recompile JSP files whose datestamps|
|33671|Opn|Enh|2005-02-21|Manual Windows service installation with custom na|
|34801|New|Enh|2005-05-08|PATCH: CGIServlet does not terminate child after a|
|34805|Ass|Enh|2005-05-08|warn about invalid security constraint url pattern|
|34868|Ass|Enh|2005-05-11|allow to register a trust store for a session that|
|35054|Inf|Enh|2005-05-25|warn if appBase is not existing as a File or direc|
|36133|Inf|Enh|2005-08-10|Support JSS SSL implementation|
|36362|New|Enh|2005-08-25|missing check for Java reserved keywords in tag fi|
|36569|Inf|Enh|2005-09-09|Redirects produce illegal URL's   |
|36837|Inf|Enh|2005-09-28|Looking for ProxyHandler implementation of Http re|
|36922|Inf|Enh|2005-10-04|setup.sh file mis-advertised and missing  |
|37018|Ass|Enh|2005-10-11|Document how to use tomcat-SSL with a pkcs11 token|
|37334|Inf|Enh|2005-11-02|Realm digest property not aligned with the adminis|
|37449|Opn|Enh|2005-11-10|Two UserDatabaseRealm break manager user  |
|37485|Inf|Enh|2005-11-14|I'd like to run init SQL after JDBC Connection cre|
|38216|Inf|Enh|2006-01-10|Extend Jmxproxy to allow call of MBean Operations |
|38268|Inf|Enh|2006-01-13|User friendly: Need submit button on adding/deleti|
|38360|Inf|Enh|2006-01-24|Domain for session cookies|
|38546|Inf|Enh|2006-02-07|Google bot sends invalid If-Modifed-Since Header, |
|38577|Inf|Enh|2006-02-08|Enhance logging of security failures  |
|38743|New|Min|2006-02-21|when using APR, JKS options are silently ignored  |
|38916|Inf|Enh|2006-03-10|HttpServletRequest cannot handle multipart request|
|39053|Inf|Enh|2006-03-21|include Tomcat embedded sample|
|39309|Opn|Enh|2006-04-14|tomcat can't compile big jsp, hitting a compiler l|
|39740|New|Enh|2006-06-07|semi-colon ; isn't allowed as a query argument sep|
|39862|Inf|Enh|2006-06-22|provide support for protocol-independent GenericSe|
|40211|Inf|Enh|2006-08-08|Compiled JSP don't indent HTML code   |
|40218|New|Enh|2006-08-08|JNDI realm - recursive group/role matching|
|40222|Inf|Enh|2006-08-09|Default Tomcat configuration alows easy session hi|
|40402|New|Enh|2006-09-03|Manager should display Exceptions |
|40510|New|Enh|2006-09-14|installer does not create shortcuts for all users |
|40712|New|Enh|2006-10-10|Realm admin error.|
|40728|Inf|Enh|2006-10-11|Catalina MBeans use non-serializable classes  |
|40766|New|Enh|2006-10-16|Using an unsecure jsessionid with mod_proxy_ajp ov|
|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|
|41179|New|Enh|2006-12-15|400 Bad Request response during auto re-deployment|
|41227|Opn|Enh|2006-12-21|When the jasper compiler fails to compile a JSP, i|
|41337|Opn|Enh|2007-01-10|Display an error page if no cert is available on C|
|41496|New|Enh|2007-01-30|set a security provider for jsse in a connector co|
|41498|New|Enh|2007-01-30|allRolesMode Realm configuration option not docume|
|41539|Inf|Enh|2007-02-05|NullPointerException during Embedded tomcat restar|
|41673|New|Enh|2007-02-21|Jasper output the message of compiling error using|
|41697|Ver|Enh|2007-02-25|make visible in debug output if charset from brows|
|41709|Inf|Enh|2007-02-26|When calling the API that relates to the buffer af|
|41718|New|Enh|2007-02-27|Status 302 response to GET request has no body whe|
|42390|New|Maj|2007-05-11|JSP compilation error with nested tagfile tags wit|

Bug report for Tomcat Native [2010/02/28]

2010-02-28 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  |
| |   |   |  |  |
|38372|Inf|Cri|2006-01-25|tcnative-1.dll response overflow corruption, parti|
|41361|New|Nor|2007-01-14|Content lost when read by a slow client.  |
|42090|New|Cri|2007-04-11|tcnative badly handles some OpenSSL disconnections|
|45392|New|Nor|2008-07-14|No OCSP support for client SSL verification   |
|46041|New|Cri|2008-10-20|Tomcat service is terminated unexpectedly (tcnativ|
|46179|New|Maj|2008-11-10|apr ssl client authentication |
|46571|New|Nor|2009-01-21|tcnative blocks in APR poll on Solaris|
|47319|New|Nor|2009-06-05|With APR, getRemoteHost() returns NULL for unknown|
|47851|New|Nor|2009-09-16|thread-safety issues in the TC native Java code   |
|48253|New|Min|2009-11-20|Tomcat Native patch - adding dynamic locking callb|
|48584|New|Min|2010-01-20|Error or ACCESS_VIOLATION on shutdown |
|48655|New|Nor|2010-02-02|Active multipart downloads prevent tomcat shutdown|
+-+---+---+--+--+
| Total   12 bugs   |
+---+

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



DO NOT REPLY [Bug 36169] [PATCH] Enable chunked encoding for requests in IIS JK connector

2010-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36169

Tim Whittington t...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Tim Whittington t...@apache.org 2010-03-01 01:18:48 UTC 
---
This has been implemented (via a slightly different mechanism) in 1.2.29/30.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- 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



DO NOT REPLY [Bug 36169] [PATCH] Enable chunked encoding for requests in IIS JK connector

2010-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36169

Tim Whittington t...@apache.org changed:

   What|Removed |Added

 CC|tim.whitting...@orionhealth |
   |.com|

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- 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



Move Jakarta Slide and Taglibs to the Attic?

2010-02-28 Thread Rahul Akolkar
This is cross-posted to reach most of the potentially interested
folks, please reply to the gene...@jakarta.a.o mailing list.

Quick recap, Jakarta retired Slide in Nov '07 and most of Taglibs in
Oct '09 (barring three that moved to Tomcat -- for the purpose of this
email, Taglibs refers to the retired bits that remain in Jakarta).
When our last board report was submitted, there was a
question/suggestion whether Slide and Taglibs should be moved to the
Attic. Anyone thinks otherwise?

I'll wait three weeks for any responses, please reply by 3/21 if you
have any comments.

-Rahul

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



Re: Java EE 6 Web Profile

2010-02-28 Thread Gurkan Erdogdu
Thanks for  the answer Mark :)

I have started to fork the Tomcat to implement a Java EE Web Profile, called
Web Enterprise Server :)

My reasons:
1* Without touching source code it is impossible to implement such a
product.
2*  I also do not like code conventions used in Tomcat (for example ,
listener-observer model.). I will implement an interfaces and use interfaces
on all core modules instead of using implementation classes.
3* I do no like to build it via complex ant scripts. I will create a maven
module for each of the projects. I think that each current project will
provide one/two modules.

Thanks;

--Gurkan



2010/2/26 Mark Thomas ma...@apache.org

 On 26/02/2010 08:55, Gurkan Erdogdu wrote:

 Hi;

 You guys , do you think to implement Java EE 6 Web Profile using Tomcat?
 Or
 Tomcat is a Servlet  JSP container forever?


 There has been some internal discussion on this topic when a journalist was
 asking essentially the same question.

 I think the reply I gave then (that in the end wasn't published) still
 applies:

 quote
 Currently, there are no plans in the Tomcat community to implement the
 web profile. Tomcat has always been focused on the Servlet and JSP/EL
 specifications. We simply don't see a demand from the Tomcat community
 for Tomcat to support the web profile. In my day job at SpringSource, I
 regularly work with clients that use Tomcat. Some of those clients have
 a requirement for a JTA implementation but I don't recall any of those
 clients asking for any of the other components in the web profile.

 Providing an application server that meets the web profile is on the
 road map for Apache Geronimo (Tomcat provides the Servlet  JSP
 implementations for Geronimo). The Tomcat committers will continue to
 listen to the Tomcat community via the very active users discussion list
 and, if a strong demand for web-profile support in Tomcat emerges, then
 we would look at the options to provide web profile support at that point.
 /quote

 This is my personal view and I'm sure the other committers will speak up if
 they disagree.

 Mark




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




-- 
Gurkan Erdogdu
http://gurkanerdogdu.blogspot.com