id
stringlengths
33
40
content
stringlengths
662
61.5k
max_stars_repo_path
stringlengths
85
97
bugs-dot-jar_data_WICKET-4753_21a47387
--- BugID: WICKET-4753 Summary: Resource bundles are not resolved on PriorityHeaderItems Description: If a bundle X provides resource A, and resource A is rendered as priority header item, the resource A is rendered, not bundle X. diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/head/ResourceAggregat...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4753_21a47387.diff
bugs-dot-jar_data_WICKET-2624_ef880545
--- BugID: WICKET-2624 Summary: MethodGetAndSet.setValue uses wrong source to determine which type to convert to when there's no setter Description: "MethodGetAndSet.setValue uses wrong source to determine which type to convert to when there's no setter, resulting in exceptions like this:\norg.apache.wicket.WicketR...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-2624_ef880545.diff
bugs-dot-jar_data_WICKET-2065_9da430fb
--- BugID: WICKET-2065 Summary: Generated urls for mounted pages contain redundant trailing "/" Description: |- Is it OK (i.e. "by design" as opposed to "by mistake") that the urls generated for the mounted pages end up with the "/"? Provided that there's a page that expects single parameter (here: "content")... ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-2065_9da430fb.diff
bugs-dot-jar_data_WICKET-3838_97514205
--- BugID: WICKET-3838 Summary: In wicket 1.5 urlFor returns incorrect string for package mounted pages Description: |- Attached two quickstart projects for 1.4 and 1.5. Then access http://localhost:8080/app/Page1 and see 1.5 returns wrong address. diff --git a/wicket-core/src/main/java/org/apache/wicket/request...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3838_97514205.diff
bugs-dot-jar_data_WICKET-3455_f30bd1cb
--- BugID: WICKET-3455 Summary: onremove() in RefreshingView.onPopulate Description: | file a bug with a quickstart. onremove() should be called on all removed components. -igor On Fri, Feb 18, 2011 at 5:38 AM, Benedikt Rothe <benedikt.rothe@qleo.de> wrote: > > Hi > > > > Are the existing children of a ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3455_f30bd1cb.diff
bugs-dot-jar_data_WICKET-5759_0374c040
--- BugID: WICKET-5759 Summary: AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction() Description: "extra parameters of an Ajax behaviour can be accessed by getRequest().getRequestParameters().getParameterValue(key)\n\nbut if one uses getCallbackFunction() of an AbstractDefaultAjaxBe...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5759_0374c040.diff
bugs-dot-jar_data_WICKET-4038_f3d7565c
--- BugID: WICKET-4038 Summary: MountedMapper.mapHandler ruins Links inside mounted pages appending parameters wicket-ajax and wicket-ajax-baseurl Description: |- With the last commit n° 1166194 method mapHandler has been added to MountedMapper class in order to solve WICKET-4014. Unfortunately this method seems to...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4038_f3d7565c.diff
bugs-dot-jar_data_WICKET-5398_19e7c1cd
--- BugID: WICKET-5398 Summary: XmlPullParser fails to properly parse from String with encoding declaration Description: |- When parsing from a string, XmlPullParser fails if the encoding from the XML declaration is different than the system's file encoding. Examples: -Dfile.encoding=ISO-8859-1 parser.pa...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5398_19e7c1cd.diff
bugs-dot-jar_data_WICKET-5883_cd3b9234
--- BugID: WICKET-5883 Summary: Feedback messages not cleared for invisible/disabled form components on submit. Description: "Having: \n- IFeedbackMessageFilter.NONE used as the default application's feedback message cleanup filter (in order to make feedback messages not to disappear after page refresh, i.e. persis...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5883_cd3b9234.diff
bugs-dot-jar_data_WICKET-5712_145da021
--- BugID: WICKET-5712 Summary: SecuritySettings.setEnforceMounts() does not work when the mounted mapper is not in the root compound mapper Description: |- BookmarkableMapper.isPageMounted() assumes that all mounted mappers are in Application.getRootRequestMapperAsCompound(). Sometimes the mappers make a tree stru...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5712_145da021.diff
bugs-dot-jar_data_WICKET-2882_ebe56869
--- BugID: WICKET-2882 Summary: Dynamically adding component via an IComponentResolver fails within an enclosure for versions after 1.4.1 Description: |- We have been using an IComponentResolver implementation for a long time to allow the inclusion of certain panels to be determined by the markup. Some panels are i...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-2882_ebe56869.diff
bugs-dot-jar_data_WICKET-5259_a9e56e1e
--- BugID: WICKET-5259 Summary: Url can't parse urls with username and password Description: "Url tries to parse the password as the portnumber, because it's after the :, resulting in the following exception:\njava.lang.NumberFormatException: For input string: \"23dc429c-4ffa-4e99-8e24-984571f4c3b6@digdag-rest-dev2...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5259_a9e56e1e.diff
bugs-dot-jar_data_WICKET-4070_d450acb0
--- BugID: WICKET-4070 Summary: Errors reported from Form#onValidateModelObjects() are ignored Description: diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/Form.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/Form.java index 17fe546..e97e0b1 100644 --- a/wicket-core/src/...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4070_d450acb0.diff
bugs-dot-jar_data_WICKET-4505_a4caaa57
--- BugID: WICKET-4505 Summary: AbstractTextComponent not escaping html data by default therefore user text is not redisplayed correctly Description: |- User input is not escaped in all text fields by default (and the default is not configurable). This leads to user entered text not being redisplayed correctly. ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4505_a4caaa57.diff
bugs-dot-jar_data_WICKET-5980_294b0b2f
--- BugID: WICKET-5980 Summary: When using Servlet 3.0 filter Wicket calculates filter path wrong Description: | When using a servlet 3.0 filter with annotations Wicket calculates the filter path wrong causing it to not match any pages other than the home page. e.g. {code} @WebFilter(value = "/web/*", initPar...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5980_294b0b2f.diff
bugs-dot-jar_data_WICKET-5486_a79ed51e
--- BugID: WICKET-5486 Summary: WebPageRenderer should honor RedirectPolicy.ALWAYS_REDIRECT more consistently Description: "In WebPageRenderer shouldPreserveClientUrl() currently has precedence over RedirectPolicy.ALWAYS_REDIRECT.\n\nThis can lead to confusion or unexpected behavior when RedirectPolicy.ALWAYS_REDIR...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5486_a79ed51e.diff
bugs-dot-jar_data_WICKET-4824_ad849602
--- BugID: WICKET-4824 Summary: Redirect to HTTPS is using wrong port 80 if HttpsConfig with default ports 80/443 is used Description: |- HttpsMapper#mapHandler() doesn't set the Url's port, if the desired protocol uses the standard port. This leads to UrlRenderer choosing to the request's port as fallback (whic...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4824_ad849602.diff
bugs-dot-jar_data_WICKET-4384_614e3b50
--- BugID: WICKET-4384 Summary: improve wicket's handling of empty / null page parameters Description: "- DefaultPageFactory#newPage() should be sure to not pass 'null' to a page constructor with page parameters" diff --git a/wicket-core/src/main/java/org/apache/wicket/request/mapper/AbstractBookmarkableMapper.java...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4384_614e3b50.diff
bugs-dot-jar_data_WICKET-5019_917dd2b5
--- BugID: WICKET-5019 Summary: 'Handling of NO_MINIFIED_NAME in PackageResourceReference#internalGetMinifiedName() ' Description: "The Value NO_MINIFIED_NAME is not handled correctly as entry in the MINIFIED_NAMES_CACHE in PackageResourceReference#internalGetMinifiedName() \n\n\tprivate String internalGetMinif...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5019_917dd2b5.diff
bugs-dot-jar_data_WICKET-5203_2293764f
--- BugID: WICKET-5203 Summary: Base url is incorrect for error dispatched pages Description: "The fix for https://issues.apache.org/jira/browse/WICKET-4387 includes the following code in org.apache.wicket.protocol.http.servlet.ServletWebRequest#ServletWebRequest(HttpServletRequest httpServletRequest, String filter...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5203_2293764f.diff
bugs-dot-jar_data_WICKET-5838_e93fdd5a
--- BugID: WICKET-5838 Summary: Last-modified header of external markup is ignored Description: "When using external base markup(in my case a drupal page with a wicket:child element in it) this markup is supposed to be cached after first fetch. For subsequent requests the last-modified header is checked to see if t...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5838_e93fdd5a.diff
bugs-dot-jar_data_WICKET-5209_55eb5212
--- BugID: WICKET-5209 Summary: NPE when using ComponentRenderer.renderComponent on a panel with <wicket:enclosure> Description: "Hi,\n\nConsider this example:\n<wicket:panel>\n\t<wicket:enclosure child=\"externalLink\">\n\t\t<a wicket:id=\"externalLink\">Link</a>\n\t</wicket:enclosure>\n</wicket:panel>\n\nWhen try...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5209_55eb5212.diff
bugs-dot-jar_data_WICKET-3166_4d7f7359
--- BugID: WICKET-3166 Summary: isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible? Description: |- Hi! See attached quickstart with junit test reproducing the bug. See also patch proposal. I have a page with two panels: page.form.add(panel1); page.form.add(panel2);...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3166_4d7f7359.diff
bugs-dot-jar_data_WICKET-5989_a255bbca
--- BugID: WICKET-5989 Summary: BaseWicketTester#startComponentInPage fails for pages with <wicket:header-items></wicket:header> placeholder Description: "I am using the {{[BaseWicketTester.html#startComponentInPage(C)|https://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/util/tester/BaseWicketTester.ht...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5989_a255bbca.diff
bugs-dot-jar_data_WICKET-4664_2fcb3417
--- BugID: WICKET-4664 Summary: Url#getQueryString(charset) method returns quesrystring with "?" prefixed to it Description: "i have just pointed out 6.0.0-beta3/6.x but it must be same in 1.5.x too ,afaik \"?\" is not considered part of querystring ,\"?\" is considered separator see http://tools.ietf.org/html/rf...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4664_2fcb3417.diff
bugs-dot-jar_data_WICKET-16_3431e60d
--- BugID: WICKET-16 Summary: missing base64/ URL encoding Description: "yesterday i showed the concept of omponents to a friend and stumled into something i dont understand and think it might be a bug. \n \nI have a small panelcompoment that holds a searchform (textfield + submit) nothing special here, the code ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-16_3431e60d.diff
bugs-dot-jar_data_WICKET-4477_2624d2db
--- BugID: WICKET-4477 Summary: SmartLinkLabel failing to process email with - Description: "In a similar vein to WICKET-3174 - using SmartLinkLabel with an email address that includes a \"-\" generates a link only on the right-most part of the address. \n\nExample: \n- my-test@example.com \nWill generate a link li...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4477_2624d2db.diff
bugs-dot-jar_data_WICKET-5094_74e77676
--- BugID: WICKET-5094 Summary: ISecuritySettings#getEnforceMounts(true) prevents access to *all* non-mounted bookmarkable pages Description: |- ISecuritySettings#setEnforceMounts(true) is meant to be used to prevent access to mounted-pages via BookmarkableMapper, e.g. when Page1.class is mounted: http://loca...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5094_74e77676.diff
bugs-dot-jar_data_WICKET-3834_747bccb5
--- BugID: WICKET-3834 Summary: WicketTester does not follow absolute redirects Description: |- Wicket tester does not follow absolute redirects: This is a problem when using HttpsMapper. For example when requesting a page over http:// with an forced redirect to https:// for secure access will make wicket tester r...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3834_747bccb5.diff
bugs-dot-jar_data_WICKET-5250_6122df49
--- BugID: WICKET-5250 Summary: Minified css/js gets compressed Description: "Given an application with a resource reference to a minified script, i.e. html5.js and html5.min.js.\n\nWhen the ResourceRequestHandler responds \nit will set compress to false, if the resource reference was PackageResourceReference\nbut ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5250_6122df49.diff
bugs-dot-jar_data_WICKET-3597_5e2c6702
--- BugID: WICKET-3597 Summary: Wicket 1.5 RC-3 Bug with conditional comments Description: IE Conditional Comments with script block causes malformed HTML on Chrome and Firefox. diff --git a/wicket-core/src/main/java/org/apache/wicket/util/string/JavaScriptUtils.java b/wicket-core/src/main/java/org/apache/wicket/ut...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3597_5e2c6702.diff
bugs-dot-jar_data_WICKET-2900_0e70ce39
--- BugID: WICKET-2900 Summary: '"isPrimary" check is not applied to beans in parent contexts' Description: 'see this comment in WICKET-2771: https://issues.apache.org/jira/browse/WICKET-2771?focusedCommentId=12872246&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12872246' diff --git ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-2900_0e70ce39.diff
bugs-dot-jar_data_WICKET-3646_12124902
--- BugID: WICKET-3646 Summary: RequestHandler listeners are called with null handler Description: |- When running RequestCycleListeners with WicketTester, they get called with null for the requesthandler in onScheduleHandler(). This is an artifact of the wicket tester requestcycle, which I think should normally not ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3646_12124902.diff
bugs-dot-jar_data_WICKET-1931_986848f7
--- BugID: WICKET-1931 Summary: FormTester doesn't correctly submit a form when a FileUploadField was not set (which is not required) Description: |- FormTester doesn't correctly submit a form when a FileUploadField was not set. This file is not required. So it is impossible to create a real test because I am...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-1931_986848f7.diff
bugs-dot-jar_data_WICKET-4030_5f69685d
--- BugID: WICKET-4030 Summary: HeaderResponse.renderCSSReference does not render context path relative url, but wicket filter url-pattern relative url Description: In an application with a wicket filter url-pattern different than /*, if you use HeaderResponse.renderCSSReference(String url), where url is a context-...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4030_5f69685d.diff
bugs-dot-jar_data_WICKET-5400_6cefb9f8
--- BugID: WICKET-5400 Summary: Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors Description: see http://markmail.org/thread/jtd4zn527r343jbm diff --git a/wicket-core/src/main/java/org/apache/wicket/Behaviors.java b/wicket-core/src/main/java/org/apache/wicket/Behaviors.java index a743e8b..3...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5400_6cefb9f8.diff
bugs-dot-jar_data_WICKET-5447_2abc18f1
--- BugID: WICKET-5447 Summary: TableTree's NodeBorder does not properly close divs Description: NodeBorder fails to properly close generated <div>s. diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/tree/table/NodeBorder.java b/wicket-extensions/src/main/java/org/apache/w...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5447_2abc18f1.diff
bugs-dot-jar_data_WICKET-5701_087c0a26
--- BugID: WICKET-5701 Summary: 'WebSocketRequestHandler is not set as a scheduled and thus RequestCycle#find(AjaxRequestTarget.class) doesn''t work ' Description: |- As discussed at https://groups.google.com/d/topic/wicket-jquery-ui/fw6TdyO5o18/discussion AbstractWebSocketProcessor doesn't schedules the WebSocketR...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5701_087c0a26.diff
bugs-dot-jar_data_WICKET-3309_debca73b
--- BugID: WICKET-3309 Summary: unable to add nodes to an empty rootless Tree (e.g. LinkTree) Description: |- 2 scenarios which adding new nodes (via ajax) to a rootless Tree is not working as expected. the node is getting added to the treemodel but non is displayed. 1) adding a node to the rootnode. the newly a...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3309_debca73b.diff
bugs-dot-jar_data_WICKET-3998_b76f9c44
--- BugID: WICKET-3998 Summary: CreditCardValidator returns incorrect cardId for VISA Description: |+ When the validation for a VISA is correct, it returns a SWITCH cardId instead of a VISA. This error occurs in both 1.4.x and 1.5.X diff --git a/wicket-core/src/main/java/org/apache/wicket/validation/validator/Cr...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3998_b76f9c44.diff
bugs-dot-jar_data_WICKET-3834_30255f11
--- BugID: WICKET-3834 Summary: WicketTester does not follow absolute redirects Description: |- Wicket tester does not follow absolute redirects: This is a problem when using HttpsMapper. For example when requesting a page over http:// with an forced redirect to https:// for secure access will make wicket tester r...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3834_30255f11.diff
bugs-dot-jar_data_WICKET-3603_aa1d177a
--- BugID: WICKET-3603 Summary: DataTable row groups are present in markup even when they contain no rows. Description: |- As per the HTML spec : "When present, each THEAD, TFOOT, and TBODY contains a row group. Each row group must contain at least one row, defined by the TR element." There is no check in place ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3603_aa1d177a.diff
bugs-dot-jar_data_WICKET-4597_9dab1bb5
--- BugID: WICKET-4597 Summary: bug in Duration.toString(Locale locale) Description: Duration.toString(Locale locale) misses milliseconds in line 529 diff --git a/wicket-util/src/main/java/org/apache/wicket/util/time/Duration.java b/wicket-util/src/main/java/org/apache/wicket/util/time/Duration.java index fc232bf..c3...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4597_9dab1bb5.diff
bugs-dot-jar_data_WICKET-5460_a3a5a40f
--- BugID: WICKET-5460 Summary: onBeforeRender called too early on stateless page Description: |- I'm having a problem with a ListView that displays an outdated list. In my test, the ListView uses a Model that returns a static variable just to make sure the model is independent from any page instance. As far as I c...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5460_a3a5a40f.diff
bugs-dot-jar_data_WICKET-5898_ffdd0864
--- BugID: WICKET-5898 Summary: StackOverflowError after form submit with a validation error Description: "I was not able to find a cause or make a small quickstart, but it has something to do with a form validation, my workaround was to setDefaultFormProcessing(false) or not use required TextFields.\n\nIt can be r...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5898_ffdd0864.diff
bugs-dot-jar_data_WICKET-5176_34634266
--- BugID: WICKET-5176 Summary: StringResourceModel doesn't detach model in some cases Description: |- We have come across an issue with StringResourceModel not detaching the model it holds under a certain condition. The problem is the case where the StringResourceModel is created but it is not used - for example wh...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5176_34634266.diff
bugs-dot-jar_data_WICKET-2172_ea4a3f8a
--- BugID: WICKET-2172 Summary: PageParameters construced with keyValuePairs does not handle array values Description: |- The PageParameters constructor that takes a "keyValuePairs" argument does not convert repeated keys into an array of values. For example: {code} // specify three comma delimited values for...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-2172_ea4a3f8a.diff
bugs-dot-jar_data_WICKET-3539_a4459ef4
--- BugID: WICKET-3539 Summary: Event broadcast type "Depth" does not work when the sink is a Component but not a MarkupContainer Description: Event broadcast type "Depth" does not work when the sink is a Component but not a MarkupContainer. In this case, no sinks receive the event. diff --git a/wicket-core/src/m...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-3539_a4459ef4.diff
bugs-dot-jar_data_WICKET-5655_d558004b
--- BugID: WICKET-5655 Summary: Problem with setting of IComponentInheritedModel and FLAG_INHERITABLE_MODEL Description: |- Described in the mailing list: [http://mail-archives.apache.org/mod_mbox/wicket-users/201407.mbox/%3CCAF2_608c8TOZjprV8Md15KJpRET6YQdXHe%3DwRzF-y5G_zAXcDg%40mail.gmail.com%3E] I'm aware of ...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5655_d558004b.diff
bugs-dot-jar_data_WICKET-4923_d78132be
--- BugID: WICKET-4923 Summary: CryptoMapper ignores original queryString parameters Description: "When an AjaxRequest with parameters (e.g.: Autocomplete.getChoices()) arrives and CryptoMapper decrypts it, original queryString parameters dissapears.\n\nDebugging CryptoMapper, I've checked that this method:\nprivat...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4923_d78132be.diff
bugs-dot-jar_data_WICKET-5131_4b7367ef
--- BugID: WICKET-5131 Summary: Problems with cookies disabled when using 301/302 and also 303 (even with cookies) Description: "As mentioned in the mailing list by Martin, i open this as a bug...\n\nIts not possible to use 303 as redirect (SC_SEE_OTHER) because thats not supported, only 302 and 301 are supported...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5131_4b7367ef.diff
bugs-dot-jar_data_WICKET-4173_84bbbf68
--- BugID: WICKET-4173 Summary: Incorrect URL for setResponsePage() within a Form#onSubmit( ) Description: "If the WebApplication uses IRequestCycleSettings.RenderStrategy.ONE_PASS_RENDER, the issue described and exemplified in the attached quickstart at\n\nhttps://issues.apache.org/jira/browse/WICKET-3442\n\nprevail...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4173_84bbbf68.diff
bugs-dot-jar_data_WICKET-5086_ba516f02
--- BugID: WICKET-5086 Summary: FormTester throws an exception when a Palette component is added to a Form associated with a compound property model Description: |- FormTester throws an exception when a Palette component is added to a Form associated with a compound property model: org.apache.wicket.WicketRuntime...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5086_ba516f02.diff
bugs-dot-jar_data_WICKET-5505_6cceff44
--- BugID: WICKET-5505 Summary: DefaultPropertyResolver does not respect JavaBean conventions Description: "The property name code should handle the isPropertyName pattern\n\nif(getterName.startsWith(\"get\")) {\n\tname = getterName.substring(3, 4).toLowerCase() + getterName.substring(4);\n} else {\n\tname = getter...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-5505_6cceff44.diff
bugs-dot-jar_data_WICKET-2993_0b4f78cc
--- BugID: WICKET-2993 Summary: 'ClassCastException when requesting for non-page class ' Description: "org.apache.wicket.request.mapper.BookmarkableMapper tries to instantiate Page even for classes which are not Page.\nRequesting http://localhost:8080/wicket/bookmarkable/com.mycompany.Pojo fails with:\n\nERROR - De...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-2993_0b4f78cc.diff
bugs-dot-jar_data_WICKET-294_5c592d85
--- BugID: WICKET-294 Summary: 'WebRequestCodingStrategy: path mounting and matching' Description: |+ Assuming a mount path to "/p", it will match /pxyz Assuming this is the desired behavior of matching (warning), then to avoid this match it should be declared "/p/" but it will create urls such as '/app/p//SomePag...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-294_5c592d85.diff
bugs-dot-jar_data_WICKET-4358_02ebc8ae
--- BugID: WICKET-4358 Summary: BufferedWebResponse fails to add/clear cookie in redirect Description: | bufferedWebResponse.addCookie( cookie ); That fails under certain conditions: (1) when called on the last of three 302 redirects during OpenID login; and (2) on single redirect immediately after container start...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-4358_02ebc8ae.diff
bugs-dot-jar_data_WICKET-1886_5226978a
--- BugID: WICKET-1886 Summary: WicketTester Cookie handling Description: |- While trying to test my SecureForm implementation (https://issues.apache.org/jira/browse/WICKET-1885) with WicketTester I ran into this issue: A cookie set in the response never shows up in the "next" request, because both have their own lis...
bugs-dot-jar/wicket_extracted_diff/developer-patch_bugs-dot-jar_WICKET-1886_5226978a.diff