[jira] Commented: (WICKET-3161) Can not create cookies

2010-11-13 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931647#action_12931647 ] Peter Ertl commented on WICKET-3161: Removing reset() will not change anything The

svn commit: r1034726 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http: BufferedWebResponse.java HeaderBufferingWebResponse.java IBufferedWebResponse.java

2010-11-13 Thread pete
Author: pete Date: Sat Nov 13 10:53:57 2010 New Revision: 1034726 URL: http://svn.apache.org/viewvc?rev=1034726view=rev Log: transfer-buffered-cookie-operations Added: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/IBufferedWebResponse.java Modified:

svn commit: r1034729 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http: BufferedWebResponse.java IBufferedWebResponse.java

2010-11-13 Thread pete
Author: pete Date: Sat Nov 13 11:00:01 2010 New Revision: 1034729 URL: http://svn.apache.org/viewvc?rev=1034729view=rev Log: WICKET-3161: cookies that are set during a buffered web response will not be transferred over redirecting. The solution to this issue is not what I consider pretty so

svn commit: r1034731 - in /wicket/trunk/wicket/src: main/java/org/apache/wicket/protocol/http/ main/java/org/apache/wicket/protocol/http/mock/ main/java/org/apache/wicket/util/tester/ test/java/org/ap

2010-11-13 Thread pete
Author: pete Date: Sat Nov 13 11:54:01 2010 New Revision: 1034731 URL: http://svn.apache.org/viewvc?rev=1034731view=rev Log: WICKET-3161: added test case Added: wicket/trunk/wicket/src/test/java/org/apache/wicket/protocol/http/ModifyCookiePage.html - copied, changed from r1034699,

svn commit: r1034735 - in /wicket/trunk/wicket/src/main/java/org/apache/wicket: protocol/http/ protocol/http/mock/ util/tester/

2010-11-13 Thread pete
Author: pete Date: Sat Nov 13 11:58:56 2010 New Revision: 1034735 URL: http://svn.apache.org/viewvc?rev=1034735view=rev Log: WICKET-3161: improve naming Added: wicket/trunk/wicket/src/main/java/org/apache/wicket/protocol/http/ICookieSavingResponse.java - copied, changed from r1034731,

[jira] Assigned: (WICKET-3161) Can not create cookies

2010-11-13 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl reassigned WICKET-3161: -- Assignee: Peter Ertl Can not create cookies -- Key:

svn commit: r1034736 - in /wicket/trunk/wicket/src/test/java/org/apache/wicket/protocol/http: ModifyCookiePage.java ModifyCookiePageTest.java

2010-11-13 Thread pete
Author: pete Date: Sat Nov 13 12:06:54 2010 New Revision: 1034736 URL: http://svn.apache.org/viewvc?rev=1034736view=rev Log: WICKET-3161: added missing apache license headers Modified: wicket/trunk/wicket/src/test/java/org/apache/wicket/protocol/http/ModifyCookiePage.java

[jira] Created: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-13 Thread Martin Makundi (JIRA)
isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible? -- Key: WICKET-3166 URL: https://issues.apache.org/jira/browse/WICKET-3166

[jira] Updated: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-13 Thread Martin Makundi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Makundi updated WICKET-3166: --- Attachment: Wicket-Quickstart.zip junit test case to Reproduce the issue.

[jira] Updated: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-13 Thread Martin Makundi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Makundi updated WICKET-3166: --- Attachment: diff.txt Fix patch proposal, few lines at Component.isVisibleInHierarchy only.

[jira] Resolved: (WICKET-3161) Can not create cookies

2010-11-13 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl resolved WICKET-3161. Resolution: Fixed Fix Version/s: 1.5-M4 I am confident that this issue is fixed but I am

svn commit: r1034744 - in /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util: file/WebXmlFile.java xml/ xml/CustomEntityResolver.java

2010-11-13 Thread pete
Author: pete Date: Sat Nov 13 12:19:30 2010 New Revision: 1034744 URL: http://svn.apache.org/viewvc?rev=1034744view=rev Log: WICKET-3163: support offline builds of wicket (avoid hitting java.sun.com for lookup of web.xml 2.3 DTD) Added:

[jira] Resolved: (WICKET-3163) support building wicket offline by resolving DTD references locally

2010-11-13 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ertl resolved WICKET-3163. Resolution: Fixed Fix Version/s: 1.5-M4 Checked in a custom entity resolver that pulls

[jira] Commented: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

2010-11-13 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931664#action_12931664 ] Juergen Donnerstag commented on WICKET-466: --- looking at the 1.5 code, it seems to

[jira] Closed: (WICKET-701) Allow wicket filter-mapping to use servlet-name instead of url-pattern

2010-11-13 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag closed WICKET-701. - Resolution: Fixed Assignee: Juergen Donnerstag seems to be fixed in 1.5. See

[jira] Commented: (WICKET-3138) Wicket 1.5 and GAE

2010-11-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931670#action_12931670 ] Hudson commented on WICKET-3138: Integrated in Apache Wicket 1.5.x #507 (See

[jira] Commented: (WICKET-3149) Merge DecoratingHeaderResponse to trunk

2010-11-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931669#action_12931669 ] Hudson commented on WICKET-3149: Integrated in Apache Wicket 1.5.x #507 (See

[jira] Closed: (WICKET-982) Add accessibility support

2010-11-13 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag closed WICKET-982. - Resolution: Incomplete Assignee: Juergen Donnerstag We are happy to do so, but

[jira] Commented: (WICKET-3161) Can not create cookies

2010-11-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931671#action_12931671 ] Hudson commented on WICKET-3161: Integrated in Apache Wicket 1.5.x #507 (See

[jira] Commented: (WICKET-3163) support building wicket offline by resolving DTD references locally

2010-11-13 Thread Peter Ertl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931678#action_12931678 ] Peter Ertl commented on WICKET-3163: Seems like this improvement was really necessary

[CONF] Apache Wicket Websites based on Wicket

2010-11-13 Thread confluence
Websites based on Wicket Page edited by TIMOUYAS Abdellah Changes (1) ... * *park.vodafone.cz* \- [Vodafone Park|http://park.vodafone.cz] is an social

[jira] Commented: (WICKET-3163) support building wicket offline by resolving DTD references locally

2010-11-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931682#action_12931682 ] Hudson commented on WICKET-3163: Integrated in Apache Wicket 1.5.x #508 (See

[jira] Closed: (WICKET-1242) IE quirks mode

2010-11-13 Thread Juergen Donnerstag (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juergen Donnerstag closed WICKET-1242. -- Resolution: Not A Problem obviously not a problem. No discussions on that topic in

[jira] Commented: (WICKET-466) [datetime] Make DateConverter focus on joda-time.DateTime instead of util.Date

2010-11-13 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931708#action_12931708 ] Martin Grigorov commented on WICKET-466: 'scm' blame shows that the code in this

[jira] Created: (WICKET-3168) No Application in the thread when the web server destroys WicketFilter

2010-11-13 Thread Martin Grigorov (JIRA)
No Application in the thread when the web server destroys WicketFilter -- Key: WICKET-3168 URL: https://issues.apache.org/jira/browse/WICKET-3168 Project: Wicket Issue

[jira] Commented: (WICKET-3168) No Application in the thread when the web server destroys WicketFilter

2010-11-13 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931721#action_12931721 ] Igor Vaynberg commented on WICKET-3168: --- can this be related to WICKET-3011, a bad

[jira] Commented: (WICKET-3168) No Application in the thread when the web server destroys WicketFilter

2010-11-13 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931724#action_12931724 ] Martin Grigorov commented on WICKET-3168: - Yes and No. Yes - GAE runs on Jetty. I

[jira] Issue Comment Edited: (WICKET-3168) No Application in the thread when the web server destroys WicketFilter

2010-11-13 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12931724#action_12931724 ] Martin Grigorov edited comment on WICKET-3168 at 11/13/10 3:14 PM:

svn commit: r1034939 - in /wicket/branches/wicket-1.4.x/wicket/src: main/java/org/apache/wicket/Component.java test/java/org/apache/wicket/ajax/AjaxHeaderContributionPage2_ajax_expected.html

2010-11-13 Thread ivaynberg
Author: ivaynberg Date: Sun Nov 14 06:20:28 2010 New Revision: 1034939 URL: http://svn.apache.org/viewvc?rev=1034939view=rev Log: hieararchy checks should test parent first Issue: WICKET-3166 Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java

[jira] Assigned: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-13 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-3166: - Assignee: Igor Vaynberg isVisibleInHierarchy() possibly unnecessarily checks children

svn commit: r1034941 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java

2010-11-13 Thread ivaynberg
Author: ivaynberg Date: Sun Nov 14 06:31:09 2010 New Revision: 1034941 URL: http://svn.apache.org/viewvc?rev=1034941view=rev Log: Issue: WICKET-3166 Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Modified:

[jira] Resolved: (WICKET-3166) isVisibleInHierarchy() possibly unnecessarily checks children whose parents are invisible?

2010-11-13 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3166. --- Resolution: Fixed Fix Version/s: 1.5-M4 1.4.14

svn commit: r1034946 - in /wicket/trunk: wicket-request/src/main/java/org/apache/wicket/request/http/ wicket/src/main/java/org/apache/wicket/protocol/http/ wicket/src/main/java/org/apache/wicket/proto

2010-11-13 Thread ivaynberg
Author: ivaynberg Date: Sun Nov 14 07:14:24 2010 New Revision: 1034946 URL: http://svn.apache.org/viewvc?rev=1034946view=rev Log: some more cleanup, mainly better naming Issue: WICKET-3161 Added:

[jira] Resolved: (WICKET-3160) Session causing memory leak after WICKET-3108

2010-11-13 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3160. --- Resolution: Fixed Fix Version/s: 1.4.14 Assignee: Igor Vaynberg Session

[jira] Resolved: (WICKET-3156) Submitting button of a multiple-button form is not resolved correctly

2010-11-13 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3156. --- Resolution: Cannot Reproduce Assignee: Igor Vaynberg please attach a quickstart

svn commit: r1034949 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java

2010-11-13 Thread ivaynberg
Author: ivaynberg Date: Sun Nov 14 07:45:25 2010 New Revision: 1034949 URL: http://svn.apache.org/viewvc?rev=1034949view=rev Log: pages with instantiated url compressors are considered stateful Issue: WICKET-3155 Modified:

[jira] Resolved: (WICKET-3155) Stateless forms don't work when using UrlCompressingWebRequestProcessor

2010-11-13 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3155. --- Resolution: Won't Fix Assignee: Igor Vaynberg i dont think having url compressors in