[jira] Updated: (WICKET-1152) MetaDataRoleAuthorizationStrategy.unauthorize() doesn't work

2008-04-24 Thread Maurice Marrink (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Marrink updated WICKET-1152: Fix Version/s: (was: 1.3.4) Remaining Estimate: 0h Original Estimate: 0h

svn commit: r651383 - in /wicket/branches/wicket-1.3.x/jdk-1.5/wicket-auth-roles/src: main/java/org/apache/wicket/authorization/strategies/role/metadata/ test/java/org/apache/wicket/authorization/stra

2008-04-24 Thread marrink
Author: marrink Date: Thu Apr 24 13:13:13 2008 New Revision: 651383 URL: http://svn.apache.org/viewvc?rev=651383&view=rev Log: OPEN - issue WICKET-1152: MetaDataRoleAuthorizationStrategy.unauthorize() doesn't work https://issues.apache.org/jira/browse/WICKET-1152 Need to decide if we are going

[jira] Updated: (WICKET-1152) MetaDataRoleAuthorizationStrategy.unauthorize() doesn't work

2008-04-24 Thread Maurice Marrink (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Marrink updated WICKET-1152: Attachment: wicket-1152.patch This is the patch i applied to the 1.3 branch, so that we ma

svn commit: r651409 - /wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/FileUploadField.java

2008-04-24 Thread dashorst
Author: dashorst Date: Thu Apr 24 13:33:56 2008 New Revision: 651409 URL: http://svn.apache.org/viewvc?rev=651409&view=rev Log: Added JavaDoc warning regarding Ajax and file uploads. Hopefully this will slow down the number of questions on this subject Modified: wicket/branches/wicket-1.3.x

svn commit: r651416 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/FileUploadField.java

2008-04-24 Thread dashorst
Author: dashorst Date: Thu Apr 24 13:54:56 2008 New Revision: 651416 URL: http://svn.apache.org/viewvc?rev=651416&view=rev Log: Added JavaDoc warning regarding Ajax and file uploads. Hopefully this will slow down the number of questions on this subject Modified: wicket/trunk/wicket/src/main

[jira] Commented: (WICKET-1143) Modify InjectorHolder to allow for storage of multiple types of Injectors (for Guice support)

2008-04-24 Thread JIRA
[ https://issues.apache.org/jira/browse/WICKET-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592173#action_12592173 ] Guðmundur Bjarni Ólafsson commented on WICKET-1143: --- Rather than exposin