On 22/07/2013 19:09, Jeremy Boynes wrote:
> This snippet from initClassLoader()
>>         // What is this ??
>>         urls.add(new File(
>>                 clctxt.getRealPath("/")).getCanonicalFile().toURI().toURL());
> http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/JspC.java?view=markup#l1505
> 
> It's in the original import into SVN and I don't know where CVS is any more.

Everything from cvs is in svn.

You need to go back to 4.1.x as that is where the current sources were
copied from:

http://svn.apache.org/viewvc/tomcat/archive/tc4.1.x/trunk/jasper/src/share/org/apache/jasper/JspC.java?view=log

You might need to go even further back:
http://svn.apache.org/viewvc/tomcat/archive/jasper/

Mark


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

Reply via email to