DO NOT REPLY [Bug 49426] New: Manager app wrongly localized
https://issues.apache.org/bugzilla/show_bug.cgi?id=49426 Summary: Manager app wrongly localized Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Manager AssignedTo: dev@tomcat.apache.org ReportedBy: mguille...@yahoo.fr Created an attachment (id=25582) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25582) Patch (with unit test) fixing the problem for the ManagerServlet The manager app shows message using the server's default locale whereas it should react on the request Locale. The cause is that the ManagerServlet uses StringManager what is fine for messages that are logged but not for those that are sent as responses. The attached patch fixes the problem for the ManagerServlet but not for the HTMLManagerServlet. It will require a bit more refactoring there because the same messages may be intended for log or for output to the response. I can propose a second patch for it once the problem has been fixed for the ManagerServlet. For info: same problem occurs in Tomcat 6. -- 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 49426] Manager app wrongly localized
https://issues.apache.org/bugzilla/show_bug.cgi?id=49426 Marc Guillemot changed: What|Removed |Added Attachment #25582|0 |1 is obsolete|| --- Comment #1 from Marc Guillemot 2010-06-11 03:31:50 EDT --- Created an attachment (id=25583) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25583) Right patch (with unit test) fixing the problem for the ManagerServlet ( Oops previous patch contained changes for HTMLManagerServlet that are not ready yet. Attached the right version of the patch. -- 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: tag 6.0.27 on Monday
+1 Peter Am 10.06.2010 um 07:59 schrieb jean-frederic clere: Hi, I plan to tag 6.0.27 on Monday (European morning) and start the release process. Comments? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 49428] New: Fix WebDAV mounts from Windows Mini-Redirector clients
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428 Summary: Fix WebDAV mounts from Windows Mini-Redirector clients Product: Tomcat 7 Version: trunk Platform: PC Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: p...@ebs.gr Created an attachment (id=25584) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25584) The patch for WebdavServlet The WebdavServlet does not work with native Windows clients besides the deprecated Web Folders. The more modern, common and supported by Microsoft client, Windows Mini-Redirector that allows mapping of WebDAV shares to local drives cannot mount a WebDAV share served by tomcat's WebdavServlet. You can observe this by using the following command from a windows machine: > net use * http://hostname:8080/webdav It should fail without the attached patch. The reason is that: DAV: namespaced elements in a PROPFIND responses can not use a default namespace; each element must be explicitly prefixed with a namespace prefix defined in itself or a parent. If a default namespace is used the client will give no errors, but will not display any resources. This is mentioned here, albeit for a single Windows version, Windows Server 2003: http://www.greenbytes.de/tech/webdav/webdav-redirector-list.html I have verified that the patch fixes WebDAV mounts for Windows XP, Vista & 7. -- 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 49428] Fix WebDAV mounts from Windows Mini-Redirector clients
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428 Panagiotis Astithas changed: What|Removed |Added Attachment #25584|application/octet-stream|text/plain mime type|| Attachment #25584|0 |1 is patch|| -- 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 49428] Fix WebDAV mounts from Windows Mini-Redirector clients
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428 Panagiotis Astithas changed: What|Removed |Added OS/Version||All --- Comment #1 from Panagiotis Astithas 2010-06-11 08:11:23 EDT --- I should mention that the patch is against trunk revision 953660 and that I have also tested that it works fine for OS X and Linux clients. -- 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: tag 6.0.27 on Monday
+1 On Jun 10, 2010, at 1:59 AM, jean-frederic clere wrote: > Hi, > > I plan to tag 6.0.27 on Monday (European morning) and start the release > process. > > Comments? > > Cheers > > Jean-Frederic > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0-RC4
On Jun 8, 2010, at 4:50 PM, Mark Thomas wrote: > On 07/06/2010 15:38, Mark Thomas wrote: >> All, >> >> The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC4 >> can be obtained from: >> http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC4/ >> The svn tag is: >> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC4/ >> >> Please test this release candidate and provide feedback. >> >> The 7.0.0-RC4 tag is >> [ ] Broken - do not release >> [ ] Alpha - go ahead and release 7.0.0 Alpha based on 7.0.0-RC4 >> [X] Beta - go ahead and release 7.0.0 Beta based on 7.0.0-RC4 >> [ ] Stable - go ahead and release 7.0.0 Stable based on 7.0.0-RC4 > > Servlet TCK BIO HTTP SecurityManager - Pass > Servlet TCK NIO HTTP SecurityManager - Pass > Servlet TCK APR HTTP SecurityManager - Pass [1] > Servlet TCK BIO AJP SecurityManager - Pass > Servlet TCK APR AJP SecurityManager - Pass > JSP TCK Security Manager - Pass > EL TCK Security Manager - Pass > > [1] SSL renegotiation fails as expected - bug 49284 > +1: Vote BETA. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: tag 6.0.27 on Monday
Go +1 2010/6/10 jean-frederic clere : > Hi, > > I plan to tag 6.0.27 on Monday (European morning) and start the release > process. > > Comments? > > Cheers > > Jean-Frederic > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 44454] busy count reported in mod_jk inflated, causes incorrect balancing
https://issues.apache.org/bugzilla/show_bug.cgi?id=44454 William A. Rowe Jr. changed: What|Removed |Added CC||wr...@apache.org -- 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 7.0.0 based on Tomcat 7.0.0-RC4
+1 I VOTE BETA Peter Am 07.06.2010 um 16:38 schrieb Mark Thomas: All, The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC4 can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC4/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC4/ Please test this release candidate and provide feedback. The 7.0.0-RC4 tag is [ ] Broken - do not release [ ] Alpha - go ahead and release 7.0.0 Alpha based on 7.0.0-RC4 [ x] Beta - go ahead and release 7.0.0 Beta based on 7.0.0-RC4 [ ] Stable - go ahead and release 7.0.0 Stable based on 7.0.0-RC4 The following issues were noted: - Thanks, Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0-RC4
On Mon, Jun 7, 2010 at 10:38 AM, Mark Thomas wrote: > All, > > The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC4 > can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC4/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC4/ > > Please test this release candidate and provide feedback. > > The 7.0.0-RC4 tag is > [ ] Broken - do not release > [ ] Alpha - go ahead and release 7.0.0 Alpha based on 7.0.0-RC4 > [ X ] Beta - go ahead and release 7.0.0 Beta based on 7.0.0-RC4 > [ ] Stable - go ahead and release 7.0.0 Stable based on 7.0.0-RC4 This is the first RC I tested fully with our little in-house test suite. It all worked fine. It's just CentOS, Java 6. It actually looks stable, but because it's the first of a major new branch, beta sounds safer. Yoav - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[RESULT][VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0-RC4
The result is release as beta There was a minor license issue so the 7.0.0 tag will be slightly different from RC4. I'll take a look at the change log to figure out if I want to tag current trunk or a an earlier revision. I should have some time to tag over the weekend and start the formal 7.0.0 release vote next week. I don't intend to create /tc7.0.x/trunk from /trunk just yet. I'll do that once we are happy the API is stable and we switch to RTC. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 49422] hudson does not work on tomcat 7.0.0 rc4
https://issues.apache.org/bugzilla/show_bug.cgi?id=49422 --- Comment #2 from Paweł Zuzelski 2010-06-11 16:42:26 EDT --- There are comments of HUDSON developers, they asked me to paste them here. I hope they will be helpful in tracking the problem: = mindless added a comment - 11/Jun/10 01:09 PM There may be crazy parts of Hudson bootstrapping but I don't think this part is crazy. war/resources/WEB-INF/web.xml is pretty basic, with: Stapler / which should map everything to stapler for handling.. = jieryn added a comment - 11/Jun/10 01:36 PM Change this to Stapler /* and it will work. I tested this and things appear to be working sanely now. -- 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: [Bug 49422] hudson does not work on tomcat 7.0.0 rc4
On Fri, 11 Jun 2010, bugzi...@apache.org wrote: > --- Comment #2 from Paweł Zuzelski 2010-06-11 16:42:26 > EDT --- > There are comments of HUDSON developers, they asked me to paste them here. I > hope they will be helpful in tracking the problem: > > = > > mindless added a comment - 11/Jun/10 01:09 PM > > There may be crazy parts of Hudson bootstrapping but I don't think this part > is crazy. war/resources/WEB-INF/web.xml is pretty basic, with: > > > Stapler > / > > > which should map everything to stapler for handling.. > > = > > jieryn added a comment - 11/Jun/10 01:36 PM > > Change this to > > > Stapler > /* > > > and it will work. I tested this and things appear to be working sanely now. I got such answer from Hudson developers: Resolution: Won't Fix Per Kohsuke's comment above, "/" is valid per the servlet spec. We hope that Tomcat 7 will fix this prior to their next beta/final release (or we'll surely hear about this again!) So, what is your opinion, is it a bug in tomcat? -- Regards, Paweł Zuzelski - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org