DO NOT REPLY [Bug 45349] New: ColdFusion MX7 Administration doesn't work
https://issues.apache.org/bugzilla/show_bug.cgi?id=45349 Summary: ColdFusion MX7 Administration doesn't work Product: Tomcat 5 Version: 5.5.23 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Unable to login into ColdFusion MX7 Administration (installed on Tomcat 5.5.23). If you type the correct password you are prompted for password again. It works correctly with Tomcat 5.5.20 and minor version. It doesn't work with Tomcat 5.5.23 and 5.5.26 -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45349] ColdFusion MX7 Administration doesn't work
https://issues.apache.org/bugzilla/show_bug.cgi?id=45349 Mauro Biagi <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45350] New: ColdFusion MX7 Administration doesn't work
https://issues.apache.org/bugzilla/show_bug.cgi?id=45350 Summary: ColdFusion MX7 Administration doesn't work Product: Tomcat 6 Version: 6.0.16 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Unable to login into ColdFusion MX7 Administration (installed on Tomcat 5.5.23). If you type the correct password you are prompted for password again. It works correctly with Tomcat 6.0.14 and minor version. It doesn't work with Tomcat 6.0.16 -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: C code needs review
Agreed that the code "works" but could be improved. I'll hold off and let Mladen make his improvements before digging again. On Jul 7, 2008, at 2:23 AM, Mladen Turk wrote: Mark Thomas wrote: I've just attached a couple of patches to https://issues.apache.org/bugzilla/show_bug.cgi?id=43327 One of the patches is a patch to native and since all I know just about know enough C to be dangerous, I would be grateful if someone who actually knows what they are doing when it comes to C could review it. Patch makes sense, but at the first look it's not very well implemented. Think we could skip the conversion of compile time APR_* flags to our flag translation. Also, some socket implementations allows IPV4 bind on IPV6 socket, so it might be usable only when there is custom configuration that doesn't permit IPV4 bound IPV6 addresses. In standard case it might even break the things. I'll take a more deeper look at it this week. Cheers -- ^(TM) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45357] New: Add property to specify custom maintenance page when AJP unavailable.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45357 Summary: Add property to specify custom maintenance page when AJP unavailable. Product: Tomcat 5 Version: 5.5.26 Platform: All OS/Version: Windows Server 2003 Status: NEW Severity: enhancement Priority: P3 Component: Native:JK AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Currently, when AJP is unavailable, the tomcat connector will display a maintenance page of: "Service temporary unavailable! The server is temporarily unable to service your request due to maintenance downtime" It would be nice if it were possible to use a directive to point to a custom page on the filesystem or at a URL resource for the maintenance / site-unavailable message. Thanks, Andrew -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45063] JK-1.2. 26 IIS ISAPI filter issue when running different identities running apppools
https://issues.apache.org/bugzilla/show_bug.cgi?id=45063 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Connector:JK/AJP|Native:JK Product|Tomcat 4|Tomcat 6 Target Milestone|--- |default Version|Unknown |unspecified --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-07-07 15:32:33 PST --- Moving to TC6 to increase visibility. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r674658 - /tomcat/current/tc4.1.x/STATUS.txt
Author: markt Date: Mon Jul 7 15:36:47 2008 New Revision: 674658 URL: http://svn.apache.org/viewvc?rev=674658&view=rev Log: Propose fix for bug 45301 Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=674658&r1=674657&r2=674658&view=diff == --- tomcat/current/tc4.1.x/STATUS.txt (original) +++ tomcat/current/tc4.1.x/STATUS.txt Mon Jul 7 15:36:47 2008 @@ -49,4 +49,10 @@ +1: rjung, markt -1: rjung: Mark, I didn't actually try to build it. I guess it's much easier for you :) - markt: Yep. Your patch is fine. I can't believe there was still a ref to the jk2 docs! \ No newline at end of file + markt: Yep. Your patch is fine. I can't believe there was still a ref to the jk2 docs! + +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45301 + Remove a JDK 1.4 dep for the few users that still run TC4 on 1.3 JDKs + http://people.apache.org/~markt/patches/2008-07-07-bug45301-tc4.patch + +1: markt + -1: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45301] Tomcat 4.1.37 crashes with JDK 1.3
https://issues.apache.org/bugzilla/show_bug.cgi?id=45301 --- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-07-07 15:37:45 PST --- A patch has been proposed for 4.1.x and should be included in 4.1.38 onwards. Note there is no date planned 4.1.38 release at this time but there will be a 4.1.38 release (votes permitting) at some point. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45357] Add property to specify custom maintenance page when AJP unavailable.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45357 Tim Funk <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Resolution||INVALID --- Comment #1 from Tim Funk <[EMAIL PROTECTED]> 2008-07-07 17:08:28 PST --- You need to configure your webserver to use a different 503 error page. For example: See here for apache: http://httpd.apache.org/docs/2.0/mod/core.html#errordocument It should be the same concept for IIS. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45357] Add property to specify custom maintenance page when AJP unavailable.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45357 Andrew Replogle <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID | --- Comment #2 from Andrew Replogle <[EMAIL PROTECTED]> 2008-07-07 17:34:17 PST --- As already stated in this thread: http://mail-archives.apache.org/mod_mbox/tomcat-users/200807.mbox/[EMAIL PROTECTED] 400, 403.9, 411, 414, 500, 500.11, 500.14, 500.15, 501, 503, and 505 codes are all uncustomizable in IIS Rainer suggested I open an enhancement in bugzilla so here it is. I will try to provide a patch for this functionality but my C is really rusty so I'll see how it goes. If someone more talented / familiar with the codebase could implement this easier, great, if not I might have something after a while. Thanks, Andrew -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45357] Add property to specify custom maintenance page when AJP unavailable.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45357 --- Comment #3 from Tim Funk <[EMAIL PROTECTED]> 2008-07-07 18:03:32 PST --- My bad - sorry for the noise. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]