Here is the example of handling multiple slashes:
https://stackoverflow.com/questions/11214542/is-there-a-way-to-handle-extra-slashes-at-beginning-of-url-using-jersey-and-guic

On Tue, Sep 19, 2017 at 11:47 AM, Илья Нарыжный <phan...@ydn.ru> wrote:
> Actually, it can be easily reproduced on wicket quick-start.
> Please check this one:
> https://github.com/PhantomYdn/wicket-bugs/tree/master/doubleslash
>
> Thanks,
> Ilia
>
> ---------------------------------------------
> Orienteer(http://orienteer.org) - open source Business Application Platform
>
> On Mon, Sep 18, 2017 at 6:04 PM, Maxim Solodovnik <solomax...@gmail.com>
> wrote:
>
>> I would say it is not wicket issue, but the behavior of your application
>> server
>>
>> WBR, Maxim
>> (from mobile, sorry for the typos)
>>
>> On Sep 19, 2017 07:53, "Илья Нарыжный" <phan...@ydn.ru> wrote:
>>
>> > Hello,
>> >
>> > Any ideas? Is this known Wicket bug?
>> >
>> > Thanks,
>> > Ilia
>> >
>> > ---------------------------------------------
>> > Orienteer(http://orienteer.org) - open source Business Application
>> > Platform
>> >
>> > On Sat, Sep 9, 2017 at 10:37 PM, Илья Нарыжный <phan...@ydn.ru> wrote:
>> >
>> > > Hello,
>> > >
>> > > We have in Orienteer customized NotFoundPage https://github.
>> > > com/OrienteerBAP/Orienteer/blob/master/orienteer-core/
>> > > src/main/java/org/orienteer/core/web/NotFoundPage.java . And it works
>> > > perfectly except one case: if somebody by mistake put double slash in
>> > URL.
>> > > For example https://demo.orienteer.org// Application is trying to
>> render
>> > > 404 page, but all resources are not found and user see just plan page
>> > > without styles and scripts. Taking into account that resources are
>> > included
>> > > commonly through XXXPackageResource and WebJarsResourc - it looks like
>> > > Wicket issue.
>> > >
>> > > Is there any quick way to fix it?
>> > >
>> > > Thanks,
>> > > Ilia
>> > >
>> > > ---------------------------------------------
>> > > Orienteer(http://orienteer.org) - open source Business Application
>> > > Platform
>> > >
>> >
>>



-- 
WBR
Maxim aka solomax

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

Reply via email to