[Bug 55336] New: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces.

2013-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55336 Bug ID: 55336 Summary: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces. Product: Tomcat 7 Version: unspecified Hardware: PC

[Bug 55333] New: JDBCRealm Digest authentication Flow is not working throws Function sequence error

2013-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55333 Bug ID: 55333 Summary: JDBCRealm Digest authentication Flow is not working throws Function sequence error Product: Tomcat 7 Version: 7.0.42 Hardware: PC

Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-07-31 Thread Mark Thomas
On 31/07/2013 18:35, Seema Patel wrote: > Hi, > > I am not sure if this is the right List to post this on, please advise if it > isn't and let me know where is best to post. This belongs on the users list. Mark - To unsubscri

Re: Using a mock framework for testing?

2013-07-31 Thread Mark Thomas
On 31/07/2013 18:09, Jeremy Boynes wrote: > Any objection to adding a dependency on a mocking framework to aid unit > testing? > The one I have used most is EasyMock which is Apache License 2.0. To save repeating the details of what I have said before: http://markmail.org/message/io4q25hnrs2hgmxo

RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-07-31 Thread Caldarale, Charles R
> From: Seema Patel [mailto:seema...@hotmail.com] > Subject: java.net.UnknownHostException: Failed to negotiate with a suitable > domain controller for xxx > I am not sure if this is the right List to post this on It's not; the Tomcat users list is the correct one. > jcifs.http.NtlmHttpFilter

[Bug 52811] HttpServletResponse.setContentType() parses the content type incorrectly

2013-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52811 --- Comment #5 from Mark Thomas --- The original proposal used a pasrer generated by javacc. That has since been replaced in trunk and 7.0.x with a simpler implemenation. I have proposed a back-port of that simpler implementation. -- You

svn commit: r1508956 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 16:41:39 2013 New Revision: 1508956 URL: http://svn.apache.org/r1508956 Log: New proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1508956&r1=15089

svn commit: r1508952 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/Response.java

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 16:38:33 2013 New Revision: 1508952 URL: http://svn.apache.org/r1508952 Log: CTR. Trailing whitespace only in preparation for real fix. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/Response.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/Res

java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-07-31 Thread Seema Patel
Hi, I am not sure if this is the right List to post this on, please advise if it isn't and let me know where is best to post. I am getting the following error on one of our applications running on our intranet: 2013-07-31 17:15:11,180 [http-xxx.xxx.x.xxx-xx-x] ERROR org.apache.catalina.core.C

Re: Using a mock framework for testing?

2013-07-31 Thread Nick Williams
On Jul 31, 2013, at 11:09 AM, Jeremy Boynes wrote: > Any objection to adding a dependency on a mocking framework to aid unit > testing? > The one I have used most is EasyMock which is Apache License 2.0. > > Cheers > Jeremy EasyMock is fantastic. I use it for everything I do, and we're using i

Using a mock framework for testing?

2013-07-31 Thread Jeremy Boynes
Any objection to adding a dependency on a mocking framework to aid unit testing? The one I have used most is EasyMock which is Apache License 2.0. Cheers Jeremy - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For add

Re: svn commit: r1507870 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/WebappServiceLoader.java test/org/apache/catalina/startup/TestWebappSe

2013-07-31 Thread Jeremy Boynes
On Jul 31, 2013, at 8:08 AM, Jeremy Boynes wrote: > On Jul 31, 2013, at 7:31 AM, Mark Thomas wrote: > >> On 29/07/2013 20:48, Mark Thomas wrote: >>> On 29/07/2013 01:01, jboy...@apache.org wrote: Author: jboynes Date: Sun Jul 28 23:01:23 2013 New Revision: 1507870 URL:

svn commit: r1508932 - /tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java

2013-07-31 Thread jboynes
Author: jboynes Date: Wed Jul 31 15:38:53 2013 New Revision: 1508932 URL: http://svn.apache.org/r1508932 Log: Delete ineffectual test Removed: tomcat/trunk/test/org/apache/catalina/startup/TestWebappServiceLoader.java - To

Re: svn commit: r1507870 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/WebappServiceLoader.java test/org/apache/catalina/startup/TestWebappSe

2013-07-31 Thread Jeremy Boynes
On Jul 31, 2013, at 7:31 AM, Mark Thomas wrote: > On 29/07/2013 20:48, Mark Thomas wrote: >> On 29/07/2013 01:01, jboy...@apache.org wrote: >>> Author: jboynes >>> Date: Sun Jul 28 23:01:23 2013 >>> New Revision: 1507870 >>> >>> URL: http://svn.apache.org/r1507870 >>> Log: >>> Fix for https://is

[Bug 51912] IOOB exception in InternalNioInputBuffer when debug logging is enabled

2013-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51912 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Component|Connecto

svn commit: r1508892 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 14:51:42 2013 New Revision: 1508892 URL: http://svn.apache.org/r1508892 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1508892&r1=1508891&r2=1

svn commit: r1508884 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 14:41:55 2013 New Revision: 1508884 URL: http://svn.apache.org/r1508884 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55316 Log IO errors with client at debug. Client may simply have gone away. Modified: tomcat/trunk/java/org/apache/tomcat/websocke

[Bug 55316] Ugly error log when WS client disconnects unexpectedly

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

svn commit: r1508878 - in /tomcat/trunk/webapps/docs: config/systemprops.xml web-socket-howto.xml

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 14:32:56 2013 New Revision: 1508878 URL: http://svn.apache.org/r1508878 Log: whitespace Modified: tomcat/trunk/webapps/docs/config/systemprops.xml tomcat/trunk/webapps/docs/web-socket-howto.xml Modified: tomcat/trunk/webapps/docs/config/systemprops.xml URL:

Re: svn commit: r1507870 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/WebappServiceLoader.java test/org/apache/catalina/startup/TestWebappSe

2013-07-31 Thread Mark Thomas
On 29/07/2013 20:48, Mark Thomas wrote: > On 29/07/2013 01:01, jboy...@apache.org wrote: >> Author: jboynes >> Date: Sun Jul 28 23:01:23 2013 >> New Revision: 1507870 >> >> URL: http://svn.apache.org/r1507870 >> Log: >> Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55287 >> >> Decouple

[Bug 55314] Provide option to allow programmatic deployment of server (WebSocket) endpoint at runtime

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

svn commit: r1508872 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ webapps/docs/ webapps/docs/config/

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 14:17:08 2013 New Revision: 1508872 URL: http://svn.apache.org/r1508872 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55314 Provide a configuration option to bypass the specification restriction on not being able to add endpoints prgrammatically once t

svn commit: r1508856 - /tomcat/trunk/webapps/docs/web-socket-howto.xml

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 13:45:25 2013 New Revision: 1508856 URL: http://svn.apache.org/r1508856 Log: Update docs Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/do

[Bug 55314] Provide option to allow programmatic deployment of server (WebSocket) endpoint at runtime

2013-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55314 --- Comment #3 from Mark Thomas --- (In reply to Dave Syer from comment #2) > Maybe this is relevant. When I try to add the WsListener to an embedded > Tomcat I get this: That looks to be a different issue. There are examples of how to do

[Bug 55312] No SCI scan in embedded Tomcat

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

svn commit: r1508845 - in /tomcat/trunk: java/org/apache/tomcat/util/scan/StandardJarScanner.java webapps/docs/config/jar-scan-filter.xml webapps/docs/config/jar-scanner.xml

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 13:13:10 2013 New Revision: 1508845 URL: http://svn.apache.org/r1508845 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55312 Ensure that class path entries representing directories are always scanned for matches to @HandlesTypes Modified: tomcat/tr

[Bug 55332] New: empty input file cause exception in FileMessageFactory

2013-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55332 Bug ID: 55332 Summary: empty input file cause exception in FileMessageFactory Product: Tomcat 7 Version: 7.0.41 Hardware: PC OS: Linux Status: NEW S

[Bug 55331] New: Dispatch after async timeout fails

2013-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55331 Bug ID: 55331 Summary: Dispatch after async timeout fails Product: Tomcat 7 Version: 7.0.42 Hardware: PC OS: Linux Status: NEW Severity: normal

svn commit: r1508765 - /tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 08:15:15 2013 New Revision: 1508765 URL: http://svn.apache.org/r1508765 Log: CTR: Fix javadoc formatting typo Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java URL: h

svn commit: r1508764 - /tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 08:14:42 2013 New Revision: 1508764 URL: http://svn.apache.org/r1508764 Log: CTR. Trailing whitespace only in preparation for real fix. Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/htt

svn commit: r1508763 - /tomcat/tc7.0.x/trunk/java/javax/servlet/http/HttpSession.java

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 08:13:01 2013 New Revision: 1508763 URL: http://svn.apache.org/r1508763 Log: Fix javadoc formatting typo Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/http/HttpSession.java Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/http/HttpSession.java URL: http:/

svn commit: r1508762 - /tomcat/trunk/java/javax/servlet/http/HttpSession.java

2013-07-31 Thread markt
Author: markt Date: Wed Jul 31 08:11:48 2013 New Revision: 1508762 URL: http://svn.apache.org/r1508762 Log: Fix javadoc formatting typo Modified: tomcat/trunk/java/javax/servlet/http/HttpSession.java Modified: tomcat/trunk/java/javax/servlet/http/HttpSession.java URL: http://svn.apache.org/

svn commit: r1508756 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2013-07-31 Thread kfujino
Author: kfujino Date: Wed Jul 31 07:50:02 2013 New Revision: 1508756 URL: http://svn.apache.org/r1508756 Log: The contextClass attribute of HostConfig refers to the value of the contextClass attribute of Host. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/HostConfig.java

svn commit: r1508747 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2013-07-31 Thread kfujino
Author: kfujino Date: Wed Jul 31 07:40:20 2013 New Revision: 1508747 URL: http://svn.apache.org/r1508747 Log: The contextClass attribute of HostConfig refers to the value of the contextClass attribute of Host. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: