You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by chickabee <ja...@gmail.com> on 2007/10/15 07:37:18 UTC

Dot ( . ) in the URL !

Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in the
URL. Wicket expects anything after a dot to be a number and throws Number
format exception if it is not, Is there is a way to use dots in the url??

Here is the example of the url where it is failing:

https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/

Thanks in advance..
-- 
View this message in context: http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Dot ( . ) in the URL !

Posted by Matej Knopp <ma...@gmail.com>.
Still I believe the HybridUrlCodingStrategy should be able to process
such url. Can you please create a JIRA entry for this? Thanks.

-Matej

On 10/17/07, Martijn Dashorst <ma...@gmail.com> wrote:
> Not in the hybrid URL encoding. There the last two numbers are
> separated with a dot and represent page number and version number. The
> page mounted needs to be bookmarkable to be callable without prior
> session buildup,
>
> Martijn
>
> On 10/17/07, Eelco Hillenius <ee...@gmail.com> wrote:
> > As far as I know, only : is reserved. But if you have a reproducible
> > bug, please create an issue in JIRA.
> >
> > Eelco
> >
> >
> > On 10/15/07, chickabee <ja...@gmail.com> wrote:
> > >
> > > The page was mount using  HybridUrlCodingStrategy
> > >
> > > --thanks
> > >
> > >
> > >
> > > Matej Knopp-2 wrote:
> > > >
> > > > How did you mount the page?
> > > >
> > > > -Matej
> > > >
> > > > On 10/15/07, chickabee <ja...@gmail.com> wrote:
> > > >>
> > > >> Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in
> > > >> the
> > > >> URL. Wicket expects anything after a dot to be a number and throws Number
> > > >> format exception if it is not, Is there is a way to use dots in the url??
> > > >>
> > > >> Here is the example of the url where it is failing:
> > > >>
> > > >> https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/
> > > >>
> > > >> Thanks in advance..
> > > >> --
> > > >> View this message in context:
> > > >> http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
> > > >> Sent from the Wicket - User mailing list archive at Nabble.com.
> > > >>
> > > >>
> > > >> ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > >> For additional commands, e-mail: users-help@wicket.apache.org
> > > >>
> > > >>
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > > For additional commands, e-mail: users-help@wicket.apache.org
> > > >
> > > >
> > > >
> > >
> > > --
> > > View this message in context: http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13224511
> > > Sent from the Wicket - User mailing list archive at Nabble.com.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0-beta4 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: Dot ( . ) in the URL !

Posted by Martijn Dashorst <ma...@gmail.com>.
Not in the hybrid URL encoding. There the last two numbers are
separated with a dot and represent page number and version number. The
page mounted needs to be bookmarkable to be callable without prior
session buildup,

Martijn

On 10/17/07, Eelco Hillenius <ee...@gmail.com> wrote:
> As far as I know, only : is reserved. But if you have a reproducible
> bug, please create an issue in JIRA.
>
> Eelco
>
>
> On 10/15/07, chickabee <ja...@gmail.com> wrote:
> >
> > The page was mount using  HybridUrlCodingStrategy
> >
> > --thanks
> >
> >
> >
> > Matej Knopp-2 wrote:
> > >
> > > How did you mount the page?
> > >
> > > -Matej
> > >
> > > On 10/15/07, chickabee <ja...@gmail.com> wrote:
> > >>
> > >> Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in
> > >> the
> > >> URL. Wicket expects anything after a dot to be a number and throws Number
> > >> format exception if it is not, Is there is a way to use dots in the url??
> > >>
> > >> Here is the example of the url where it is failing:
> > >>
> > >> https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/
> > >>
> > >> Thanks in advance..
> > >> --
> > >> View this message in context:
> > >> http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
> > >> Sent from the Wicket - User mailing list archive at Nabble.com.
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > >> For additional commands, e-mail: users-help@wicket.apache.org
> > >>
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > > For additional commands, e-mail: users-help@wicket.apache.org
> > >
> > >
> > >
> >
> > --
> > View this message in context: http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13224511
> > Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

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


Re: Dot ( . ) in the URL !

Posted by Eelco Hillenius <ee...@gmail.com>.
As far as I know, only : is reserved. But if you have a reproducible
bug, please create an issue in JIRA.

Eelco


On 10/15/07, chickabee <ja...@gmail.com> wrote:
>
> The page was mount using  HybridUrlCodingStrategy
>
> --thanks
>
>
>
> Matej Knopp-2 wrote:
> >
> > How did you mount the page?
> >
> > -Matej
> >
> > On 10/15/07, chickabee <ja...@gmail.com> wrote:
> >>
> >> Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in
> >> the
> >> URL. Wicket expects anything after a dot to be a number and throws Number
> >> format exception if it is not, Is there is a way to use dots in the url??
> >>
> >> Here is the example of the url where it is failing:
> >>
> >> https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/
> >>
> >> Thanks in advance..
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
> >> Sent from the Wicket - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13224511
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: Dot ( . ) in the URL !

Posted by chickabee <ja...@gmail.com>.
The page was mount using  HybridUrlCodingStrategy   

--thanks



Matej Knopp-2 wrote:
> 
> How did you mount the page?
> 
> -Matej
> 
> On 10/15/07, chickabee <ja...@gmail.com> wrote:
>>
>> Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in
>> the
>> URL. Wicket expects anything after a dot to be a number and throws Number
>> format exception if it is not, Is there is a way to use dots in the url??
>>
>> Here is the example of the url where it is failing:
>>
>> https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/
>>
>> Thanks in advance..
>> --
>> View this message in context:
>> http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13224511
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Dot ( . ) in the URL !

Posted by Matej Knopp <ma...@gmail.com>.
How did you mount the page?

-Matej

On 10/15/07, chickabee <ja...@gmail.com> wrote:
>
> Hi Guys, It seems that wicket has the special meaning of a dot ( . ) in the
> URL. Wicket expects anything after a dot to be a number and throws Number
> format exception if it is not, Is there is a way to use dots in the url??
>
> Here is the example of the url where it is failing:
>
> https://lilo:8443/whisky/plist/c/Computers%3EComputer_Systems%3ELaptops/ps/1.00_-_1.99_GHz/
>
> Thanks in advance..
> --
> View this message in context: http://www.nabble.com/Dot-%28-.-%29-in-the-URL-%21-tf4624550.html#a13206993
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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