Re: Struts 2.5.11 test build is ready

2017-07-05 Thread Lukasz Lenart
2017-07-01 17:42 GMT+02:00 Yasser Zamani : > Struts 2.5.11 successfully passed Our JMeter functional integration test > scenarios :) Great! There are two issues I want to address and release 2.5.12, what do you think? https://issues.apache.org/jira/projects/WW/versions/12341037 Regards -- Łuka

Re: Struts 2.5.11 not serving iclass icons

2017-07-05 Thread Lukasz Lenart
This is very strange ... I don't understand where is the problem :\ Do you serve those CSSs files via the Strust filter as a static content? 2017-06-26 12:04 GMT+02:00 i...@flyingfischer.ch : > Am 26.06.2017 um 11:55 schrieb Lukasz Lenart: >> 2017-06-26 11:50 GMT+02:00 i...@flyingfischer.ch : >>>

Re: Struts 2.5.11 not serving iclass icons

2017-07-05 Thread i...@flyingfischer.ch
Am 05.07.2017 um 13:23 schrieb Lukasz Lenart: > This is very strange ... I don't understand where is the problem :\ Do > you serve those CSSs files via the Strust filter as a static content? > The CSS file seems to get through. The Layout is as should. The CSS file is packed in a subdirectory of W

Re: Struts 2.5.11 test build is ready

2017-07-05 Thread Christoph Nenning
> > Struts 2.5.11 successfully passed Our JMeter functional integration test > > scenarios :) > > Great! There are two issues I want to address and release 2.5.12, what > do you think? > > https://issues.apache.org/jira/projects/WW/versions/12341037 > > +1 Regards, Christoph This Email wa

Re: Struts 2.5.11 test build is ready

2017-07-05 Thread Yasser Zamani
I started with WW-4810 but could not re-produce. I tested `?request_locale=` , `?request_locale=''` and `?request_locale=""`. All works here with Struts 2.5.11. Same for `ff` , `fff` and ``. Sorry if it's a bad question; Couldn't we do them in 2.5.11, or 2.5.11 is released and available pub

Re: Struts 2.5.11 test build is ready

2017-07-05 Thread Yasser Zamani
I started with WW-4810 but could not re-produce. I tested `?request_locale=` , `?request_locale=''` and `?request_locale=""`. All works here with Struts 2.5.11. Same for `ff` , `fff` and ``. Sorry if it's a bad question; Couldn't we do them in 2.5.11, or 2.5.11 is released and available pub

Re: Struts 2.5.11 test build is ready

2017-07-05 Thread Lukasz Lenart
2.5.11 is in a test phase and I would like to either resolve the issue with locale or mark it as invalid. Then we can decided what to do. 2017-07-05 15:46 GMT+02:00 Yasser Zamani : > I started with WW-4810 but could not re-produce. I tested > `?request_locale=` , `?request_locale=''` and `?request

Re: Struts 2.5.11 not serving iclass icons

2017-07-05 Thread Lukasz Lenart
I was able confirm this somehow ... but I need your exact setup, what version of Bootstrap do you use? Do you use FontAwesome directly? There is no issue when I used a pure reference to FontAwesome (with their CDN) but it doesn't work when using Bootstrap one. Regards -- Łukasz + 48 606 323 122

Re: Struts 2.5.11 not serving iclass icons

2017-07-05 Thread Lukasz Lenart
Argh... forgot to add a CSS stylesheet and now everything works as expected, my setup below: <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> Action Chaining https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"; rel="stylesh