Re: Struts 2.5.11 not serving iclass icons

2017-07-06 Thread Lukasz Lenart
2017-07-06 9:18 GMT+02:00 i...@flyingfischer.ch : > Thanks again for insisting so much on looking into this. I think I got > the (painful simple) root reason: > > While further debuggin on the empty locale story, I did reset to > 2.5.10.1 and then back again 2.5.11 and I also did clean the Tomcat >

Re: Struts 2.5.11 not serving iclass icons

2017-07-06 Thread i...@flyingfischer.ch
Thanks again for insisting so much on looking into this. I think I got the (painful simple) root reason: While further debuggin on the empty locale story, I did reset to 2.5.10.1 and then back again 2.5.11 and I also did clean the Tomcat working directory... ...now setting up a test page like bel

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

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 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 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-06-26 Thread i...@flyingfischer.ch
Am 26.06.2017 um 11:55 schrieb Lukasz Lenart: > 2017-06-26 11:50 GMT+02:00 i...@flyingfischer.ch : >> Yes, the import statement is already there. It is a combined css file >> (fonts and other CSS statements). Works perfect, also for 2.5.11. But >> the webfonts seem to be treated differently, but on

Re: Struts 2.5.11 not serving iclass icons

2017-06-26 Thread Lukasz Lenart
2017-06-26 11:50 GMT+02:00 i...@flyingfischer.ch : > Yes, the import statement is already there. It is a combined css file > (fonts and other CSS statements). Works perfect, also for 2.5.11. But > the webfonts seem to be treated differently, but only if used as class="fa fa-envelope-o">. > > I wor

Re: Struts 2.5.11 not serving iclass icons [resolved]

2017-06-26 Thread Lukasz Lenart
2017-06-26 11:28 GMT+02:00 i...@flyingfischer.ch : > Tomcat serves the JSP as Unicode/UTF-8. The css is served as ISO. So this means something is wrong with Tomcat configuration, right? Or you still see the issue? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: Struts 2.5.11 not serving iclass icons

2017-06-26 Thread i...@flyingfischer.ch
Am 26.06.2017 um 11:01 schrieb Lukasz Lenart: > 2017-06-26 10:23 GMT+02:00 i...@flyingfischer.ch : >> Using FontAwesome > Same here > >> I am on thin ice: I fear the images do display as kind of textual >> representation of private use unicode code points, which they should >> not. I'll try to dig

Re: Struts 2.5.11 not serving iclass icons [resolved]

2017-06-26 Thread i...@flyingfischer.ch
Am 26.06.2017 um 11:17 schrieb Lukasz Lenart: > 2017-06-26 10:50 GMT+02:00 i...@flyingfischer.ch : >> Using >> >>  instead of >> >> resolves the issue. But I still suspect a change in coding / treating >> unicode in Struts. >> >> The CSS starts with @charset "UTF-8"; > Can you check how does it

Re: Struts 2.5.11 not serving iclass icons [resolved]

2017-06-26 Thread Lukasz Lenart
2017-06-26 10:50 GMT+02:00 i...@flyingfischer.ch : > Using > >  instead of > > resolves the issue. But I still suspect a change in coding / treating > unicode in Struts. > > The CSS starts with @charset "UTF-8"; Can you check how does it serve by a server? Regards -- Łukasz + 48 606 323 122

Re: Struts 2.5.11 not serving iclass icons

2017-06-26 Thread Lukasz Lenart
2017-06-26 10:23 GMT+02:00 i...@flyingfischer.ch : > Using FontAwesome Same here > I am on thin ice: I fear the images do display as kind of textual > representation of private use unicode code points, which they should > not. I'll try to dig deeper... It isn't UTF tricks, it's a normal font def

Re: Struts 2.5.11 not serving iclass icons [resolved]

2017-06-26 Thread i...@flyingfischer.ch
Am 26.06.2017 um 10:23 schrieb i...@flyingfischer.ch: > Am 26.06.2017 um 09:04 schrieb Lukasz Lenart: >> 2017-06-25 15:26 GMT+02:00 i...@flyingfischer.ch : >>> I detected a strange issue. The problem is not present in 2.5.10.1 but >>> only in 2.5.11: >>> >>> In jsp: >>> >>> This will not show up a

Re: Struts 2.5.11 not serving iclass icons

2017-06-26 Thread i...@flyingfischer.ch
Am 26.06.2017 um 09:04 schrieb Lukasz Lenart: > 2017-06-25 15:26 GMT+02:00 i...@flyingfischer.ch : >> I detected a strange issue. The problem is not present in 2.5.10.1 but >> only in 2.5.11: >> >> In jsp: >> >> This will not show up as icon, but as kind of scrambled text. Using >> struts2-tiles-p

Re: Struts 2.5.11 not serving iclass icons

2017-06-26 Thread Lukasz Lenart
2017-06-25 15:26 GMT+02:00 i...@flyingfischer.ch : > I detected a strange issue. The problem is not present in 2.5.10.1 but > only in 2.5.11: > > In jsp: > > This will not show up as icon, but as kind of scrambled text. Using > struts2-tiles-plugin. > > Hard to imagine to be struts related, but co

Struts 2.5.11 not serving iclass icons

2017-06-25 Thread i...@flyingfischer.ch
I detected a strange issue. The problem is not present in 2.5.10.1 but only in 2.5.11: In jsp: This will not show up as icon, but as kind of scrambled text. Using struts2-tiles-plugin. Hard to imagine to be struts related, but could this still be possibly related to any of the recent changes?