Ok it looks like it could be something like that. BUT,i've changed
nothing from stock options. Could that be enabled by default in 6.22 .
Other option of course are that it is because of something in pax
wicket.. I'll go check.

On Wed, Jun 15, 2016 at 1:15 PM, Bas Gooren <b...@iswd.nl> wrote:
> Sounds like you have enabled the css compressor / rewriter. By default it is
> off.
>
> This assumes that you are letting wicket handle the css (which you do, as
> you mention it is a shared resource).
>
> You are looking for Application#getResourceSettings() and
> (I)ResourceSettings#(get|set)CssCompressor().
> It sounds like it is currently set to an instance of CssUrlReplacer in your
> app, as that rewrites all references in CSS.
>
> Met vriendelijke groet,
> Kind regards,
>
> Bas Gooren
>
> Op 15 juni 2016 bij 12:11:12, nino martinez wael
> (nino.martinez.w...@gmail.com) schreef:
>
> Hi
>
> I currently have an issue where I add a shared css resource, but
> wicket rewrites all references in the resource. I can't seem to find
> the setting to turn of that part of wickets processing?
>
> --
> Best regards / Med venlig hilsen
> Nino Martinez
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Best regards / Med venlig hilsen
Nino Martinez

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to