twarne / xebia-france

Automatically exported from code.google.com/p/xebia-france
0 stars 0 forks source link

ExpiresFilter relies on Java 6 API (String.isEmpty) #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
1.0.3

Please provide any additional information below.
ExpiresFilter.java uses String.isEmpty() method which is not available in Java 
5 or below, so it fails to run on that environment.

But as ExpiresFilter has its own isEmpty() method implementation, I guess it 
might be an simple oversight to use String.isEmpty instead of its own version.

Original issue reported on code.google.com by fender_r...@yahoo.co.kr on 3 Nov 2010 at 5:45

GoogleCodeExporter commented 9 years ago
Understood, sorry for the problem. I will release a new version by the end of 
the week.

Cyrille

Original comment by cyrille....@gmail.com on 4 Nov 2010 at 10:56

GoogleCodeExporter commented 9 years ago
It's a great news for me. Thanks a lot!

Original comment by fender_r...@yahoo.co.kr on 5 Nov 2010 at 4:19

GoogleCodeExporter commented 9 years ago
Java 6 requirement is removed with version 1.0.4 of xebia-servlet-extraswhich 
solely requires Java 5.
Page http://code.google.com/p/xebia-france/wiki/ExpiresFilter has been updated 
to point to version 1.0.4 (maven config as well as web download page).

Cyrille

Original comment by cyrille....@gmail.com on 6 Nov 2010 at 2:00