[GitHub] wicket pull request #256: WICKET-6517 ajax multipart

2018-01-16 Thread andruhon
Github user andruhon commented on a diff in the pull request: https://github.com/apache/wicket/pull/256#discussion_r161936292 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxFileUploadBehavior.java --- @@ -0,0 +1,156 @@ +/* + *

[GitHub] wicket pull request #256: WICKET-6517 ajax multipart

2018-01-16 Thread andruhon
Github user andruhon commented on a diff in the pull request: https://github.com/apache/wicket/pull/256#discussion_r161933625 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxFileUploadBehavior.java --- @@ -0,0 +1,156 @@ +/* + *

Re: Quick start and https/TLS/SSL

2018-01-16 Thread Maxim Solodovnik
On the other hand in case someone will need HTTPS quickstart he/she need to write lots of stuff On Wed, Jan 17, 2018 at 1:43 AM, Pedro Santos wrote: >> The quickstart itself is stateless, so no sessions/cookies are created. > > Good point, one can even never navigate

Re: Quick start and https/TLS/SSL

2018-01-16 Thread Pedro Santos
> The quickstart itself is stateless, so no sessions/cookies are created. Good point, one can even never navigate to the self signed certificate error page. Even so, it sounds a good idea for me to remove such unnecessary complexity (HTTPS setup) for newcomers. > Any code added by the developer

Re: Quick start and https/TLS/SSL

2018-01-16 Thread Martin Grigorov
On Tue, Jan 16, 2018 at 4:33 PM, Pedro Santos wrote: > +0 > > Sounds a good idea since the quickstart is the fist contact most of new > users will have with Wicket. It makes sense to keep is as simple as > possible, focusing on showcasing components like WebPage, Label. > >

Re: Quick start and https/TLS/SSL

2018-01-16 Thread Pedro Santos
+0 Sounds a good idea since the quickstart is the fist contact most of new users will have with Wicket. It makes sense to keep is as simple as possible, focusing on showcasing components like WebPage, Label. Also the HTTPS configuration can easily go wrong as it will set a secure cookie on the

Re: 8.0.0 blockers

2018-01-16 Thread Andrea Del Bene
Uh sorry, I'm already able to create/edit pages. On Tue, Jan 16, 2018 at 11:32 AM, Andrea Del Bene wrote: > I'd rather use Confluence but I think I don't have enough rights to create > a page. Who can grant them? > > On Mon, Jan 15, 2018 at 8:13 PM, Martin Grigorov

Re: 8.0.0 blockers

2018-01-16 Thread Andrea Del Bene
I'd rather use Confluence but I think I don't have enough rights to create a page. Who can grant them? On Mon, Jan 15, 2018 at 8:13 PM, Martin Grigorov wrote: > You can use JIRA for this too. > > On Mon, Jan 15, 2018 at 5:53 PM, Andrea Del Bene >

Re: Quick start and https/TLS/SSL

2018-01-16 Thread Emond Papegaaij
-1 I agree, application servers, such as WildFly provide similar solutions. By default WildFly will generate a self-signed certificate for the https/h2 listener. Emond On dinsdag 16 januari 2018 05:10:32 CET Maxim Solodovnik wrote: > -1 > > I believe it's good to have HTTPS configuration