Proposed new config parameters to fix request encoding related bugs

2004-06-23 Thread KUROSAKA Teruhiko
Hello, My name is "Kuro" and I am new to Struts. Struts is great in that it takes care of i18n. But a problem is that it only takes care of the message portion of i18n. Especially, it seems to miss a way to set the character encoding of requests, which is needed when the client (browser) doesn't

Who can close bugs ?

2004-07-03 Thread KUROSAKA Teruhiko
Hello again, I closed this bug as it appears to be a simple mistake in using Struts. But is it OK for non-comitters like myself to change bug status? > http://issues.apache.org/bugzilla/show_bug.cgi?id=29896 > > html:text and some japanese character > > [EMAIL PROTECTED] changed: > >

[PATCH] patch for bug 29824

2004-07-03 Thread KUROSAKA Teruhiko
Hello, I made a patch for the bug I submitted 29824, http://issues.apache.org/bugzilla/show_bug.cgi?id=29824 and I attached the patch with the bug report a week ago. But I don't see it being integrated. Should I just wait to see some comitter to pick it up, or do I need to ask for it? I'm attachi

Re: [PATCH] patch for bug 29824

2004-07-03 Thread KUROSAKA Teruhiko
Niall Pemberton wrote: The bug is marked as "RESOLVED/FIXED" so its unlikely anyone would ever look at it. If someone has marked it as "resolved" by mistake then you should re-open it. I see. So only a comitter should change the status to "Fixed" after integration? I updated the status to "reopene

Re: Struts 1.2.1 release?

2004-07-08 Thread KUROSAKA Teruhiko
Ted, I'm now testing, tagging, and rolling Struts 1.2.1. Please stand by :) As far as I can tell by monitoring this list, 1.2.1 seems to fix only face related few bugs. It didn't pick most patches available in bugzilla. Could you tell comitters pick patches for the next release? Only by a chance?

Re: Struts 1.2.1 release? - patches take-up

2004-07-08 Thread KUROSAKA Teruhiko
Roberto and all, Given that the committers are busy people, I'd guess one way to get > a patch considered is to actively seek out struts developers who are > experiencing the problem that your patch fixes, and get them to test > it for you - you're doing them a favour, and if several of them > add

Re: Changing how CommonsMultipartRequestHandler handles text parameters?

2004-08-28 Thread KUROSAKA Teruhiko
Joe, Now, for years, I've been wishing that request.getCharacterEncoding() would return correct values, but it never seems to return anything but null. If I'm doing something wrong, please let me know. You are doing right. What is to be blamed is the web browsers. For whatever reason, no major