Be more generic for tld checking in the Compiler.isOutDated()

2012-08-01 Thread Ivan
} catch (Exception e) { if (log.isDebugEnabled()) log.debug("Problem accessing resource. Treat as outdated.", e); return true; } } -- Ivan

Re: Be more generic for tld checking in the Compiler.isOutDated()

2012-08-02 Thread Ivan
Any comment for this ? Now, the JSP file will be recompiled each time even no change is done. The most reason is that, e.g. a file:// URL is used for TLD file. 2012/8/1 Ivan > Hi, while checking whether the JSP file is out of date in the > Compiler.isOutDated(), the codes will check w

Re: svn commit: r1144690 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/ClusterRuleSetFactory.java webapps/docs/changelog.xml

2011-07-11 Thread Ivan
arsing code for old cluster > +implementation that does not ship as part of Tomcat 7. (markt) > + > + > + > > > > > > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > -- Ivan

Re: svn commit: r1144690 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/ClusterRuleSetFactory.java webapps/docs/changelog.xml

2011-07-11 Thread Ivan
Thomas > On 11/07/2011 08:23, Ivan wrote: > > Hi, this changes brought a cycle dependency between the tomcat-catalina > and > > tomcat-catalina-ha module, could you please help to fix it. > > I'm not sure that is much of a problem. I'm wondering if we should drop

getPart()/getParts() invocation in the filter ?

2010-05-12 Thread Ivan
n or configurations in web.xml) ? Why not make those methods avaible once it detects the multipart/form-data type ? b. Are those two methods only available in Servlet ? Seems that the spec expects the users handle the uploading in Servlet ? Thanks ! -- Ivan

Use KeyManagerFactory.getDefaultAlgorithm() as the default value of algorithm

2009-12-15 Thread Ivan
e portable. ---> private String algorithm = KeyManagerFactory.getDefaultAlgorithm(); public String getAlgorithm() { return algorithm;} public void setAlgorithm(String s ) { this.algorithm = s;} <--- Thanks ! -- Ivan

Re: Use KeyManagerFactory.getDefaultAlgorithm() as the default value of algorithm

2009-12-16 Thread Ivan
Many thanks ^_^ 2009/12/16 Mark Thomas > On 16/12/2009 05:34, Ivan wrote: > > Hi, > > While playing with Tomcat 7 with non-Sun JDK, I got an error "SunX509 > > KeyManagerFactory not available", it seems that in AbstractEndpoint.java, > it > > uses

The time to call populateSessionTrackingModes() in ApplicationContext

2009-12-16 Thread Ivan
ApplicationContext, and call the ApplicationContext.init while starting StandardContext. For while the ApplicationContext is created via StandardContext.getServletConext() method, the StandardContext may not be added to the whole Tomcat tree. Any comment ? Thanks ! -- Ivan

MalformedObjectNameException is thrown in Tomcat 7

2009-12-17 Thread Ivan
.. The easiest way to workround it is use toString(), so that always a String object could be got. Thanks ! -- Ivan

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-14 Thread Ivan
--- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > -- Ivan

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-14 Thread Ivan
; = > A standard installation of Tomcat 7.0 makes all of the following APIs > available > for use by web applications (by placing them in "lib"): > > * servlet-api.jar (Servlet 3.0 API) > > > On 15/04/2010, Ivan wrote: > > Hi, > >Just wonder

Re: svn commit: r937975 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-04-27 Thread Ivan
iulio.quares...@unipg.it * > * > > > > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > -- Ivan

Can Tomcat Native be used to write SSL clients?

2009-07-30 Thread Ivan Ristic
e in the Tomcat Native distribution but no mention of clients. I also need to retain I/O control, exchanging buffers with OpenSSL without letting it work with my sockets directly. Is this possible? Any help and pointers would be greatly appreciated. -- Ivan Ristic Test your SSL server @