https://issues.apache.org/bugzilla/show_bug.cgi?id=49275
Summary: Getting error in jk2.log file at path
/apache1.3.1/logs
Product: Tomcat Connectors
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: N
Author: markt
Date: Wed May 12 10:24:00 2010
New Revision: 943432
URL: http://svn.apache.org/viewvc?rev=943432&view=rev
Log:
Fix remainder of https://issues.apache.org/bugzilla/show_bug.cgi?id=49181
Add additional check to prevent adding Servlet context listeners once the calls
to the Servlet Con
https://issues.apache.org/bugzilla/show_bug.cgi?id=49181
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Wed May 12 10:29:06 2010
New Revision: 943434
URL: http://svn.apache.org/viewvc?rev=943434&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49224
Only try setting the username and password if they are non-null
Patch provided by Matt Passell
Modified:
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=49224
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed May 12 10:31:04 2010
New Revision: 943435
URL: http://svn.apache.org/viewvc?rev=943435&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49221
Ensure case conversion behaves as expected
Patch provided by sebb
Modified:
tomcat/trunk/java/javax/servlet
https://issues.apache.org/bugzilla/show_bug.cgi?id=49221
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817
--- Comment #5 from Mark Thomas 2010-05-12 06:47:44 EDT ---
I don't know the code that well so feel free to treat these comments with that
in mind.
In no particular order...
It appears that this patch forces validation to happen even if t
Author: markt
Date: Wed May 12 11:10:03 2010
New Revision: 943447
URL: http://svn.apache.org/viewvc?rev=943447&view=rev
Log:
Fix remaining issue described in
https://issues.apache.org/bugzilla/show_bug.cgi?id=49218
doLookup should return null if the resource cannot be found and should not
throw
https://issues.apache.org/bugzilla/show_bug.cgi?id=49218
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49275
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by rwickham.
The comment on this change is: added 2020media.com.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=258&rev2=259
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817
--- Comment #6 from Matt Passell 2010-05-12
12:12:21 EDT ---
(In reply to comment #5)
Thanks Mark. Those were reasonable points. I'll respond to each.
> It appears that this patch forces validation to happen even if the user
> doesn't
>
Author: markt
Date: Wed May 12 19:49:26 2010
New Revision: 943657
URL: http://svn.apache.org/viewvc?rev=943657&view=rev
Log:
Multiple TCK failures. Child containers are started during the STARTING_PREP
state so if a child whilst the container is in that state, it must also be
started.
Modified:
Author: markt
Date: Wed May 12 19:50:07 2010
New Revision: 943658
URL: http://svn.apache.org/viewvc?rev=943658&view=rev
Log:
Remove unused imports
Modified:
tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
U
Author: markt
Date: Wed May 12 20:03:40 2010
New Revision: 943664
URL: http://svn.apache.org/viewvc?rev=943664&view=rev
Log:
Fix TCK failure
Restore initialisation of logger that was triggering an NPE
Modified:
tomcat/trunk/java/org/apache/catalina/valves/ValveBase.java
Modified: tomcat/trun
Author: markt
Date: Wed May 12 22:32:22 2010
New Revision: 943726
URL: http://svn.apache.org/viewvc?rev=943726&view=rev
Log:
Wrappers are started when added to the Context (since the Context is already
starting). Don't try and start them twice.
Modified:
tomcat/trunk/java/org/apache/catalina
Author: markt
Date: Wed May 12 22:40:54 2010
New Revision: 943733
URL: http://svn.apache.org/viewvc?rev=943733&view=rev
Log:
Fix HTML niggles.
Modified:
tomcat/trunk/webapps/docs/appdev/sample/index.html
tomcat/trunk/webapps/docs/appdev/sample/web/index.html
Modified: tomcat/trunk/webapp
Author: markt
Date: Wed May 12 23:01:57 2010
New Revision: 943745
URL: http://svn.apache.org/viewvc?rev=943745&view=rev
Log:
Remove completed item
Modified:
tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt
Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk
https://issues.apache.org/bugzilla/show_bug.cgi?id=49284
Summary: Implement SSL renegotiation for the NIO connector
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Pr
Author: markt
Date: Wed May 12 23:08:10 2010
New Revision: 943746
URL: http://svn.apache.org/viewvc?rev=943746&view=rev
Log:
Remove some stuff we have already done.
Modified:
tomcat/trunk/PROPOSALS.txt
Modified: tomcat/trunk/PROPOSALS.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/PROPO
Hi,
While using the new features of getPart()/getParts() in the Servlet 3.0,
I found that those methods could not be invoked in filter.
After checking the spec, I found some words below :
--->
File upload
If a request is of type multipart/form-data and if the servlet handling
t
22 matches
Mail list logo