git commit: WICKET-5415 Do not initialize pages which were not rendered

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x d28a10334 - f36fa2002 WICKET-5415 Do not initialize pages which were not rendered Initialize the page for modal window because otherwise it ends with Page expired exception Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

git commit: WICKET-5415 Do not initialize pages which were not rendered

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/master 637690f59 - ff9d0b4cc WICKET-5415 Do not initialize pages which were not rendered Initialize the page for modal window because otherwise it ends with Page expired exception (cherry picked from commit f36fa2002bd0ef6f1b304d820efa72b2dfa36db8) Project:

[jira] [Updated] (WICKET-4905) PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-4905: Description: PagingNavigation has two actions in its onBeforeRender implementation:

git commit: WICKET-4905 PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x f36fa2002 - 1724d89e5 WICKET-4905 PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender? set the model and the start index in onConfigure(), not in onBeforeRender() Project: http://git-wip-us.apache.org/repos/asf/wicket/repo

git commit: WICKET-4905 PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/master ff9d0b4cc - dd187fce1 WICKET-4905 PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender? set the model and the start index in onConfigure(), not in onBeforeRender() (cherry picked from commit

[jira] [Resolved] (WICKET-4905) PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4905. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0

[jira] [Created] (WICKET-5451) Minor typos and reference errors paragraph 5 - 9

2013-12-18 Thread Alica Moser (JIRA)
Alica Moser created WICKET-5451: --- Summary: Minor typos and reference errors paragraph 5 - 9 Key: WICKET-5451 URL: https://issues.apache.org/jira/browse/WICKET-5451 Project: Wicket Issue Type:

[jira] [Assigned] (WICKET-5450) Double escaping when using EnumChoiceRenderer and DropDownChoice

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-5450: --- Assignee: Martin Grigorov Double escaping when using EnumChoiceRenderer and

git commit: WICKET-5450 Double escaping when using EnumChoiceRenderer and DropDownChoice

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 1724d89e5 - 3994cb3aa WICKET-5450 Double escaping when using EnumChoiceRenderer and DropDownChoice Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3994cb3a Tree:

git commit: WICKET-5450 Double escaping when using EnumChoiceRenderer and DropDownChoice

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/master dd187fce1 - fabec75c3 WICKET-5450 Double escaping when using EnumChoiceRenderer and DropDownChoice (cherry picked from commit 3994cb3aa04e5b4d0fd5b8f015a1d53a5c8b1c4b) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[jira] [Resolved] (WICKET-5450) Double escaping when using EnumChoiceRenderer and DropDownChoice

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5450. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0 Removed the

[jira] [Resolved] (WICKET-5321) Incorporate Wicket Guide into website

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5321. - Resolution: Fixed Fix Version/s: 6.13.0 Closing the ticket because the guide is

[jira] [Resolved] (WICKET-5190) Overriding Form.onFileUploadException in nested forms

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-5190. - Resolution: Won't Fix Closing as Won't fix because we have no good solution for this

[jira] [Commented] (WICKET-5450) Double escaping when using EnumChoiceRenderer and DropDownChoice

2013-12-18 Thread Guillaume Smet (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851519#comment-13851519 ] Guillaume Smet commented on WICKET-5450: Thanks Martin! Double escaping when

[jira] [Assigned] (WICKET-4762) IResourceVersion should be based on final result

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-4762: --- Assignee: Martin Grigorov IResourceVersion should be based on final result

git commit: WICKET-4762 IResourceVersion should be based on final result

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 3994cb3aa - d6135b5d0 WICKET-4762 IResourceVersion should be based on final result Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d6135b5d Tree:

git commit: WICKET-4762 IResourceVersion should be based on final result

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/master fabec75c3 - 29b26 WICKET-4762 IResourceVersion should be based on final result (cherry picked from commit d6135b5d03a3de3007721703780aa93910615914) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[jira] [Resolved] (WICKET-4762) IResourceVersion should be based on final result

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4762. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0 Fixed by

[jira] [Resolved] (WICKET-4604) Improve Wicket code to not use static caches

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4604. - Resolution: Later This issue will be addressed when there are concrete problems.

[jira] [Commented] (WICKET-4325) Wicket autocomplete doesn't take the scrollbar into account when calculating the width

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851617#comment-13851617 ] Martin Grigorov commented on WICKET-4325: - [~bitstorm] I think this is also fixed

[jira] [Updated] (WICKET-4325) Wicket autocomplete doesn't take the scrollbar into account when calculating the width

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-4325: Assignee: Andrea Del Bene (was: Johan Compagner) Wicket autocomplete doesn't take the

[jira] [Resolved] (WICKET-4322) Disable strong references in cache

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4322. - Resolution: Fixed Fix Version/s: 1.5.0 Closing as Fixed in 1.5.x. If the problem

git commit: WICKET-5426 changed WebPageRenderer to have same behavior as in 6.x, i.e. pageRenderer does not call pageProvider.getPageInstance() prematurely

2013-12-18 Thread svenmeier
Updated Branches: refs/heads/master 29b26 - 6f9821b81 WICKET-5426 changed WebPageRenderer to have same behavior as in 6.x, i.e. pageRenderer does not call pageProvider.getPageInstance() prematurely Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[1/2] git commit: WICKET-4268 Quality of ThumbnailImageResource

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x d6135b5d0 - e624c74d7 WICKET-4268 Quality of ThumbnailImageResource Make #getScaledImageInstance() non-final so client applications can provide better algorithm for scaling Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[2/2] git commit: Fix a minor typo in the comments

2013-12-18 Thread mgrigorov
Fix a minor typo in the comments Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e624c74d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e624c74d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e624c74d

[2/2] git commit: Fix a minor typo in the comments

2013-12-18 Thread mgrigorov
Fix a minor typo in the comments (cherry picked from commit e624c74d74fd273c4080c23eedd74f4e02998745) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a5e7f57f Tree:

[1/2] git commit: WICKET-4268 Quality of ThumbnailImageResource

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/master 6f9821b81 - a5e7f57f3 WICKET-4268 Quality of ThumbnailImageResource Make #getScaledImageInstance() non-final so client applications can provide better algorithm for scaling (cherry picked from commit d1e5a7494277cb1eb91c4615e3a470bf54b91fda) Project:

[jira] [Resolved] (WICKET-4268) Quality of ThumbnailImageResource

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4268. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0

[jira] [Commented] (WICKET-4325) Wicket autocomplete doesn't take the scrollbar into account when calculating the width

2013-12-18 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851684#comment-13851684 ] Andrea Del Bene commented on WICKET-4325: - yes..there's no quickstart but it

[jira] [Resolved] (WICKET-4325) Wicket autocomplete doesn't take the scrollbar into account when calculating the width

2013-12-18 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene resolved WICKET-4325. - Resolution: Fixed Solved with WICKET-5413 and WICKET-5379. Wicket autocomplete

[jira] [Resolved] (WICKET-4131) Add a non-caching RenderedDynamicImageResource

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4131. - Resolution: Later It seems there was no interest in this new resource type for 2 years

[jira] [Commented] (WICKET-5426) Page not recognized as stateless although stateful component is hidden in #onConfigure()

2013-12-18 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851712#comment-13851712 ] Sven Meier commented on WICKET-5426: I've changed WebPageRenderer so that

[jira] [Commented] (WICKET-5426) Page not recognized as stateless although stateful component is hidden in #onConfigure()

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851717#comment-13851717 ] Martin Grigorov commented on WICKET-5426: - Thanks, Sven ! Page not recognized

[jira] [Commented] (WICKET-4084) AutoComplete text field inside a modal window displays drop-down in the wrong location if the page is scrolled

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851719#comment-13851719 ] Martin Grigorov commented on WICKET-4084: - [~bitstorm] Could you please check

[jira] [Updated] (WICKET-4084) AutoComplete text field inside a modal window displays drop-down in the wrong location if the page is scrolled

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-4084: Assignee: Andrea Del Bene (was: Johan Compagner) AutoComplete text field inside a modal

[jira] [Resolved] (WICKET-4019) Portlet Support 1.5

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-4019. - Resolution: Later Closing the ticket as Later. The provided patch by Peter Pastrnak has

[jira] [Resolved] (WICKET-3789) visitChildren and friends require inner classes. Replace with iterators

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3789. - Resolution: Won't Fix WICKET-5284 exposed a rather big issue with the iterators - they

[jira] [Resolved] (WICKET-2194) Better error handling when serialization fails in diskstore

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-2194. - Resolution: Later Closing as Later because there was no interest in this functionality

[jira] [Resolved] (WICKET-2267) Type safe component path support for listviews, improve coding efficiency by 60%

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-2267. - Resolution: Later Resolution: Later Closing as Later because there was no interest in

[jira] [Resolved] (WICKET-2443) Add specialized components MapDropDownChoice and BeanDropDownChoice, for use when the values of a drop down choice is backed by a java.util.Map or a Collection?

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-2443. - Resolution: Won't Fix Add specialized components MapDropDownChoice and

[jira] [Commented] (WICKET-663) enhance ichoicerenderer with id-choice object lookup

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851766#comment-13851766 ] Martin Grigorov commented on WICKET-663: Is this new functionality still needed ?

[jira] [Commented] (WICKET-5365) AtmosphereBehavior should also log X-Forwarded-For

2013-12-18 Thread Hendy Irawan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851801#comment-13851801 ] Hendy Irawan commented on WICKET-5365: -- Thank you [~mgrigorov] :)

[jira] [Commented] (WICKET-5364) Reduce logging for wicket-atmosphere

2013-12-18 Thread Hendy Irawan (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851800#comment-13851800 ] Hendy Irawan commented on WICKET-5364: -- Thank you [~mgrigorov] :) Reduce logging

[jira] [Assigned] (WICKET-1197) add/remove all buttons in Palette component

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-1197: --- Assignee: Martin Grigorov add/remove all buttons in Palette component

git commit: WICKET-1197 add/remove all buttons in Palette component

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x e624c74d7 - 1f07c6e19 WICKET-1197 add/remove all buttons in Palette component Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1f07c6e1 Tree:

git commit: WICKET-1197 add/remove all buttons in Palette component

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/master a5e7f57f3 - a9b9207cb WICKET-1197 add/remove all buttons in Palette component (cherry picked from commit 1f07c6e19fd7d741db54229f2058773c6b79e1ae) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

git commit: Optimize imports

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/wicket-6.x 1f07c6e19 - 98b30c803 Optimize imports Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/98b30c80 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/98b30c80 Diff:

git commit: Optimize imports and use Java 7 diamonds

2013-12-18 Thread mgrigorov
Updated Branches: refs/heads/master a9b9207cb - 91cc7960f Optimize imports and use Java 7 diamonds Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/91cc7960 Tree:

buildbot failure in ASF Buildbot on wicket-master

2013-12-18 Thread buildbot
The Buildbot has detected a new failure on builder wicket-master while building wicket. Full details are available at: http://ci.apache.org/builders/wicket-master/builds/1566 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build Source

buildbot failure in ASF Buildbot on wicket-branch-6.x

2013-12-18 Thread buildbot
The Buildbot has detected a new failure on builder wicket-branch-6.x while building wicket. Full details are available at: http://ci.apache.org/builders/wicket-branch-6.x/builds/260 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: scheduler Build

[jira] [Resolved] (WICKET-1197) add/remove all buttons in Palette component

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-1197. - Resolution: Fixed Fix Version/s: 7.0.0 6.13.0 With a long

[jira] [Commented] (WICKET-663) enhance ichoicerenderer with id-choice object lookup

2013-12-18 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851877#comment-13851877 ] Igor Vaynberg commented on WICKET-663: -- something to look into in wicket 7 enhance

[jira] [Created] (WICKET-5452) Make Wicket-Atmosphere testable

2013-12-18 Thread Zala Goupil (JIRA)
Zala Goupil created WICKET-5452: --- Summary: Make Wicket-Atmosphere testable Key: WICKET-5452 URL: https://issues.apache.org/jira/browse/WICKET-5452 Project: Wicket Issue Type: Improvement

[jira] [Resolved] (WICKET-4084) AutoComplete text field inside a modal window displays drop-down in the wrong location if the page is scrolled

2013-12-18 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene resolved WICKET-4084. - Resolution: Fixed AutoComplete text field inside a modal window displays drop-down in

[jira] [Commented] (WICKET-4084) AutoComplete text field inside a modal window displays drop-down in the wrong location if the page is scrolled

2013-12-18 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852029#comment-13852029 ] Andrea Del Bene commented on WICKET-4084: - Wow! How many of them :)!

[jira] [Commented] (WICKET-5452) Make Wicket-Atmosphere testable

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852056#comment-13852056 ] Martin Grigorov commented on WICKET-5452: - Kill what ? Others already provide

[jira] [Commented] (WICKET-663) enhance ichoicerenderer with id-choice object lookup

2013-12-18 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852076#comment-13852076 ] Martin Grigorov commented on WICKET-663: Can you give more details/better

[jira] [Commented] (WICKET-663) enhance ichoicerenderer with id-choice object lookup

2013-12-18 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852122#comment-13852122 ] Igor Vaynberg commented on WICKET-663: -- the way this works currently is: lets say i

[jira] [Resolved] (WICKET-5448) Minor Documentation Errors

2013-12-18 Thread Andrea Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Del Bene resolved WICKET-5448. - Resolution: Fixed Minor Documentation Errors --

[jira] [Created] (WICKET-5453) Jetty 9.1.0 has its own UpgradeFilter, use it

2013-12-18 Thread Joakim Erdfelt (JIRA)
Joakim Erdfelt created WICKET-5453: -- Summary: Jetty 9.1.0 has its own UpgradeFilter, use it Key: WICKET-5453 URL: https://issues.apache.org/jira/browse/WICKET-5453 Project: Wicket Issue