Skip to content

This small change solve the issue WICKET-4517. #5

Closed
jordeu wants to merge 1 commit intoapache:masterfrom
jordeu:patch-1
Closed

This small change solve the issue WICKET-4517. #5
jordeu wants to merge 1 commit intoapache:masterfrom
jordeu:patch-1

Conversation

@jordeu
Copy link

@jordeu jordeu commented May 8, 2012

Check the issue here:
https://issues.apache.org/jira/browse/WICKET-4517

Without this change it's impossible to deploy wicket-extensions in an OSGi container, because it depends on a package that it's not exported.

@martin-g
Copy link
Member

martin-g commented May 9, 2012

Hi,

I just committed the change suggested by Andreas Pieber: *
Please test it and let us know whether it helps.
If everything is OK then please close this Pull Request since we don't own this repo and we are not able to do it.
Thanks!

@jordeu
Copy link
Author

jordeu commented May 9, 2012

Ok, perfect. Now I've been able to deploy wicket-extensions without any problem.

@jordeu jordeu closed this May 9, 2012
klopfdreh pushed a commit to klopfdreh/wicket that referenced this pull request Jul 19, 2020
martin-g added a commit that referenced this pull request Aug 27, 2020
…r Policy support (#442)

* COOP and COEP Implementation  (#5)

* Initial coop implementation

* Fixed typo +reformatting code

* Update wicket-core/src/main/java/org/apache/wicket/coop/CoopConfiguration.java

Co-authored-by: Sal <salchoman@gmail.com>

* Update wicket-core/src/main/java/org/apache/wicket/coop/CoopConfiguration.java

Co-authored-by: Sal <salchoman@gmail.com>

* Updates based on comments on the PR

* Initial COEP implementation that doesn't handle report-to and setting up a reporting endpoint

* Added javadocs and reformatted code

* Fixed typo in javadoc

* Updated valid values for COOP, same-origin-allow-popups instead of same-site

* Made builder methods public so they can be called from init() in a sample app, added default values for builder fields to avoid null pointer exceptions

* making exempted paths a HashSet for faster lookup

* Using Set instead of HashSet in the declaration of exemptedPaths + reformatting code

* Reformatting code to match Wicket's style

* Indentation fix for CoepMode enum

* Added tests for each COOP value, inlined url argument for checkHeaders in tests, formatted log statement to include path variable for exempted paths

Co-authored-by: Sal <salchoman@gmail.com>

* Fixed typo in COEP debug statement

* Refactoring configs into SecuritySettings for COOP and COEP

* Renamed the request cycle listeners and tests with longer names of coop and coep, removed CoopConfiguration and CoepConfiguration files

* Renamed securityInit() method to coopCoepInit()

* Moved adding coop/coep listeners to validetInit in WebApplication

* WICKET-6805 Formatting, cleanup and minor improvements

Co-authored-by: Sal <salchoman@gmail.com>
Co-authored-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants