Yes, this is one of the .jsp files. I don't know how useful this is.
Has anyone heard of a similar issue using trimSpaces before, or do you
think this might be something to do with the particular files being used?

Thanks

<%@taglib prefix="dali" uri="http://dev.marfeel.com/jsp/mrf/dali"; %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>

<%@page pageEncoding="UTF-8" %>

<c:set var="buttonType" value="OPACITYLIGHT" scope="request" />
<dali:article layoutClasses="mrf-article mrf-article--author"
              imageClass="l"
              size="xs"
              layout="${layout}"
              defaultLayoutName="author"
              item="${currentItem}"
              articleTemplate="articleTemplates/author.jsp"
              extended="false"/>

On 11 May 2017 at 18:35, Mark Thomas <ma...@apache.org> wrote:

> On 11 May 2017 15:34:32 BST, David Kavanagh <david.kavan...@marfeel.com>
> wrote:
> >Yes, the problem happens in the class attribute string.
> >They are some examples but it happened throughout the files in many
> >cases.
> >
> >I am using .jsp files
> >
> >Also, in the second example that i gave, you can see that mrf-video was
> >removed as well as mrf-m and mrf-image being joined.
> >This was the strangest one to me, and it only happened once in the
> >file.
> >
> >
> >On 11 May 2017 at 15:33, Torsten Krah <krah...@gmail.com> wrote:
> >
> >> Am Donnerstag, den 11.05.2017, 09:23 -0400 schrieb Christopher
> >Schultz:
> >> > So, removing the trailing space in the "class" attribute's value?
> >>
> >> That too - but have a look at:
> >>
> >> mrf-mmrf-image
> >>
> >> it was before / should be:
> >>
> >> mrf-m mrf-image
> >>
> >> there are missing whitespaces in the actual class attributes content.
> >>
> >> Torsten
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> >> For additional commands, e-mail: users-h...@tomcat.apache.org
> >>
> >>
>
> Can you provide the simplest JSP that reproduces this issue?
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to