I've also had reports of a similar problem.  The logs I have show references
to css files, and I'm sure that the user didn't modify any URLs:

ERROR 11:52:37,426 [btpool1-5] wicket.RequestCycle URL fragment has
unmatched key/value pair:
wicket:interface/xxxx_0_1214298450782%3A0%3A3%3AINewBrowserWindowListener%3A%3A/wicket:pageMapName/xxxx_0_1214298450782/CollectionNodeComponent.css

java.lang.IllegalStateException: URL fragment has unmatched key/value pair:
wicket:interface/xxxx_0_1214298450782%3A0%3A3%3AINewBrowserWindowListener%3A%3A/wicket:pageMapName/xxxx_0_1214298450782/CollectionNodeComponent.css

at
org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategy.decodeParameters(AbstractRequestTargetUrlCodingStrategy.java:174)

at
org.apache.wicket.request.target.coding.BookmarkablePageRequestTargetUrlCodingStrategy.decode(BookmarkablePageRequestTargetUrlCodingStrategy.java:76)

<...>

I'm trying to reproduce/debug this at the moment, I'll post more details if
I find anything out.  (We're on Wicket 1.3.3 by the way)

Jan


2008/7/4 Piller Sébastien <[EMAIL PROTECTED]>:

> Thank you for your answer... Unfortunately, it doesn't seem to be the only
> reason... I've got some stack trace speaking about css and js
>
> java.lang.IllegalStateException: URL fragment has unmatched key/value pair:
> ../../resources/mypack.MyClass/script.js
>        at
> org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategy.decodeParameters(AbstractRequestTargetUrlCodingStrategy.java:174)
>        at
> org.apache.wicket.request.target.coding.PackageRequestTargetUrlCodingStrategy.decode(PackageRequestTargetUrlCodingStrategy.java:103)
>
> I think the user didn't try anything with the js scripts... And I really
> have a lot of traces...
>
>
> Martijn Dashorst a écrit :
>
>> usually this is from users that copy/paste incomplete url's from other
>> users, or people tampering with urls
>>
>> Martijn
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to