Bugs item #1542908, was opened at 2006-08-18 23:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1542908&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alastair Maw (almaw) Assigned to: Nobody/Anonymous (nobody) Summary: CryptedUrlWebRequestCodingStrategy kills AutoCompleteTextFie Initial Comment: There's an NPE in CryptedUrlWebRequestCodingStrategy. To reproduce this, just add: protected IRequestCycleProcessor newRequestCycleProcessor() { return new CompoundRequestCycleProcessor( new CryptedUrlWebRequestCodingStrategy(new WebRequestCodingStrategy()), null, null, null, null ); } To the AjaxApplication class in wicket-examples. java.lang.NullPointerException at wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy.encodeURL(CryptedUrlWebRequestCodingStrategy.java:173) at wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy.encode(CryptedUrlWebRequestCodingStrategy.java:113) at wicket.RequestCycle.urlFor(RequestCycle.java:770) at wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java:362) at wicket.request.compound.DefaultResponseStrategy.respond(DefaultResponseStrategy.java:49) at wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(AbstractCompoundRequestCycleProcessor.java:66) at wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java:953) at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:980) at wicket.RequestCycle.step(RequestCycle.java:1061) at wicket.RequestCycle.steps(RequestCycle.java:1135) at wicket.RequestCycle.request(RequestCycle.java:549) at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:215) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1542908&group_id=119783 ------------------------------------------------------------------------- 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