On 04/30/2010 08:51 AM, Konstantin Kolinko wrote:
> There is a difference in Comet API that will require all TC6 Comet
> applications
> to be patched and recompiled before deploying them to TC7:
>
> Comet classes were moved from "org.apache.catalina" to
> "org.apache.catalina.comet".
>
> What do
https://issues.apache.org/bugzilla/show_bug.cgi?id=49235
Summary: ServletContainerInitializer onStartup(Set>
classSet is not expect class
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49236
Summary: JAR indexing does not have any benefits and can cause
some harm
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Author: kkolinko
Date: Fri Apr 30 09:56:35 2010
New Revision: 939612
URL: http://svn.apache.org/viewvc?rev=939612&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49236
Do not use indexing when packing Tomcat JARs.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/b
https://issues.apache.org/bugzilla/show_bug.cgi?id=49236
--- Comment #1 from Konstantin Kolinko 2010-04-30
06:03:35 EDT ---
Created an attachment (id=25381)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25381)
2010-04-30_tc6_bug49236.patch
Fixed in trunk in r939612. I am attaching
https://issues.apache.org/bugzilla/show_bug.cgi?id=49236
--- Comment #2 from Konstantin Kolinko 2010-04-30
06:13:32 EDT ---
Created an attachment (id=25382)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25382)
2010-04-30_tc55_bug49236.patch
Patch for TC 5.5.
--
Configure bugmail:
Author: kkolinko
Date: Fri Apr 30 10:26:55 2010
New Revision: 939622
URL: http://svn.apache.org/viewvc?rev=939622&view=rev
Log:
proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/
https://issues.apache.org/bugzilla/show_bug.cgi?id=49236
Konstantin Kolinko changed:
What|Removed |Added
Component|Packaging |Unknown
Version|tr
Would it be possible to just create an optional package that has all the
old class names and their implementation is just an extends of the new
version? (As well as being marked deprecated)
-Tim
On 4/30/2010 2:51 AM, Konstantin Kolinko wrote:
There is a difference in Comet API that will req
Author: pero
Date: Fri Apr 30 11:23:41 2010
New Revision: 939638
URL: http://svn.apache.org/viewvc?rev=939638&view=rev
Log:
web.xml or fragment must merge with annotations s. Servlet Spec 3.0 8.2.3
Added:
tomcat/trunk/test/org/apache/catalina/startup/DuplicateMappingParamFilter.java
(with
Author: pero
Date: Fri Apr 30 11:25:10 2010
New Revision: 939639
URL: http://svn.apache.org/viewvc?rev=939639&view=rev
Log:
Fix NPE if no encoding parameter exists at request!
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request.java
Modified: tomcat/trunk/java/org/apache/catali
I think I am changing my mind, I am leaning towards 1.
There are cases where I think we can use the regular access log (where I
like solution 2).
But with solution 1. You can also log "oddness". Connections which
timeout, or never present a request, etc. So the format of the
CoyoteAdaptor lo
https://issues.apache.org/bugzilla/show_bug.cgi?id=49218
--- Comment #2 from Peter Rossbach 2010-04-30 07:44:34 EDT
---
Created an attachment (id=25384)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25384)
"Not found" Resource Example with to fragments
--
Configure bugmail: https:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49218
--- Comment #3 from Peter Rossbach 2010-04-30 07:53:40 EDT
---
I have build a standalone war that still have the not found problem! Arrg!
I have build two fragments: servlet30/WEB-INF/lib/hello2.jar
META-INF/
META-INF/MANIFEST.MF
api/
api
Author: pero
Date: Fri Apr 30 12:10:08 2010
New Revision: 939650
URL: http://svn.apache.org/viewvc?rev=939650&view=rev
Log:
Add second resource jar and testcase failed again :-( You can switch assert
resourceF and see that also resourceB test failed..
Added:
tomcat/trunk/test/webapp-3.0-frag
https://issues.apache.org/bugzilla/show_bug.cgi?id=49218
--- Comment #4 from Peter Rossbach 2010-04-30 08:12:09 EDT
---
Have checkin second resource2.jar and update testcase
TestStandardContextResources to failed again!
Sorry...
--
Configure bugmail: https://issues.apache.org/bugzilla/userpre
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "LemomeYoxicep" page has been changed by LemomeYoxicep.
http://wiki.apache.org/tomcat/LemomeYoxicep
--
New page:
tvyicatqjghwngsaecc
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy/EudarYysever" page has been changed by EudarYysever.
http://wiki.apache.org/tomcat/PoweredBy/EudarYysever
--
New page:
zy
Dear wiki user,
You have subscribed to a wiki page "Tomcat Wiki" for change notification.
The page "LemomeYoxicep" has been deleted by StefanBodewig.
The comment on this change is: remove spam.
http://wiki.apache.org/tomcat/LemomeYoxicep
--
Dear wiki user,
You have subscribed to a wiki page "Tomcat Wiki" for change notification.
The page "PoweredBy/EudarYysever" has been deleted by StefanBodewig.
The comment on this change is: spam.
http://wiki.apache.org/tomcat/PoweredBy/EudarYysever
---
Interesting idea, really ! But I suspect it might break some things in some
cases. I'm thinking about cross-context requests (where the requestDispatcher
calls another web application in the same JVM with the same thread). If the
context-specific table changes when dispatching the request to the
On 30 avr. 2010, at 00:01, Pid wrote:
>
> Are you saying that you want to stop processing requests each time a
> webapp gets restarted, or that the thread pool is refreshed by
> sequentially killing each thread and recreating it?
Something in between : I create a new pool with the same character
On 29/04/2010 17:38, Christopher Schultz wrote:
> David,
>
> On 4/28/2010 6:40 PM, David Jencks wrote:
>> I'd be curious how many of the features in securityfilter can be done
>> with servlet 3 (which includes the ability for an app to
>> programatically force a login) and jaspic (jsr 196) which p
On 30/04/2010 07:51, Konstantin Kolinko wrote:
> There is a difference in Comet API that will require all TC6 Comet
> applications
> to be patched and recompiled before deploying them to TC7:
>
> Comet classes were moved from "org.apache.catalina" to
> "org.apache.catalina.comet".
>
> What do yo
On 30/04/2010 12:25, p...@apache.org wrote:
> Author: pero
> Date: Fri Apr 30 11:25:10 2010
> New Revision: 939639
>
> URL: http://svn.apache.org/viewvc?rev=939639&view=rev
> Log:
> Fix NPE if no encoding parameter exists at request!
Tabs rather than again.
Mark
--
Author: markt
Date: Fri Apr 30 17:24:35 2010
New Revision: 939748
URL: http://svn.apache.org/viewvc?rev=939748&view=rev
Log:
Add min java version
Modified:
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/whichversion.xml
Modified: tomcat/site/trunk/docs/whichversion.html
> From: Sylvain Laurent [mailto:sylvain.laur...@gmail.com] On Behalf Of
> Sylvain Laurent
> Subject: Re: Need advice to notify StandardExecutor when a webapp is
> stopped
>
> Interesting idea, really ! But I suspect it might break some things in
> some cases. I'm thinking about cross-context reque
Through Tomcat I'm launching an applet in a Mozilla Firefox browser. By
default the icon on the tab and beside url is the tomcat logo. Does anyone
know where this image is located and if I can replace it with my own custom
logo?
Thanks
--
View this message in context:
http://old.nabble.com/Ho
On 30/04/2010 18:34, JohnRodey wrote:
>
> Through Tomcat I'm launching an applet in a Mozilla Firefox browser. By
> default the icon on the tab and beside url is the tomcat logo. Does anyone
> know where this image is located and if I can replace it with my own custom
> logo?
That would be a qu
IMHO filters like securityfilter are the right solution for authentication,
users can
use them in any container and have full control over everything.
It is possible to add some hooks into tomcat so that filters like this can
fully replace the
built-in authentication, for example using 'magic' att
Author: pero
Date: Fri Apr 30 18:49:52 2010
New Revision: 939774
URL: http://svn.apache.org/viewvc?rev=939774&view=rev
Log:
Space to tab
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java
URL:
http://
On 30/04/2010, Mark Thomas wrote:
> On 29/04/2010 17:38, Christopher Schultz wrote:
> > David,
> >
> > On 4/28/2010 6:40 PM, David Jencks wrote:
> >> I'd be curious how many of the features in securityfilter can be done
> >> with servlet 3 (which includes the ability for an app to
> >> progr
On Apr 14, 2010, at 5:41 PM, Mark Thomas wrote:
> On 14/04/2010 21:31, Mark Thomas wrote:
>> On 14/04/2010 21:06, sebb wrote:
>>> 2 files in BCEL have IBM headers; these headers are presumably OK, but
>>> the NOTICE file probably needs to mention IBM. Not sure why the BCEL
>>> source archive does
33 matches
Mail list logo