[PATCH]

2016-05-27 Thread Sadik Kalia
Hello,

I am new to Apache Tomcat. While i was reading the code i found something
that i could change.
In org.apache.catalina.users.MemoryGroup and
org.apache.catalina.users.MemoryUser i have change the ArrayList to HashSet
because i think HashSet will have better performance in this case and does
not have to search for duplicates.

I am sorry if i have not follow the procedure of submitting a patch. I
would be very thankful if anyone explain the procedure to me.
Please find attached with this email the patch i have provided.

Thank you,
Sadik Kalia

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

Information about submitting patches.

2016-06-01 Thread Sadik Kalia
Hello,

I am new to Apache Tomcat and i do not know how to submit a patch. The
patch does not have to do with a bug fix but it is a change in code that i
think will give better performance.
Can you please me explain the way to submit it ?

Thank you,
Sadik Kalia