[ https://issues.apache.org/jira/browse/WICKET-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martijn Dashorst closed WICKET-1198. ------------------------------------ Resolution: Fixed Fixed > NPE in IndexedHybridUrlCodingStrategy during encoding > ----------------------------------------------------- > > Key: WICKET-1198 > URL: https://issues.apache.org/jira/browse/WICKET-1198 > Project: Wicket > Issue Type: Bug > Components: wicket > Affects Versions: 1.3.0-rc1 > Reporter: Martijn Dashorst > Assignee: Martijn Dashorst > Fix For: 1.3.0-rc2 > > > java.lang.NullPointerException > at > org.apache.wicket.request.target.coding.IndexedHybridUrlCodingStrategy.appendParameters(IndexedHybridUrlCodingStrategy.java:51) > at > org.apache.wicket.request.target.coding.HybridUrlCodingStrategy.encode(HybridUrlCodingStrategy.java:409) > at > org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.pathForTarget(WebRequestCodingStrategy.java:459) > at > org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.encode(WebRequestCodingStrategy.java:236) > at org.apache.wicket.RequestCycle.encodeUrlFor(RequestCycle.java:744) > at org.apache.wicket.RequestCycle.urlFor(RequestCycle.java:847) > at org.apache.wicket.Component.urlFor(Component.java:3086) > at > org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:144) > at > org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58) > at > org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:103) > at > org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1100) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1169) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1248) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:489) > at > org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:343) > at > org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:193) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.