Hi Juergen,

We use wicket 1.2. It looks like the bug you refer to
was fixed before 1.2 was released. I did not try 1.2.1 yet.

Adam


On Jul 6, 2006, at 5:44 AM, Juergen Donnerstag wrote:

> On which wicket version are you? We fixed an issue with
> CryptedUrlWebRequestCodingStrategy where the URL contained "invalid"
> characters. Base64 encoding unfortunately is not enough. Please search
> the mail archive more details
>
> Juergen
>
> On 7/5/06, Adam Smyczek <[EMAIL PROTECTED]> wrote:
>> Hi All,
>>
>> Did someone in this group hit the StringIndexOutOfBoundsException?
>> I am getting this exception when I change selection in a
>> DropDownChoise component that has
>> wantOnSelectionChangedNotifications set to true. It looks like it is
>> related to CryptedUrlWebRequestCodingStrategy and parsing of
>> components relative URL. When I use WebRequestCodingStrategy
>> everything works fine. Any ideas?
>>
>> Thanks,
>> Adam
>>
>> java.lang.StringIndexOutOfBoundsException: String index out of  
>> range: -1
>> at java.lang.String.substring(String.java:1762)
>> at java.lang.String.substring(String.java:1735)
>> at wicket.markup.html.form.Form$FormDispatchRequest.getRelativeURL
>> (Form.java:1327)
>> at wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy
>> $DecodedUrlRequest.<init>(CryptedUrlWebRequestCodingStrategy.java: 
>> 401)
>> at
>> wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy.decod 
>> e
>> (CryptedUrlWebRequestCodingStrategy.java:97)
>> at wicket.markup.html.form.Form.dispatchEvent(Form.java:1182)
>> at wicket.markup.html.form.Form.onFormSubmitted(Form.java:296)
>>
>>
>> Using Tomcat but need to do more? Need to support web services,  
>> security?
>> Get stuff done quickly with pre-integrated technology to make your  
>> job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
>> Geronimo
>> http://sel.as-us.falkag.net/sel? 
>> cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Wicket-develop mailing list
>> Wicket-develop@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>>
>
> Using Tomcat but need to do more? Need to support web services,  
> security?
> Get stuff done quickly with pre-integrated technology to make your  
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
> Geronimo
> http://sel.as-us.falkag.net/sel? 
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to