https://issues.apache.org/bugzilla/show_bug.cgi?id=57287

--- Comment #4 from Oleg Trokhov <otro...@minsk.ximxim.com> ---
Hi. I added patch with some changes in DefaultServlet. Now by default sorting
is Alphabetic ascending, directory first.User can add parameters to http
request to configure sorting:
1. http://localhost:8080/?name=asc
2. http://localhost:8080/?name=dsc
3. http://localhost:8080/?size=asc
4. http://localhost:8080/?size=dsc
5. http://localhost:8080/?modify=asc
6. http://localhost:8080/?modify=dsc

Please tell if you have some suggestion or correction in code. And if you apply
this change, where is documentation for this functions?

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to