Does anyone know, where can I download servlet api source code? I'm interestred in HttpServletRequestWrapper and around classes sources in zip or svn entry, so I can attach it to eclipse and debug. I googled much, but no satisfy results appeared. I downloaded tomcat source codes, but there are compiled jars bundled, no theese jars sources.
If the application server implementation is open source (under each Glassfish and Tomcat indeed are) then you should just be able to download the sources from their homepage at the world wide web.
The servlet api I get from glassfish is away from my interest, which is inspecting line by line what happens during processing liferay's request, because the processed line of code hits java comments /* */ .
That's the correct source. So I don't see your problem here. Please elaborate.
The servlet api I get from glassfish is away from my interest, which is inspecting line by line what happens during processing liferay's request, because the processed line of code hits java comments /* */ .
Uhm. Do you realize that the Glassfish source code will only be of any use if you actually run Glassfish as application server implementation? It sounds like that you're running Tomcat.