Re: HPUX Itanium Native Connector Build Error

2005-11-07 Thread Mladen Turk
Fenlason, Josh wrote: Hey everybody! I'm trying to build the native apr connector from Tomcat 5.5.12 on HPUX Itanium and I'm running into a problem during the configure. APR 1.2.2 built fine. I built OpenSSL 0.9.8a as a static library (I couldn't get it to build as a shared library.) Have you

svn commit: r331651 - /tomcat/site/trunk/README.txt

2005-11-07 Thread funkman
Author: funkman Date: Mon Nov 7 16:36:17 2005 New Revision: 331651 URL: http://svn.apache.org/viewcvs?rev=331651&view=rev Log: Fix directory for site s/jakarta/Apache/ Modified: tomcat/site/trunk/README.txt Modified: tomcat/site/trunk/README.txt URL: http://svn.apache.org/viewcvs/tomcat/s

svn commit: r331650 - in /tomcat/site/trunk: docs/faq/memory.html docs/faq/printer/memory.html xdocs-faq/memory.xml

2005-11-07 Thread funkman
Author: funkman Date: Mon Nov 7 16:32:44 2005 New Revision: 331650 URL: http://svn.apache.org/viewcvs?rev=331650&view=rev Log: add class loadloader leak link Modified: tomcat/site/trunk/docs/faq/memory.html tomcat/site/trunk/docs/faq/printer/memory.html tomcat/site/trunk/xdocs-faq/me

svn commit: r331649 - in /tomcat/site/trunk: docs/faq/bugs.html docs/faq/printer/bugs.html xdocs-faq/bugs.xml

2005-11-07 Thread funkman
Author: funkman Date: Mon Nov 7 16:31:47 2005 New Revision: 331649 URL: http://svn.apache.org/viewcvs?rev=331649&view=rev Log: link fix Modified: tomcat/site/trunk/docs/faq/bugs.html tomcat/site/trunk/docs/faq/printer/bugs.html tomcat/site/trunk/xdocs-faq/bugs.xml Modified: tomcat/s

Re: Persistent "xmlValidation" Problem

2005-11-07 Thread Shankar Unni
Bob Bronson wrote: Who cares? I'm through w/TC. Good riddence. Thank goodness. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OTAnn] Feedback

2005-11-07 Thread Mark Thomas
shenanigans wrote: It?s free to join and any feedback would be appreciated. One more thing, all the svn commit messages appear to be missing. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [OTAnn] Feedback

2005-11-07 Thread Mark Thomas
shenanigans wrote: I was interested in getting feedback from current mail group users. We have mirrored your mail list in a new application that provides a more aggregated and safe environment which utilizes the power of broadband. Did you ask anyone at Apache before doing this or did you just

[OTAnn] Feedback

2005-11-07 Thread shenanigans
I was interested in getting feedback from current mail group users. We have mirrored your mail list in a new application that provides a more aggregated and safe environment which utilizes the power of broadband. Roomity.com v 1.5 is a web 2.01 community webapp. Our newest version adds broadca

Re: svn commit: r331249

2005-11-07 Thread Oleg Kalnichevski
On Mon, 2005-11-07 at 09:58 +, [EMAIL PROTECTED] wrote: > Author: remm > Date: Mon Nov 7 01:57:55 2005 > New Revision: 331249 > > URL: http://svn.apache.org/viewcvs?rev=331249&view=rev > Log: > - Fix swallowed NPE problem with APR connectors when there's no host header. > The mapper will si

HPUX Itanium Native Connector Build Error

2005-11-07 Thread Fenlason, Josh
Hey everybody! I'm trying to build the native apr connector from Tomcat 5.5.12 on HPUX Itanium and I'm running into a problem during the configure. APR 1.2.2 built fine. I built OpenSSL 0.9.8a as a static library (I couldn't get it to build as a shared library.) When I try to configure the tomca

Re: svn commit failed

2005-11-07 Thread Mark Thomas
Tim Funk wrote: I was trying to update the faq and on commit I get: svn: Commit failed (details follow): svn: MKACTIVITY of '/repos/asf/!svn/act/cbfb08b7-fd04-0410-812a-daddc51de6cc': 403 Forbidden (http://svn.apache.org) I (think I) have the correct ID and password. Am I missing karma? -Ti

svn commit failed

2005-11-07 Thread Tim Funk
I was trying to update the faq and on commit I get: svn: Commit failed (details follow): svn: MKACTIVITY of '/repos/asf/!svn/act/cbfb08b7-fd04-0410-812a-daddc51de6cc': 403 Forbidden (http://svn.apache.org) I (think I) have the correct ID and password. Am I missing karma? -Tim --

DO NOT REPLY [Bug 37381] New: - pageContext.forward causes Illegal to clear() when buffer size == 0

2005-11-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r331252 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2005-11-07 Thread remm
Author: remm Date: Mon Nov 7 02:07:06 2005 New Revision: 331252 URL: http://svn.apache.org/viewcvs?rev=331252&view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache

svn commit: r331250 - /tomcat/connectors/trunk/juli/src/java/org/apache/juli/ClassLoaderLogManager.java

2005-11-07 Thread remm
Author: remm Date: Mon Nov 7 02:01:09 2005 New Revision: 331250 URL: http://svn.apache.org/viewcvs?rev=331250&view=rev Log: - Remove asserts for better JDK compatibility. Modified: tomcat/connectors/trunk/juli/src/java/org/apache/juli/ClassLoaderLogManager.java Modified: tomcat/connectors

svn commit: r331249 - in /tomcat: connectors/trunk/coyote/src/java/org/apache/coyote/ connectors/trunk/http11/src/java/org/apache/coyote/http11/ connectors/trunk/jk/java/org/apache/coyote/ajp/ connect

2005-11-07 Thread remm
Author: remm Date: Mon Nov 7 01:57:55 2005 New Revision: 331249 URL: http://svn.apache.org/viewcvs?rev=331249&view=rev Log: - Fix swallowed NPE problem with APR connectors when there's no host header. The mapper will simply use the default host name in that case. - Some small cleanups also, lik

svn commit: r331238 - in /tomcat/sandbox/test: ./ org/ org/apache/ org/apache/tomcat/ org/apache/tomcat/util/ org/apache/tomcat/util/buf/ org/apache/tomcat/util/buf/UEncoderTest.java org/apache/tomcat

2005-11-07 Thread costin
Author: costin Date: Mon Nov 7 00:05:25 2005 New Revision: 331238 URL: http://svn.apache.org/viewcvs?rev=331238&view=rev Log: A simple test case - extremely incomplete, but usefull to track the nio conversion. Added: tomcat/sandbox/test/ tomcat/sandbox/test/org/ tomcat/sandbox/test/o

svn commit: r331237 - /tomcat/sandbox/java/org/apache/tomcat/util/buf/UEncoder.java

2005-11-07 Thread costin
Author: costin Date: Mon Nov 7 00:04:21 2005 New Revision: 331237 URL: http://svn.apache.org/viewcvs?rev=331237&view=rev Log: Move UEncoder to nio. Deprecate most of the methods - they don't seem to be in use in 5.5 and are pretty bad ( Writer ). In fact - the entire class could be cleaned up and