[Bug 54955] Mapping to application context root returns 404 after reload

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54955 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Component|Se

svn commit: r1484654 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/mapper/Mapper.java webapps/docs/changelog.xml

2013-05-20 Thread violetagg
Author: violetagg Date: Tue May 21 03:52:02 2013 New Revision: 1484654 URL: http://svn.apache.org/r1484654 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54955 Merged revision 1484592 from tomcat/trunk: During reloading the application, the context root Wrapper is not removed correct

svn commit: r1484618 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2013-05-20 Thread markt
Author: markt Date: Mon May 20 22:28:33 2013 New Revision: 1484618 URL: http://svn.apache.org/r1484618 Log: Check for EOF in case the server hangs up unexpectedly. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: tomcat/trunk/java/org/apache/tomcat

svn commit: r1484592 - /tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java

2013-05-20 Thread violetagg
Author: violetagg Date: Mon May 20 20:51:02 2013 New Revision: 1484592 URL: http://svn.apache.org/r1484592 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54955 During reloading the application, the context root Wrapper is not removed correctly. This causes 404 to be returned later on

svn commit: r1484581 - in /tomcat/trunk/res/ide-support/netbeans: nb-tomcat.xml project.xml

2013-05-20 Thread markt
Author: markt Date: Mon May 20 20:20:54 2013 New Revision: 1484581 URL: http://svn.apache.org/r1484581 Log: Remove unnecessary and potentially mis-leading notices that were added by the original author. Modified: tomcat/trunk/res/ide-support/netbeans/nb-tomcat.xml tomcat/trunk/res/ide-su

Re: svn commit: r1484409 - in /tomcat/trunk: ./ res/ide-support/netbeans/ webapps/docs/

2013-05-20 Thread Mark Thomas
On 20/05/2013 18:32, Brian Burch wrote: > On 20/05/13 12:16, Mark Thomas wrote: >> These files appear to be auto-generated based on input you have >> provided. The only content I'm concerned about are the comments. Are >> they all yours? If so, I'll just remove the NetBeans notice. If not, >> we'l

Re: svn commit: r1484409 - in /tomcat/trunk: ./ res/ide-support/netbeans/ webapps/docs/

2013-05-20 Thread Brian Burch
On 20/05/13 12:16, Mark Thomas wrote: On 20/05/2013 11:16, Brian Burch wrote: On 20/05/13 10:53, ma...@apache.org wrote: Author: markt Date: Mon May 20 09:53:25 2013 New Revision: 1484409 URL: http://svn.apache.org/r1484409 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 Prov

Re: Why UserDatabaseRealm may use only resource from global JNDI but DataSourceRealm may use both global and local JNDI?

2013-05-20 Thread Konstantin Kolinko
2013/5/18 outsider404 Gazeta.pl : > [Tomcat 7.0.x] > I wonder why UserDatabaseRealm use always global JNDI: > > == > Context context = getServer(). > getGlobalNamingContext(); > database = (UserDatabase) context.lookup(resourceName); > = > > but DataSourceRealm is more flexible: > >

Re: WebSockets in Tomcat 8 (proxy support and ssl handshake)

2013-05-20 Thread Niki Dokovski
On Mon, May 20, 2013 at 3:45 PM, Niki Dokovski wrote: > > > > On Fri, May 17, 2013 at 3:53 PM, Niki Dokovski wrote: > >> >> >> >> On Fri, May 17, 2013 at 3:35 PM, Mark Thomas wrote: >> >>> On 17/05/2013 13:07, Niki Dokovski wrote: >>> > Hi, >>> > >>> > Developing some sample apps with websocket

[Bug 54921] Redeploy problem with Preferences= Illegal access: this web application instance has been stopped already. Could not load com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54921 --- Comment #3 from Konstantin Kolinko --- (In reply to comment #1) > It isn't clear which preferences API you are using. The code appears to be > using "java.util.prefs" which is from Java 1.4 yet you state you are using a > "new" preferen

buildbot failure in ASF Buildbot on tomcat-trunk

2013-05-20 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4346 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1484463 - in /tomcat/trunk: build.xml res/ide-support/netbeans/nb-tomcat-build.properties res/ide-support/netbeans/nb-tomcat-project.properties res/ide-support/netbeans/nb-tomcat.xml res/

2013-05-20 Thread kkolinko
Author: kkolinko Date: Mon May 20 13:00:18 2013 New Revision: 1484463 URL: http://svn.apache.org/r1484463 Log: Further followup for Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 Correct product names Modified: tomcat/trunk/build.xml tomcat/trunk/res/ide-support/netbeans/nb

Re: WebSockets in Tomcat 8 (proxy support and ssl handshake)

2013-05-20 Thread Niki Dokovski
On Fri, May 17, 2013 at 3:53 PM, Niki Dokovski wrote: > > > > On Fri, May 17, 2013 at 3:35 PM, Mark Thomas wrote: > >> On 17/05/2013 13:07, Niki Dokovski wrote: >> > Hi, >> > >> > Developing some sample apps with websockets and tomcat 8 revealed two >> > issues I’d like to discuss here. >> > >>

svn commit: r1484448 - in /tomcat/trunk/res/ide-support/netbeans: README README.txt

2013-05-20 Thread kkolinko
Author: kkolinko Date: Mon May 20 12:40:18 2013 New Revision: 1484448 URL: http://svn.apache.org/r1484448 Log: Followup for Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 Rename the file, so that it is picked by "text.files" pattern in build.xml. As such its end-of-lines would be pro

svn commit: r1484446 - /tomcat/trunk/res/ide-support/netbeans/README

2013-05-20 Thread kkolinko
Author: kkolinko Date: Mon May 20 12:35:24 2013 New Revision: 1484446 URL: http://svn.apache.org/r1484446 Log: Correct product names Modified: tomcat/trunk/res/ide-support/netbeans/README Modified: tomcat/trunk/res/ide-support/netbeans/README URL: http://svn.apache.org/viewvc/tomcat/trunk/r

Re: svn commit: r1484409 - in /tomcat/trunk: ./ res/ide-support/netbeans/ webapps/docs/

2013-05-20 Thread Mark Thomas
On 20/05/2013 11:16, Brian Burch wrote: > On 20/05/13 10:53, ma...@apache.org wrote: >> Author: markt >> Date: Mon May 20 09:53:25 2013 >> New Revision: 1484409 >> >> URL: http://svn.apache.org/r1484409 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 >> Provide an initial im

Re: svn commit: r1484409 - in /tomcat/trunk: ./ res/ide-support/netbeans/ webapps/docs/

2013-05-20 Thread Brian Burch
On 20/05/13 10:53, ma...@apache.org wrote: Author: markt Date: Mon May 20 09:53:25 2013 New Revision: 1484409 URL: http://svn.apache.org/r1484409 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 Provide an initial implementation of NetBeans support. Patch provided by Brian Burch

[Bug 54921] Redeploy problem with Preferences= Illegal access: this web application instance has been stopped already. Could not load com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54921 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

svn commit: r1484409 - in /tomcat/trunk: ./ res/ide-support/netbeans/ webapps/docs/

2013-05-20 Thread markt
Author: markt Date: Mon May 20 09:53:25 2013 New Revision: 1484409 URL: http://svn.apache.org/r1484409 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 Provide an initial implementation of NetBeans support. Patch provided by Brian Burch. Added: tomcat/trunk/res/ide-support/ne

[Bug 54899] Initial support for netbeans ide

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54899] Initial support for netbeans ide

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 Mark Thomas changed: What|Removed |Added Attachment #30230|application/octet-stream|text/plain mime type|

[Bug 54899] Initial support for netbeans ide

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54899 Mark Thomas changed: What|Removed |Added Attachment #30229|0 |1 is patch|

[Bug 54808] Add numberOfVersionsToKeep when undeployOldVersions is set to true

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54808 --- Comment #2 from Mark Thomas --- I'm not convinced of the usefulness of this feature. The stated purpose is fall-back. Consider an application on version 1 and version 2 is deployed. If a system admin wants the ability to fall-back to v

[Bug 54783] Tomcat 6 DeltaManager poses significant performance overhead for Application

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54783 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54992] Tomcat Blocking in tomcat 6.0.35

2013-05-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54992 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---