Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-3514

SimpleTree example not working with CryptoMapper

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5-RC2
    • 1.5-RC5
    • wicket, wicket-examples
    • Ubuntu 10.04 and Wicket 1.5 latest trunk

    Description

      Adding the following lines to WicketExampleApplication.java causes the SimpleTree example to break. There are no expand icons anymore and there is no way to expand the tree. Even the expand link will not work.

      Add to WicketExampleApplication.java

      IRequestMapper cryptoMapper = new CryptoMapper(getRootRequestMapper(), this);
      setRootRequestMapper(cryptoMapper);

      Comment out in WicketExampleApplication.java

      //getSecuritySettings().setCryptFactory(new ClassCryptFactory(NoCrypt.class, ISecuritySettings.DEFAULT_ENCRYPTION_KEY));

      Without the CryptoMapper everythings works fine.

      Attachments

        1. crypto.diff
          4 kB
          Sven Meier

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            linuxluigi Ludger Kluitmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: