Hi all

I am currently working on the security issues prohibiting upgrading to
wicket 1.5.x

I checked out the "feature-upgrade-wicket" branch and did the following
steps.

1) Fix all compile errors
2) merge with master branch
3) Fix all compile errors introduced by the merge
4) Investigate in test failures.

There are some failing tests not related to security code. I had a look at
those but fixing looks not easy, so I focused on the security stuff.

The blocker at the moment is a different behaviour of the wicket tester.
All tests testing removal from security objects (using the admin GUI)  are
failing.

Code snippet

tester.assertComponent("form:11:table:listContainer:selectAllContainer:selectAll",
CheckBox.class);
tester.executeAjaxEvent"form:11:table:listContainer:selectAllContainer:selectAll","onclick");

The first line works fine, the second line throws a
ComponentNofFoundException !!!!!

Until now, I have not found a solution.

How to proceed ?.

Should I disable those tests ?.
Should I push back the current status hoping that another dev finds a
solution ?
Should I push my changes to the my private git repo for review

Thanks
Christian

-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to