You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(17) |
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(8) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
(4) |
Apr
(3) |
May
|
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
(3) |
Nov
|
Dec
(2) |
2015 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Francois-Xavier B. <fra...@ce...> - 2014-03-26 17:23:56
|
Hi, We are using CheckStyle formatting rules. In Eclipse, CheckStyle plugin is able to generate the formatter settings from the checkstyle configuration. I guess there is the same feature in IDEA. 2014-03-26 17:57 GMT+01:00 <ale...@gm...>: > Hi, > > I think we don't have a code formating policy on the project. Maybe it > would be great to share and use the same file ? checkstyle configuration > would be great too. > > I don't know which IDE you have, I'm on IDEA Intellij, but i can import > eclipse configuration file. > > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Webassembletool-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webassembletool-devel > > |
From: alexis t. <ale...@gm...> - 2014-03-26 16:58:02
|
Hi, I think we don't have a code formating policy on the project. Maybe it would be great to share and use the same file ? checkstyle configuration would be great too. I don't know which IDE you have, I'm on IDEA Intellij, but i can import eclipse configuration file. |
From: Nicolas R. <nic...@gm...> - 2014-01-15 09:42:21
|
Hi all, Esigate 4.3 is released. This release fixes a bug on X-Forwarded-* headers handling. Esigate - 4.3 ============= - 0000279: [Core] X-Forwarded-* fixes (nricheton) - resolved. Artifacts are deployed as usual on maven central repository. A side note : We are actively working on esigate 5.0 which will contains major changes and improvements. We are planning to release a beta soon. In the mean time, you can get and test the current snapshot from sonatype oss repository : https://oss.sonatype.org/content/repositories/snapshots/ (https://oss.sonatype.org/content/repositories/snapshots/org/esigate/) Configuration steps have changed, take a look at esigate-war project as an example. -- Nicolas |
From: Francois-Xavier B. <fra...@ce...> - 2013-10-21 17:34:18
|
Great job ! 2013/10/21 Nicolas Richeton <nic...@gm...> > Hi, > > Esigate release is now set up in Jenkins. This means we can release with a > single click (and then publish the artifacts from OSS nexus). > This includes jar signing, pushing to Nexus staging, website update. > > Distribution file update is not yet fonctionnal, see : > https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=152 > > This required a few changes in the POM and I committed the changes on both > trunk and 4.x branch. > > Thanks to this, esigate 4.2 is now released and contains some important > fixes (see > https://sourceforge.net/apps/mantisbt/webassembletool/changelog_page.php). > > -- > Nicolas > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > _______________________________________________ > Webassembletool-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webassembletool-devel > |
From: Nicolas R. <nic...@gm...> - 2013-10-21 17:20:30
|
Hi, Esigate release is now set up in Jenkins. This means we can release with a single click (and then publish the artifacts from OSS nexus). This includes jar signing, pushing to Nexus staging, website update. Distribution file update is not yet fonctionnal, see : https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=152 This required a few changes in the POM and I committed the changes on both trunk and 4.x branch. Thanks to this, esigate 4.2 is now released and contains some important fixes (see https://sourceforge.net/apps/mantisbt/webassembletool/changelog_page.php). -- Nicolas |
From: Nicolas R. <nic...@gm...> - 2013-10-03 09:19:37
|
Hi, HttpClient 4.3 has been released. This means that the release of esigate 5.0 is no longer blocked by any library dependency and could be -technically- performed anytime. However, there are regressions in tests with this version : testRewriteRedirectResponseWithLocation(org.esigate.DriverTest): null expected:<http://www.foo.com[]> but was:<http://www.foo.com[:80]> testBug231_RenderingOnProxyError(org.esigate.DriverTest): Unexpected request /foobar/ test200OkPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test301RedirectPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test302RedirectPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test404ErrorPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test500ErrorPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test503ErrorPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. testXCacheHeaderWithLoadBalancing(org.esigate.http.HttpClientHelperTest): X-Cache header should indicate reuse of the cache entry testTranslateSlash1(org.esigate.util.UriUtilsTest): null expected:<http://www.test.com[]> but was:<http://www.test.com[/]> I've created a new branch dedicated to this update : branches/esigate-5.0-httpclient-4.3-update HttpClient is already updated and all the tests previously mentioned are failing. This branch has a dedicated job on continuous integration. If you want to work on this branch, please track your progress in bug 178. https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=178 -- Nicolas |
From: Nicolas R. <nic...@gm...> - 2013-07-29 14:35:25
|
Hi Esigate users, The development builds are now available on Sonatype OSS repository [1] for both 4.X an 5.X branches. They are automatically deployed on every change. This is an easy way to test the latest development version, especially to ensure a bug as been fixed on a dev branch. Remember using snapshot is only for testing. Any snapshot older than 15 days will be deleted automatically so there may sometimes be no snapshots available at all (but this is unlikely :-) ). [1] https://oss.sonatype.org/content/repositories/snapshots/ -- Nicolas |
From: Francois-Xavier B. <fra...@ce...> - 2013-07-27 16:19:16
|
\o/ Thanks Nicolas! Le 27 juil. 2013 17:46, "Nicolas Richeton" <nic...@gm...> a écrit : > Hi all, > > I've set up automatic snapshot deployment on our continuous integration > server. > Now 4.x and 5.x snapshots are deployed on sonatype oss snapshot repository > [1] on any scm change. > > Enjoy. > > -- > Nicolas > > > > [1] https://oss.sonatype.org/content/repositories/snapshots/ > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Webassembletool-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webassembletool-devel > |
From: Nicolas R. <nic...@gm...> - 2013-07-27 15:46:44
|
Hi all, I've set up automatic snapshot deployment on our continuous integration server. Now 4.x and 5.x snapshots are deployed on sonatype oss snapshot repository [1] on any scm change. Enjoy. -- Nicolas [1] https://oss.sonatype.org/content/repositories/snapshots/ |
From: Nicolas R. <nic...@gm...> - 2013-07-14 09:16:58
|
Yes, you can comment the issue or ask in the devel mailing list. Your account has been created, and I've sent the details to you. Tell me if you have any issue (login / email notifications / ...) -- Nicolas Le 13 juil. 2013 à 21:30, Romain <rom...@ne...> a écrit : > Yop, > Should we comment on this issue to ask for an account ? > Anyway, I'm in =) > __ > Romain > > > > Le 12 juil. 2013 à 15:59, Nicolas Richeton a écrit : > >> Hi esigate developers, >> >> A continuous integration server is now available. >> Take a look at this ticket : https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=24 and ask for an account if you want to. >> >> -- >> Nicolas >> >> >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> _______________________________________________ >> Webassembletool-devel mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/webassembletool-devel > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Webassembletool-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webassembletool-devel |
From: Romain <rom...@ne...> - 2013-07-13 19:31:02
|
Yop, Should we comment on this issue to ask for an account ? Anyway, I'm in =) __ Romain Le 12 juil. 2013 à 15:59, Nicolas Richeton a écrit : > Hi esigate developers, > > A continuous integration server is now available. > Take a look at this ticket : https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=24 and ask for an account if you want to. > > -- > Nicolas > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Webassembletool-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webassembletool-devel |
From: Romain <as...@ne...> - 2013-07-13 16:23:21
|
Yop, Should we make a comment on this issue to ask for an account ? Anyway, I'm in =) __ Romain Le 12 juil. 2013 à 15:59, Nicolas Richeton a écrit : > Hi esigate developers, > > A continuous integration server is now available. > Take a look at this ticket : https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=24 and ask for an account if you want to. > > -- > Nicolas > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Webassembletool-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webassembletool-devel |
From: Nicolas R. <nic...@gm...> - 2013-07-12 13:59:34
|
Hi esigate developers, A continuous integration server is now available. Take a look at this ticket : https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=24 and ask for an account if you want to. -- Nicolas |
From: Nicolas R. <nic...@gm...> - 2013-07-02 12:41:47
|
Hi, The new Esigate 4.1 release is available from the website and Maven repositories. It contains some fixes on - Url rewriting, especially when preserveHost is enabled, - Extensions when caching is disabled - Cookie management - Http Caching (HttpClient) It also contains some useful new features : - Page encoding override (via extension) - Mapping configuration in esigate.properties (BETA). Fell free to test this. Old behavior is still available and recommended in the 4.x line. Get it from : http://www.esigate.org Nicolas. Detailed changelog : https://sourceforge.net/apps/mantisbt/webassembletool/changelog_page.php Esigate - 4.1 ============= This is mainly a bugfix release. Also includes the following fixes from HttpClient : HTTPCLIENT 4.2.5 HTTPCLIENT-1340 FIXED Connection re-used in a inconsistent state despite 'Connection: close' after successful authentication HTTPCLIENT-1342 FIXED "java.lang.IllegalArgumentException: Host name may not be null" thrown during redirect HTTPCLIENT-1338 FIXED Caching of digest credentials broken when server expires nonce (regression bug) HTTPCLIENT-1341 FIXED DeflateDecompressingEntity does not call Inflater#end HTTPCLIENT-1299 FIXED FileNotFoundException on Cached Variant HTTPCLIENT-1350 NOT A PROBLEM Expect/continue does not consistently work HTTPCLIENT 4.2.4 HTTPCLIENT-1311 FIXED Interrupt flag is not preserved where InterruptedException is caught HTTPCLIENT-1320 FIXED SSLSocketFactory.createSystemSSLContext causes java.security.UnrecoverableKeyException: Password verification failed HTTPCLIENT-1302 INVALID AllowAllHostnameVerifier should not access session HTTPCLIENT-1327 FIXED BrowserCompatSpec double quotes cookie value when cookie has "expires" attribute HTTPCLIENT-1326 FIXED Cannot override DefaultClientConnectionOperator HTTPCLIENT-1312 FIXED Decompressing on redirects with redirection support off doesn't work properly HTTPCLIENT-1336 FIXED Document Entity-consuming behaviour of HttpClient.execute methods with ResponseHandler param HTTPCLIENT-1305 FIXED GGSSchemeBase uses CHUNKED Base64 for Authorization header HTTPCLIENT-1319 FIXED InetAddressUtils.isIPv6HexCompressedAddress does not detect excess groups HTTPCLIENT-1315 FIXED NTLM or digest authentication using a local user on a domain host doesn't work HTTPCLIENT-1330 FIXED missing javadoc jars in maven repository New alternative for provider mapping : set mappings directly in esigate.properties. This is a 5.0 feature, included for testing in 4.1. Must be enabled manually. - 0000237: [Core] Backport 0000174: Redirect location with default port specified are incorrectly rewritten when preserveHost=true (nricheton) - resolved. - 0000230: [Core] Backport of issue 0000229 : NPE on a AsynchronousValidationRequest sent, for the the 'stale while revalidate' mechanism (nricheton) - resolved. - 0000227: [Core] Backport a beta version of issue 000175 (external configuration) (nricheton) - resolved. - 0000234: [Core] Update to HTTP client 4.2.5 (nricheton) - resolved. - 0000232: [Core] Cookie management : ESIGate should replace in user's cookie store new cookies received instead of always adding them (nricheton) - resolved. - 0000223: [Core] Add HttpResponse to RenderEvent (4.1 backport) (nricheton) - resolved. - 0000189: [Core] ResourceFixup : StringIndexOutOfBoundsException: String index out of range: -1 (4.1 Backport) (nricheton) - resolved. - 0000188: [Core] Unit tests does not fire fetch events (4.1 backport) (nricheton) - resolved. - 0000181: [Core] Urls with parameters only (?param=value) are broken by ResourceFixUpRenderer (nricheton) - resolved. - 0000179: [General] New home page (nricheton) - resolved. - 0000190: [Core] Page encoding broken when charset is missing in http headers (4.1 backport) (nricheton) - closed. - 0000185: [Core] Extensions : Fetch events are not fired when cache is disabled. (nricheton) - closed. |
From: Nicolas R. <nic...@gm...> - 2013-06-12 07:07:49
|
Hi all, The following issues are waiting for feedback and/or testing. Could you take a look at these and tell what you think ? 0000176: Upgrade esigate-server to jetty 9 https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=176 0000220: Support external extensions with esigate-server https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=220 0000175: Externalize Provider configuration. https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=175 0000083: fixResources should fix also redirect URL https://sourceforge.net/apps/mantisbt/webassembletool/bug_view_advanced_page.php?bug_id=83 0000199: Investigate rewriteabsoluteurl=true in esi:include https://sourceforge.net/apps/mantisbt/webassembletool/bug_view_advanced_page.php?bug_id=199 Thanks, Nicolas |
From: <syl...@or...> - 2013-04-23 15:26:42
|
From: Nicolas R. <nic...@gm...> - 2013-03-29 15:04:55
|
Hi all, Here is a doodle for the next developer meeting, in a approximatively 2 months. Location is not yet defined, it will take place in Paris, probably at Smile or Capgemini. http://doodle.com/rgtqhbvmu7uxbk4e Feedback is welcome, I'll update the dates if necessary. -- Nicolas |
From: Nicolas R. <nic...@gm...> - 2013-03-29 12:22:13
|
Hi all, I've sent a pull request to maven-fast-plugin on github (https://github.com/Smile-SA/maven-fast-plugin). This commit includes : - update to esigate 4.0 - esi directive support. maven-fast-plugin allow the use of esigate on static files and is targeted to html development. Feel free to test this update. My version can be tested from : https://github.com/nricheton/maven-fast-plugin Pull request https://github.com/Smile-SA/maven-fast-plugin/pull/1 -- Nicolas |
From: Nicolas R. <nic...@gm...> - 2013-03-22 07:50:03
|
Hi, I've updated the svn repository on ohloh which was inactive since we requested the projet update on sourceforge. Statistics should be updated again soon. Nicolas |
From: François-Xavier B. <fra...@ce...> - 2013-02-08 09:02:18
|
Hi Nicolas, +1 for me. Anyway we need to rewrite the Jetty code. I also read some articles about Jetty 9 performance and it looks really interesting. FX On 05/02/2013 12:50, Nicolas Richeton wrote: > Hi all, > > We are using jetty for esigate-server module (standalone). > > - The new jetty 9 is in RC [1] , with Better performances [2] : > > " Thus for a small increase in static heap usage (0.5MB in the static > Tries), jetty-9 out performs jetty-8 by 30% faster (33.5s vs 48.6s) > and 50% less YG garbage (1409MB vs 2914MB) which trigger less than > half the YG collections." > > - Jetty 8 (current) has support for SPDY v3 > > I think we should try jetty 9 as soon as possible, give a way to > enable spdy support easily, do some testing tomcat vs jetty and > increase production-like testing on esigate-server. > > Having a good and fast standalone esigate server seems important to me. > Any thoughts ? > -- > Nicolas > > [1] > http://nofluffjuststuff.com/blog/simone_bordet/2013/01/jetty_9_goes_fast_with_mechanical_sympathy?utm_source=blogitem&utm_medium=rss&utm_campaign=blogrss > > [2] http://webtide.intalio.com/2012/08/jetty-9-its-coming/ > > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > > > _______________________________________________ > Webassembletool-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webassembletool-devel |
From: Nicolas R. <nic...@gm...> - 2013-02-05 11:50:52
|
Hi all, We are using jetty for esigate-server module (standalone). - The new jetty 9 is in RC [1] , with Better performances [2] : " Thus for a small increase in static heap usage (0.5MB in the static Tries), jetty-9 out performs jetty-8 by 30% faster (33.5s vs 48.6s) and 50% less YG garbage (1409MB vs 2914MB) which trigger less than half the YG collections." - Jetty 8 (current) has support for SPDY v3 I think we should try jetty 9 as soon as possible, give a way to enable spdy support easily, do some testing tomcat vs jetty and increase production-like testing on esigate-server. Having a good and fast standalone esigate server seems important to me. Any thoughts ? -- Nicolas [1] http://nofluffjuststuff.com/blog/simone_bordet/2013/01/jetty_9_goes_fast_with_mechanical_sympathy?utm_source=blogitem&utm_medium=rss&utm_campaign=blogrss [2] http://webtide.intalio.com/2012/08/jetty-9-its-coming/ |
From: François-Xavier B. <fra...@ce...> - 2012-12-12 13:18:09
|
Hi all, EsiGate 4.0-beta-2 has just been released on maven central repository. The trunk will switch to 5.x for new developments. To ensure 4.0 stability, there will be no more new development on 4.x branch, only bug fixes. The complete changelog is available here : https://sourceforge.net/apps/mantisbt/webassembletool/changelog_page.php FX |
From: Juigne, S. <ste...@ca...> - 2012-07-23 12:27:11
|
Bonjour, Je suis en congés jusqu'au lundi 6 août inclus et ne pourrai traiter vos messages qu'à mon retour. Cordialement, Stéphane Juigné |
From: François-Xavier B. <fra...@ce...> - 2012-04-13 18:22:02
|
Hi all, EsiGate 3.3 has just been released on maven central repository with 2 major fixes : - server crash under high load peak due to concurrent access to HashMaps - regression on preserveHost parameter Complete changelog here : https://sourceforge.net/apps/mantisbt/webassembletool/changelog_page.php FX |
From: François-Xavier B. <fra...@ce...> - 2012-04-12 19:07:21
|
Hi all, As mentioned in this Mantis ticket : https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=47 there is now a HTTP cache implementation included in Apache HttpClient project. Switching to this implementation instead of our own would have several benefits : - reduce our code base, current implementation represents 20% of the code of EsiGate - reduce the work needed to maintain it - share our effort with HttpClient cache developers But there are also some features we will loose or have to rewrite : - EsiGate currently caches also error pages, temporary redirects and network errors in order to improve performance. I don't see how to achieve this with HttpClient cache. - possibility to use of a local filesystem instead of the backend server when it is down. This cannot be done with HttpClient cache but this feature is not often used in production. - load-balancing feature that has just been added in the trunk has to be refactored (maybe using "route" mechanism in HttpClient) - use stale cache entries when the server is down About the use of stale cache entries, I just discovered that HttpClient Cache implements RFC 5861, an extension to HTTP 1.1 specification enabling to reuse a cache entry when the backend server is down or just while the cache entry is being refreshed. This behavior looks like to Varnish "grace" and "saint" mode http://tools.ietf.org/html/rfc5861 http://www.gossamer-threads.com/lists/varnish/misc/24061?do=post_view_threaded#24061 We could take advantage of this feature just by adding http headers to the requests and I think it would improve a lot our performance. Some feedback ? FX |