You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Maxim Solodovnik <so...@gmail.com> on 2017/11/23 10:49:17 UTC

Captcha examples does not work

Hello Martin,

I just checked this issue, there is something wrong with JRE on Alpin
Linux, current VM is based on

It can be easily fixed like this:

diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile
index e51f6f8..ac71634 100644
--- a/wicket-examples/Dockerfile
+++ b/wicket-examples/Dockerfile
@@ -1,4 +1,4 @@
-FROM tomcat:8.5-jre8-alpine
+FROM tomcat:8.5-jre8
 MAINTAINER Apache Wicket Team <de...@wicket.apache.org>

 RUN rm -rf /usr/local/tomcat/webapps/*


But in this case Debian will be the OS, have you selected Alpin on purpose?

-- 
WBR
Maxim aka solomax

Re: Captcha examples does not work

Posted by Andrea Del Bene <an...@gmail.com>.
Thanks everyone for fixing examples!

On Fri, Nov 24, 2017 at 4:14 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Thanks a lot Martin!
>
> On Fri, Nov 24, 2017 at 9:00 PM, Martin Grigorov <mg...@apache.org>
> wrote:
>
> > Pushed 6.x and 8.x too!
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Fri, Nov 24, 2017 at 1:16 PM, Maxim Solodovnik <so...@gmail.com>
> > wrote:
> >
> > > done!
> > >
> > > On Fri, Nov 24, 2017 at 6:14 PM, Maxim Solodovnik <
> solomax666@gmail.com>
> > > wrote:
> > >
> > > > I'll cherry-pick commit to 6.x and master and will let you know.
> > > > I'll send my account to INFRA a little bit later this week :)
> > > >
> > > >
> > > > On Fri, Nov 24, 2017 at 6:11 PM, Martin Grigorov <
> mgrigorov@apache.org
> > >
> > > > wrote:
> > > >
> > > >> fixed: http://examples7x.wicket.apache.org/captcha/
> > > >>
> > > >> The same should be done for 6.x and 8.x, right ?
> > > >>
> > > >> If you want to be able to push yourself then create an account at
> > > Bintray
> > > >> and ask Infra to add you to the team there.
> > > >>
> > > >> Martin Grigorov
> > > >> Wicket Training and Consulting
> > > >> https://twitter.com/mtgrigorov
> > > >>
> > > >> On Fri, Nov 24, 2017 at 9:54 AM, Maxim Solodovnik <
> > solomax666@gmail.com
> > > >
> > > >> wrote:
> > > >>
> > > >> > Done for wicket-7.x commit a0daccd6e3
> > > >> > Could you please publish it?
> > > >> > I'm not sure I have sufficient privileges ...
> > > >> >
> > > >> > On Fri, Nov 24, 2017 at 2:47 PM, Martin Grigorov <
> > > mgrigorov@apache.org>
> > > >> > wrote:
> > > >> >
> > > >> > > Agreed!
> > > >> > >
> > > >> > > Martin Grigorov
> > > >> > > Wicket Training and Consulting
> > > >> > > https://twitter.com/mtgrigorov
> > > >> > >
> > > >> > > On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik <
> > > >> solomax666@gmail.com>
> > > >> > > wrote:
> > > >> > >
> > > >> > > > No response,
> > > >> > > > Maybe we can update the image and wait for the reaction? :)
> > > >> > > >
> > > >> > > > On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <
> > > >> > solomax666@gmail.com>
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > > > I have added comment https://issues.apache.org/
> > > >> > jira/browse/INFRA-15525
> > > >> > > > > Will see :))
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <
> > > >> > mgrigorov@apache.org
> > > >> > > >
> > > >> > > > > wrote:
> > > >> > > > >
> > > >> > > > >> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <
> > > >> > > > solomax666@gmail.com>
> > > >> > > > >> wrote:
> > > >> > > > >>
> > > >> > > > >> > Hello Martin,
> > > >> > > > >> >
> > > >> > > > >> > I just checked this issue, there is something wrong with
> > JRE
> > > on
> > > >> > > Alpin
> > > >> > > > >> > Linux, current VM is based on
> > > >> > > > >> >
> > > >> > > > >> > It can be easily fixed like this:
> > > >> > > > >> >
> > > >> > > > >> > diff --git a/wicket-examples/Dockerfile
> > > >> > b/wicket-examples/Dockerfile
> > > >> > > > >> > index e51f6f8..ac71634 100644
> > > >> > > > >> > --- a/wicket-examples/Dockerfile
> > > >> > > > >> > +++ b/wicket-examples/Dockerfile
> > > >> > > > >> > @@ -1,4 +1,4 @@
> > > >> > > > >> > -FROM tomcat:8.5-jre8-alpine
> > > >> > > > >> > +FROM tomcat:8.5-jre8
> > > >> > > > >> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
> > > >> > > > >> >
> > > >> > > > >> >  RUN rm -rf /usr/local/tomcat/webapps/*
> > > >> > > > >> >
> > > >> > > > >> >
> > > >> > > > >> > But in this case Debian will be the OS, have you selected
> > > >> Alpin on
> > > >> > > > >> purpose?
> > > >> > > > >> >
> > > >> > > > >>
> > > >> > > > >> Yes, Alpine versions are hundreds of megabytes smaller.
> > > >> > > > >> But unless Infra team starts complaining of "using too much
> > > disk
> > > >> > > space"
> > > >> > > > I
> > > >> > > > >> think it should be fine to use full distro!
> > > >> > > > >>
> > > >> > > > >>
> > > >> > > > >> >
> > > >> > > > >> > --
> > > >> > > > >> > WBR
> > > >> > > > >> > Maxim aka solomax
> > > >> > > > >> >
> > > >> > > > >>
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > --
> > > >> > > > > WBR
> > > >> > > > > Maxim aka solomax
> > > >> > > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > > --
> > > >> > > > WBR
> > > >> > > > Maxim aka solomax
> > > >> > > >
> > > >> > >
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > WBR
> > > >> > Maxim aka solomax
> > > >> >
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: Captcha examples does not work

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks a lot Martin!

On Fri, Nov 24, 2017 at 9:00 PM, Martin Grigorov <mg...@apache.org>
wrote:

> Pushed 6.x and 8.x too!
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Fri, Nov 24, 2017 at 1:16 PM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> > done!
> >
> > On Fri, Nov 24, 2017 at 6:14 PM, Maxim Solodovnik <so...@gmail.com>
> > wrote:
> >
> > > I'll cherry-pick commit to 6.x and master and will let you know.
> > > I'll send my account to INFRA a little bit later this week :)
> > >
> > >
> > > On Fri, Nov 24, 2017 at 6:11 PM, Martin Grigorov <mgrigorov@apache.org
> >
> > > wrote:
> > >
> > >> fixed: http://examples7x.wicket.apache.org/captcha/
> > >>
> > >> The same should be done for 6.x and 8.x, right ?
> > >>
> > >> If you want to be able to push yourself then create an account at
> > Bintray
> > >> and ask Infra to add you to the team there.
> > >>
> > >> Martin Grigorov
> > >> Wicket Training and Consulting
> > >> https://twitter.com/mtgrigorov
> > >>
> > >> On Fri, Nov 24, 2017 at 9:54 AM, Maxim Solodovnik <
> solomax666@gmail.com
> > >
> > >> wrote:
> > >>
> > >> > Done for wicket-7.x commit a0daccd6e3
> > >> > Could you please publish it?
> > >> > I'm not sure I have sufficient privileges ...
> > >> >
> > >> > On Fri, Nov 24, 2017 at 2:47 PM, Martin Grigorov <
> > mgrigorov@apache.org>
> > >> > wrote:
> > >> >
> > >> > > Agreed!
> > >> > >
> > >> > > Martin Grigorov
> > >> > > Wicket Training and Consulting
> > >> > > https://twitter.com/mtgrigorov
> > >> > >
> > >> > > On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik <
> > >> solomax666@gmail.com>
> > >> > > wrote:
> > >> > >
> > >> > > > No response,
> > >> > > > Maybe we can update the image and wait for the reaction? :)
> > >> > > >
> > >> > > > On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <
> > >> > solomax666@gmail.com>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > I have added comment https://issues.apache.org/
> > >> > jira/browse/INFRA-15525
> > >> > > > > Will see :))
> > >> > > > >
> > >> > > > >
> > >> > > > > On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <
> > >> > mgrigorov@apache.org
> > >> > > >
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > >> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <
> > >> > > > solomax666@gmail.com>
> > >> > > > >> wrote:
> > >> > > > >>
> > >> > > > >> > Hello Martin,
> > >> > > > >> >
> > >> > > > >> > I just checked this issue, there is something wrong with
> JRE
> > on
> > >> > > Alpin
> > >> > > > >> > Linux, current VM is based on
> > >> > > > >> >
> > >> > > > >> > It can be easily fixed like this:
> > >> > > > >> >
> > >> > > > >> > diff --git a/wicket-examples/Dockerfile
> > >> > b/wicket-examples/Dockerfile
> > >> > > > >> > index e51f6f8..ac71634 100644
> > >> > > > >> > --- a/wicket-examples/Dockerfile
> > >> > > > >> > +++ b/wicket-examples/Dockerfile
> > >> > > > >> > @@ -1,4 +1,4 @@
> > >> > > > >> > -FROM tomcat:8.5-jre8-alpine
> > >> > > > >> > +FROM tomcat:8.5-jre8
> > >> > > > >> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
> > >> > > > >> >
> > >> > > > >> >  RUN rm -rf /usr/local/tomcat/webapps/*
> > >> > > > >> >
> > >> > > > >> >
> > >> > > > >> > But in this case Debian will be the OS, have you selected
> > >> Alpin on
> > >> > > > >> purpose?
> > >> > > > >> >
> > >> > > > >>
> > >> > > > >> Yes, Alpine versions are hundreds of megabytes smaller.
> > >> > > > >> But unless Infra team starts complaining of "using too much
> > disk
> > >> > > space"
> > >> > > > I
> > >> > > > >> think it should be fine to use full distro!
> > >> > > > >>
> > >> > > > >>
> > >> > > > >> >
> > >> > > > >> > --
> > >> > > > >> > WBR
> > >> > > > >> > Maxim aka solomax
> > >> > > > >> >
> > >> > > > >>
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > WBR
> > >> > > > > Maxim aka solomax
> > >> > > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > --
> > >> > > > WBR
> > >> > > > Maxim aka solomax
> > >> > > >
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > WBR
> > >> > Maxim aka solomax
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax

Re: Captcha examples does not work

Posted by Martin Grigorov <mg...@apache.org>.
Pushed 6.x and 8.x too!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Nov 24, 2017 at 1:16 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> done!
>
> On Fri, Nov 24, 2017 at 6:14 PM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> > I'll cherry-pick commit to 6.x and master and will let you know.
> > I'll send my account to INFRA a little bit later this week :)
> >
> >
> > On Fri, Nov 24, 2017 at 6:11 PM, Martin Grigorov <mg...@apache.org>
> > wrote:
> >
> >> fixed: http://examples7x.wicket.apache.org/captcha/
> >>
> >> The same should be done for 6.x and 8.x, right ?
> >>
> >> If you want to be able to push yourself then create an account at
> Bintray
> >> and ask Infra to add you to the team there.
> >>
> >> Martin Grigorov
> >> Wicket Training and Consulting
> >> https://twitter.com/mtgrigorov
> >>
> >> On Fri, Nov 24, 2017 at 9:54 AM, Maxim Solodovnik <solomax666@gmail.com
> >
> >> wrote:
> >>
> >> > Done for wicket-7.x commit a0daccd6e3
> >> > Could you please publish it?
> >> > I'm not sure I have sufficient privileges ...
> >> >
> >> > On Fri, Nov 24, 2017 at 2:47 PM, Martin Grigorov <
> mgrigorov@apache.org>
> >> > wrote:
> >> >
> >> > > Agreed!
> >> > >
> >> > > Martin Grigorov
> >> > > Wicket Training and Consulting
> >> > > https://twitter.com/mtgrigorov
> >> > >
> >> > > On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik <
> >> solomax666@gmail.com>
> >> > > wrote:
> >> > >
> >> > > > No response,
> >> > > > Maybe we can update the image and wait for the reaction? :)
> >> > > >
> >> > > > On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <
> >> > solomax666@gmail.com>
> >> > > > wrote:
> >> > > >
> >> > > > > I have added comment https://issues.apache.org/
> >> > jira/browse/INFRA-15525
> >> > > > > Will see :))
> >> > > > >
> >> > > > >
> >> > > > > On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <
> >> > mgrigorov@apache.org
> >> > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > >> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <
> >> > > > solomax666@gmail.com>
> >> > > > >> wrote:
> >> > > > >>
> >> > > > >> > Hello Martin,
> >> > > > >> >
> >> > > > >> > I just checked this issue, there is something wrong with JRE
> on
> >> > > Alpin
> >> > > > >> > Linux, current VM is based on
> >> > > > >> >
> >> > > > >> > It can be easily fixed like this:
> >> > > > >> >
> >> > > > >> > diff --git a/wicket-examples/Dockerfile
> >> > b/wicket-examples/Dockerfile
> >> > > > >> > index e51f6f8..ac71634 100644
> >> > > > >> > --- a/wicket-examples/Dockerfile
> >> > > > >> > +++ b/wicket-examples/Dockerfile
> >> > > > >> > @@ -1,4 +1,4 @@
> >> > > > >> > -FROM tomcat:8.5-jre8-alpine
> >> > > > >> > +FROM tomcat:8.5-jre8
> >> > > > >> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
> >> > > > >> >
> >> > > > >> >  RUN rm -rf /usr/local/tomcat/webapps/*
> >> > > > >> >
> >> > > > >> >
> >> > > > >> > But in this case Debian will be the OS, have you selected
> >> Alpin on
> >> > > > >> purpose?
> >> > > > >> >
> >> > > > >>
> >> > > > >> Yes, Alpine versions are hundreds of megabytes smaller.
> >> > > > >> But unless Infra team starts complaining of "using too much
> disk
> >> > > space"
> >> > > > I
> >> > > > >> think it should be fine to use full distro!
> >> > > > >>
> >> > > > >>
> >> > > > >> >
> >> > > > >> > --
> >> > > > >> > WBR
> >> > > > >> > Maxim aka solomax
> >> > > > >> >
> >> > > > >>
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > WBR
> >> > > > > Maxim aka solomax
> >> > > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > --
> >> > > > WBR
> >> > > > Maxim aka solomax
> >> > > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > WBR
> >> > Maxim aka solomax
> >> >
> >>
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: Captcha examples does not work

Posted by Maxim Solodovnik <so...@gmail.com>.
done!

On Fri, Nov 24, 2017 at 6:14 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> I'll cherry-pick commit to 6.x and master and will let you know.
> I'll send my account to INFRA a little bit later this week :)
>
>
> On Fri, Nov 24, 2017 at 6:11 PM, Martin Grigorov <mg...@apache.org>
> wrote:
>
>> fixed: http://examples7x.wicket.apache.org/captcha/
>>
>> The same should be done for 6.x and 8.x, right ?
>>
>> If you want to be able to push yourself then create an account at Bintray
>> and ask Infra to add you to the team there.
>>
>> Martin Grigorov
>> Wicket Training and Consulting
>> https://twitter.com/mtgrigorov
>>
>> On Fri, Nov 24, 2017 at 9:54 AM, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>> > Done for wicket-7.x commit a0daccd6e3
>> > Could you please publish it?
>> > I'm not sure I have sufficient privileges ...
>> >
>> > On Fri, Nov 24, 2017 at 2:47 PM, Martin Grigorov <mg...@apache.org>
>> > wrote:
>> >
>> > > Agreed!
>> > >
>> > > Martin Grigorov
>> > > Wicket Training and Consulting
>> > > https://twitter.com/mtgrigorov
>> > >
>> > > On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik <
>> solomax666@gmail.com>
>> > > wrote:
>> > >
>> > > > No response,
>> > > > Maybe we can update the image and wait for the reaction? :)
>> > > >
>> > > > On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <
>> > solomax666@gmail.com>
>> > > > wrote:
>> > > >
>> > > > > I have added comment https://issues.apache.org/
>> > jira/browse/INFRA-15525
>> > > > > Will see :))
>> > > > >
>> > > > >
>> > > > > On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <
>> > mgrigorov@apache.org
>> > > >
>> > > > > wrote:
>> > > > >
>> > > > >> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <
>> > > > solomax666@gmail.com>
>> > > > >> wrote:
>> > > > >>
>> > > > >> > Hello Martin,
>> > > > >> >
>> > > > >> > I just checked this issue, there is something wrong with JRE on
>> > > Alpin
>> > > > >> > Linux, current VM is based on
>> > > > >> >
>> > > > >> > It can be easily fixed like this:
>> > > > >> >
>> > > > >> > diff --git a/wicket-examples/Dockerfile
>> > b/wicket-examples/Dockerfile
>> > > > >> > index e51f6f8..ac71634 100644
>> > > > >> > --- a/wicket-examples/Dockerfile
>> > > > >> > +++ b/wicket-examples/Dockerfile
>> > > > >> > @@ -1,4 +1,4 @@
>> > > > >> > -FROM tomcat:8.5-jre8-alpine
>> > > > >> > +FROM tomcat:8.5-jre8
>> > > > >> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
>> > > > >> >
>> > > > >> >  RUN rm -rf /usr/local/tomcat/webapps/*
>> > > > >> >
>> > > > >> >
>> > > > >> > But in this case Debian will be the OS, have you selected
>> Alpin on
>> > > > >> purpose?
>> > > > >> >
>> > > > >>
>> > > > >> Yes, Alpine versions are hundreds of megabytes smaller.
>> > > > >> But unless Infra team starts complaining of "using too much disk
>> > > space"
>> > > > I
>> > > > >> think it should be fine to use full distro!
>> > > > >>
>> > > > >>
>> > > > >> >
>> > > > >> > --
>> > > > >> > WBR
>> > > > >> > Maxim aka solomax
>> > > > >> >
>> > > > >>
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > WBR
>> > > > > Maxim aka solomax
>> > > > >
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > WBR
>> > > > Maxim aka solomax
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: Captcha examples does not work

Posted by Maxim Solodovnik <so...@gmail.com>.
I'll cherry-pick commit to 6.x and master and will let you know.
I'll send my account to INFRA a little bit later this week :)


On Fri, Nov 24, 2017 at 6:11 PM, Martin Grigorov <mg...@apache.org>
wrote:

> fixed: http://examples7x.wicket.apache.org/captcha/
>
> The same should be done for 6.x and 8.x, right ?
>
> If you want to be able to push yourself then create an account at Bintray
> and ask Infra to add you to the team there.
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Fri, Nov 24, 2017 at 9:54 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> > Done for wicket-7.x commit a0daccd6e3
> > Could you please publish it?
> > I'm not sure I have sufficient privileges ...
> >
> > On Fri, Nov 24, 2017 at 2:47 PM, Martin Grigorov <mg...@apache.org>
> > wrote:
> >
> > > Agreed!
> > >
> > > Martin Grigorov
> > > Wicket Training and Consulting
> > > https://twitter.com/mtgrigorov
> > >
> > > On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik <
> solomax666@gmail.com>
> > > wrote:
> > >
> > > > No response,
> > > > Maybe we can update the image and wait for the reaction? :)
> > > >
> > > > On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <
> > solomax666@gmail.com>
> > > > wrote:
> > > >
> > > > > I have added comment https://issues.apache.org/
> > jira/browse/INFRA-15525
> > > > > Will see :))
> > > > >
> > > > >
> > > > > On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <
> > mgrigorov@apache.org
> > > >
> > > > > wrote:
> > > > >
> > > > >> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <
> > > > solomax666@gmail.com>
> > > > >> wrote:
> > > > >>
> > > > >> > Hello Martin,
> > > > >> >
> > > > >> > I just checked this issue, there is something wrong with JRE on
> > > Alpin
> > > > >> > Linux, current VM is based on
> > > > >> >
> > > > >> > It can be easily fixed like this:
> > > > >> >
> > > > >> > diff --git a/wicket-examples/Dockerfile
> > b/wicket-examples/Dockerfile
> > > > >> > index e51f6f8..ac71634 100644
> > > > >> > --- a/wicket-examples/Dockerfile
> > > > >> > +++ b/wicket-examples/Dockerfile
> > > > >> > @@ -1,4 +1,4 @@
> > > > >> > -FROM tomcat:8.5-jre8-alpine
> > > > >> > +FROM tomcat:8.5-jre8
> > > > >> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
> > > > >> >
> > > > >> >  RUN rm -rf /usr/local/tomcat/webapps/*
> > > > >> >
> > > > >> >
> > > > >> > But in this case Debian will be the OS, have you selected Alpin
> on
> > > > >> purpose?
> > > > >> >
> > > > >>
> > > > >> Yes, Alpine versions are hundreds of megabytes smaller.
> > > > >> But unless Infra team starts complaining of "using too much disk
> > > space"
> > > > I
> > > > >> think it should be fine to use full distro!
> > > > >>
> > > > >>
> > > > >> >
> > > > >> > --
> > > > >> > WBR
> > > > >> > Maxim aka solomax
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > WBR
> > > > > Maxim aka solomax
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > >
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax

Re: Captcha examples does not work

Posted by Martin Grigorov <mg...@apache.org>.
fixed: http://examples7x.wicket.apache.org/captcha/

The same should be done for 6.x and 8.x, right ?

If you want to be able to push yourself then create an account at Bintray
and ask Infra to add you to the team there.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Nov 24, 2017 at 9:54 AM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Done for wicket-7.x commit a0daccd6e3
> Could you please publish it?
> I'm not sure I have sufficient privileges ...
>
> On Fri, Nov 24, 2017 at 2:47 PM, Martin Grigorov <mg...@apache.org>
> wrote:
>
> > Agreed!
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
> >
> > On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik <so...@gmail.com>
> > wrote:
> >
> > > No response,
> > > Maybe we can update the image and wait for the reaction? :)
> > >
> > > On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <
> solomax666@gmail.com>
> > > wrote:
> > >
> > > > I have added comment https://issues.apache.org/
> jira/browse/INFRA-15525
> > > > Will see :))
> > > >
> > > >
> > > > On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <
> mgrigorov@apache.org
> > >
> > > > wrote:
> > > >
> > > >> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <
> > > solomax666@gmail.com>
> > > >> wrote:
> > > >>
> > > >> > Hello Martin,
> > > >> >
> > > >> > I just checked this issue, there is something wrong with JRE on
> > Alpin
> > > >> > Linux, current VM is based on
> > > >> >
> > > >> > It can be easily fixed like this:
> > > >> >
> > > >> > diff --git a/wicket-examples/Dockerfile
> b/wicket-examples/Dockerfile
> > > >> > index e51f6f8..ac71634 100644
> > > >> > --- a/wicket-examples/Dockerfile
> > > >> > +++ b/wicket-examples/Dockerfile
> > > >> > @@ -1,4 +1,4 @@
> > > >> > -FROM tomcat:8.5-jre8-alpine
> > > >> > +FROM tomcat:8.5-jre8
> > > >> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
> > > >> >
> > > >> >  RUN rm -rf /usr/local/tomcat/webapps/*
> > > >> >
> > > >> >
> > > >> > But in this case Debian will be the OS, have you selected Alpin on
> > > >> purpose?
> > > >> >
> > > >>
> > > >> Yes, Alpine versions are hundreds of megabytes smaller.
> > > >> But unless Infra team starts complaining of "using too much disk
> > space"
> > > I
> > > >> think it should be fine to use full distro!
> > > >>
> > > >>
> > > >> >
> > > >> > --
> > > >> > WBR
> > > >> > Maxim aka solomax
> > > >> >
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: Captcha examples does not work

Posted by Maxim Solodovnik <so...@gmail.com>.
Done for wicket-7.x commit a0daccd6e3
Could you please publish it?
I'm not sure I have sufficient privileges ...

On Fri, Nov 24, 2017 at 2:47 PM, Martin Grigorov <mg...@apache.org>
wrote:

> Agreed!
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> > No response,
> > Maybe we can update the image and wait for the reaction? :)
> >
> > On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <so...@gmail.com>
> > wrote:
> >
> > > I have added comment https://issues.apache.org/jira/browse/INFRA-15525
> > > Will see :))
> > >
> > >
> > > On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <mgrigorov@apache.org
> >
> > > wrote:
> > >
> > >> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <
> > solomax666@gmail.com>
> > >> wrote:
> > >>
> > >> > Hello Martin,
> > >> >
> > >> > I just checked this issue, there is something wrong with JRE on
> Alpin
> > >> > Linux, current VM is based on
> > >> >
> > >> > It can be easily fixed like this:
> > >> >
> > >> > diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile
> > >> > index e51f6f8..ac71634 100644
> > >> > --- a/wicket-examples/Dockerfile
> > >> > +++ b/wicket-examples/Dockerfile
> > >> > @@ -1,4 +1,4 @@
> > >> > -FROM tomcat:8.5-jre8-alpine
> > >> > +FROM tomcat:8.5-jre8
> > >> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
> > >> >
> > >> >  RUN rm -rf /usr/local/tomcat/webapps/*
> > >> >
> > >> >
> > >> > But in this case Debian will be the OS, have you selected Alpin on
> > >> purpose?
> > >> >
> > >>
> > >> Yes, Alpine versions are hundreds of megabytes smaller.
> > >> But unless Infra team starts complaining of "using too much disk
> space"
> > I
> > >> think it should be fine to use full distro!
> > >>
> > >>
> > >> >
> > >> > --
> > >> > WBR
> > >> > Maxim aka solomax
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax

Re: Captcha examples does not work

Posted by Martin Grigorov <mg...@apache.org>.
Agreed!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Nov 24, 2017 at 4:39 AM, Maxim Solodovnik <so...@gmail.com>
wrote:

> No response,
> Maybe we can update the image and wait for the reaction? :)
>
> On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> > I have added comment https://issues.apache.org/jira/browse/INFRA-15525
> > Will see :))
> >
> >
> > On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <mg...@apache.org>
> > wrote:
> >
> >> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <
> solomax666@gmail.com>
> >> wrote:
> >>
> >> > Hello Martin,
> >> >
> >> > I just checked this issue, there is something wrong with JRE on Alpin
> >> > Linux, current VM is based on
> >> >
> >> > It can be easily fixed like this:
> >> >
> >> > diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile
> >> > index e51f6f8..ac71634 100644
> >> > --- a/wicket-examples/Dockerfile
> >> > +++ b/wicket-examples/Dockerfile
> >> > @@ -1,4 +1,4 @@
> >> > -FROM tomcat:8.5-jre8-alpine
> >> > +FROM tomcat:8.5-jre8
> >> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
> >> >
> >> >  RUN rm -rf /usr/local/tomcat/webapps/*
> >> >
> >> >
> >> > But in this case Debian will be the OS, have you selected Alpin on
> >> purpose?
> >> >
> >>
> >> Yes, Alpine versions are hundreds of megabytes smaller.
> >> But unless Infra team starts complaining of "using too much disk space"
> I
> >> think it should be fine to use full distro!
> >>
> >>
> >> >
> >> > --
> >> > WBR
> >> > Maxim aka solomax
> >> >
> >>
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: Captcha examples does not work

Posted by Maxim Solodovnik <so...@gmail.com>.
No response,
Maybe we can update the image and wait for the reaction? :)

On Thu, Nov 23, 2017 at 7:20 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> I have added comment https://issues.apache.org/jira/browse/INFRA-15525
> Will see :))
>
>
> On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <mg...@apache.org>
> wrote:
>
>> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>> > Hello Martin,
>> >
>> > I just checked this issue, there is something wrong with JRE on Alpin
>> > Linux, current VM is based on
>> >
>> > It can be easily fixed like this:
>> >
>> > diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile
>> > index e51f6f8..ac71634 100644
>> > --- a/wicket-examples/Dockerfile
>> > +++ b/wicket-examples/Dockerfile
>> > @@ -1,4 +1,4 @@
>> > -FROM tomcat:8.5-jre8-alpine
>> > +FROM tomcat:8.5-jre8
>> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
>> >
>> >  RUN rm -rf /usr/local/tomcat/webapps/*
>> >
>> >
>> > But in this case Debian will be the OS, have you selected Alpin on
>> purpose?
>> >
>>
>> Yes, Alpine versions are hundreds of megabytes smaller.
>> But unless Infra team starts complaining of "using too much disk space" I
>> think it should be fine to use full distro!
>>
>>
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: Captcha examples does not work

Posted by Maxim Solodovnik <so...@gmail.com>.
I have added comment https://issues.apache.org/jira/browse/INFRA-15525
Will see :))

On Thu, Nov 23, 2017 at 7:13 PM, Martin Grigorov <mg...@apache.org>
wrote:

> On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> > Hello Martin,
> >
> > I just checked this issue, there is something wrong with JRE on Alpin
> > Linux, current VM is based on
> >
> > It can be easily fixed like this:
> >
> > diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile
> > index e51f6f8..ac71634 100644
> > --- a/wicket-examples/Dockerfile
> > +++ b/wicket-examples/Dockerfile
> > @@ -1,4 +1,4 @@
> > -FROM tomcat:8.5-jre8-alpine
> > +FROM tomcat:8.5-jre8
> >  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
> >
> >  RUN rm -rf /usr/local/tomcat/webapps/*
> >
> >
> > But in this case Debian will be the OS, have you selected Alpin on
> purpose?
> >
>
> Yes, Alpine versions are hundreds of megabytes smaller.
> But unless Infra team starts complaining of "using too much disk space" I
> think it should be fine to use full distro!
>
>
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax

Re: Captcha examples does not work

Posted by Martin Grigorov <mg...@apache.org>.
On Thu, Nov 23, 2017 at 12:49 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Hello Martin,
>
> I just checked this issue, there is something wrong with JRE on Alpin
> Linux, current VM is based on
>
> It can be easily fixed like this:
>
> diff --git a/wicket-examples/Dockerfile b/wicket-examples/Dockerfile
> index e51f6f8..ac71634 100644
> --- a/wicket-examples/Dockerfile
> +++ b/wicket-examples/Dockerfile
> @@ -1,4 +1,4 @@
> -FROM tomcat:8.5-jre8-alpine
> +FROM tomcat:8.5-jre8
>  MAINTAINER Apache Wicket Team <de...@wicket.apache.org>
>
>  RUN rm -rf /usr/local/tomcat/webapps/*
>
>
> But in this case Debian will be the OS, have you selected Alpin on purpose?
>

Yes, Alpine versions are hundreds of megabytes smaller.
But unless Infra team starts complaining of "using too much disk space" I
think it should be fine to use full distro!


>
> --
> WBR
> Maxim aka solomax
>