Re: [Help] Servlet response's encoding of new lines, what is the correct behavior?

2004-03-24 Thread Kazuhito SUGURI
Hi Vincent, In article <[EMAIL PROTECTED]>, Wed, 24 Mar 2004 16:08:16 +0100, "Vincent Massol" <[EMAIL PROTECTED]> wrote: vmassol> The container where the test succeeds are those returning Windows eol vmassol> characters (\r\n) whereas those that fail return Unix eol (\n). vmassol> vmassol> Is th

Re: Cactus redux

2004-03-24 Thread Nicholas Lesiecki
- API 1 is useful to any container writer in particular. Thus I believe containers like Geronimo must probably already have such an API. I'll ask on the Geronimo mailing list to check it out. If they do, and if this API is nicely packaged in a thin jar (a jar used to manipulate servlet deployment d

Re: [VOTE] Remove Cactus project in bugzilla?

2004-03-24 Thread Nicholas Lesiecki
+1 On Mar 24, 2004, at 11:33 AM, Vincent Massol wrote: Hi, Now that we have moved to JIRA for our bug traking, can we remove the Cactus project in Bugzilla to prevent people using it? Here's my +1 Thanks -Vincent - To unsubscribe

cvs commit: jakarta-cactus/documentation/docs/xdocs changes.xml

2004-03-24 Thread vmassol
vmassol 2004/03/24 10:47:16 Modified:documentation/docs/xdocs changes.xml Log: Move bug tracker to JIRA. Still need to migrate other bugzilla bug# to JIRA bug# (I'll do this later as I'm currently on a 9.6kbps connection this week...) Revision ChangesPath 1.177 +2 -6

cvs commit: jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets document2html.xsl

2004-03-24 Thread vmassol
vmassol 2004/03/24 10:39:44 Modified:documentation/docs/skins/jakarta.apache.org/stylesheets document2html.xsl Log: Move bug tracker to JIRA Revision ChangesPath 1.51 +2 -2 jakarta-cactus/documentation/docs/skins/jakarta.apache.org/style

cvs commit: jakarta-cactus/documentation/docs/xdocs faq.xml

2004-03-24 Thread vmassol
vmassol 2004/03/24 10:37:06 Modified:documentation/docs/xdocs faq.xml Log: Move bug tracker to JIRA Revision ChangesPath 1.26 +1 -1 jakarta-cactus/documentation/docs/xdocs/faq.xml Index: faq.xml

[VOTE] Remove Cactus project in bugzilla?

2004-03-24 Thread Vincent Massol
Hi, Now that we have moved to JIRA for our bug traking, can we remove the Cactus project in Bugzilla to prevent people using it? Here's my +1 Thanks -Vincent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

cvs commit: jakarta-cactus/documentation/docs/xdocs/participating release_checklist.xml navigation.xml

2004-03-24 Thread vmassol
vmassol 2004/03/24 10:31:25 Modified:documentation/docs/xdocs sitemap.xml documentation/docs/xdocs/participating release_checklist.xml navigation.xml Log: Move bug tracker to JIRA Revision ChangesPath 1.77 +2 -3 jakarta-cac

cvs commit: jakarta-cactus/framework/src/test/share/org/apache/cactus/util TestIoUtil.java TestAll.java

2004-03-24 Thread vmassol
vmassol 2004/03/24 09:06:57 Modified:framework/src/test/share/org/apache/cactus/util TestAll.java Added: framework/src/test/share/org/apache/cactus/util TestIoUtil.java Log: added IoUtil unit test Revision ChangesPath 1.6 +3 -2

cvs commit: jakarta-cactus/integration/ant build.xml

2004-03-24 Thread vmassol
vmassol 2004/03/24 09:02:52 Modified:integration/ant build.xml Log: only build clovered jar if clover is enabled. Somehow I have messed up in some previous commits... Revision ChangesPath 1.55 +2 -2 jakarta-cactus/integration/ant/build.xml Index: build.xml

DO NOT REPLY [Bug 27907] New: - 1.6dev-20040226 maven plugin broken

2004-03-24 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

[Help] Servlet response's encoding of new lines, what is the correct behavior?

2004-03-24 Thread Vincent Massol
Hi, I need your help. We have one test in the Cactus test suite that tests servlet response: public void testGetResponseAsStringMultiLines() throws IOException { PrintWriter pw = response.getWriter(); response.setContentType("text/html"); pw.println(""); p