On 14/07/2010 20:38, Alexander Shirkov wrote:
> Thanks, Konstantin
> 
> I already checked out, and setted up dev environment. Also I've read "How
> Apache works" etc. I know, how to do patches, I have a lot of experience
> with Tomcat, but mostly as user.
> 
> I've seen a lot of Bugzilla entries, but there are a lot of them in
> database, so I don't know, where to start. If someone has issues, which can
> be handled to novice, please send them to me (I understand, that without app
> knowledge I can't do complex works, but I'm ready to do "dirty" jobs as
> well). Only exception - official documentation writing (I'm not native
> English speaker, so my writing skills are poor).

General comments:
- Where appropriate provide patches against the latest 7.0.x code
- Patches should be in diff -u format against the standard source tree
(svn should do this for you)

Here are some to get started along with some comments based on a *very*
quick review of the code:

1. https://issues.apache.org/bugzilla/show_bug.cgi?id=49591
Look in the svn history for the quoted code to see why the call to
response.flushBuffer() was added in the first place. [1] is useful for
this. It may well be there is a good reason for the current behaviour.

2. https://issues.apache.org/bugzilla/show_bug.cgi?id=49589
Could be simple (remove the call(s) that trigger the re-initialisation)
/ could be tricky (the JSP generation code often is).

3. https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
The patch needs work - it doesn't add D: to all the elements. Use the
litmus test suite to check.

4. https://issues.apache.org/bugzilla/show_bug.cgi?id=49165
Could be performance sensitive.

Hope that is enough to get you started. Just ask a question on the dev
list if you need help.

Mark

[1] http://svn.apache.org/viewvc/tomcat/trunk/


> 
> Kind Regards,
> Alexander Shirkov
> 
> On 14.07.10 1:57, "Konstantin Kolinko" <knst.koli...@gmail.com> wrote:
> 
>> 2010/7/14 Alexander Shirkov <sgdr...@gmail.com>:
>>>
>>> I really need advice and guidance: where to start my path.
>>>
>>
>> Hi, Alexander!
>>
>> You are welcome. Here are some links:
>>
>> http://tomcat.apache.org/getinvolved.html
>>
>> http://tomcat.apache.org/tomcat-7.0-doc/building.html
>> http://tomcat.apache.org/tomcat-7.0-doc/BUILDING.txt
>>
>> Best regards,
>> Konstantin Kolinko
>>
>> ---------------------------------------------------------------------
>> 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
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to