You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2011/09/21 09:56:09 UTC

[jira] [Created] (WICKET-4073) Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run

Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run
---------------------------------------------------------------------------------

                 Key: WICKET-4073
                 URL: https://issues.apache.org/jira/browse/WICKET-4073
             Project: Wicket
          Issue Type: Bug
          Components: wicket-quickstart
    Affects Versions: 1.5.1
            Reporter: Martin Grigorov
            Assignee: Martijn Dashorst


The pregenerated 'keystore' is put in src/test/resources and thus is not in the classpath when started with "mvn jetty:run". This leads to a broken link in the home page of the quickstart.
We should either move the keystore file or disable the link when HTTPS is not enabled. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4073) Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109330#comment-13109330 ] 

Martijn Dashorst commented on WICKET-4073:
------------------------------------------

Don't use the mvn jetty:run option...

> Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-4073
>                 URL: https://issues.apache.org/jira/browse/WICKET-4073
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5.1
>            Reporter: Martin Grigorov
>            Assignee: Martijn Dashorst
>
> The pregenerated 'keystore' is put in src/test/resources and thus is not in the classpath when started with "mvn jetty:run". This leads to a broken link in the home page of the quickstart.
> We should either move the keystore file or disable the link when HTTPS is not enabled. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4073) Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109559#comment-13109559 ] 

Igor Vaynberg commented on WICKET-4073:
---------------------------------------

we can create a jetty config file that does the same as the java Start so it works with jetty:run...


> Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-4073
>                 URL: https://issues.apache.org/jira/browse/WICKET-4073
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5.1
>            Reporter: Martin Grigorov
>            Assignee: Martijn Dashorst
>
> The pregenerated 'keystore' is put in src/test/resources and thus is not in the classpath when started with "mvn jetty:run". This leads to a broken link in the home page of the quickstart.
> We should either move the keystore file or disable the link when HTTPS is not enabled. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4073) Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109340#comment-13109340 ] 

Martijn Dashorst commented on WICKET-4073:
------------------------------------------

Start.java is in the src/test/java folder, so is test scoped... Shouldn't be a problem

> Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-4073
>                 URL: https://issues.apache.org/jira/browse/WICKET-4073
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5.1
>            Reporter: Martin Grigorov
>            Assignee: Martijn Dashorst
>
> The pregenerated 'keystore' is put in src/test/resources and thus is not in the classpath when started with "mvn jetty:run". This leads to a broken link in the home page of the quickstart.
> We should either move the keystore file or disable the link when HTTPS is not enabled. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4073) Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109334#comment-13109334 ] 

Martin Grigorov commented on WICKET-4073:
-----------------------------------------

In this case, I'm interested to hear Intellij/Netbeans user.
These IDEs make difference between sources and test classpaths and I expect the same problem if Intellij IDEA user starts the quickstart with Start.java.

> Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-4073
>                 URL: https://issues.apache.org/jira/browse/WICKET-4073
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5.1
>            Reporter: Martin Grigorov
>            Assignee: Martijn Dashorst
>
> The pregenerated 'keystore' is put in src/test/resources and thus is not in the classpath when started with "mvn jetty:run". This leads to a broken link in the home page of the quickstart.
> We should either move the keystore file or disable the link when HTTPS is not enabled. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4073) Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-4073.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.2
         Assignee: Igor Vaynberg  (was: Martijn Dashorst)

> Wicket quickstart advertise HTTPS but it doesn't work when started with jetty:run
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-4073
>                 URL: https://issues.apache.org/jira/browse/WICKET-4073
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5.1
>            Reporter: Martin Grigorov
>            Assignee: Igor Vaynberg
>             Fix For: 1.5.2
>
>
> The pregenerated 'keystore' is put in src/test/resources and thus is not in the classpath when started with "mvn jetty:run". This leads to a broken link in the home page of the quickstart.
> We should either move the keystore file or disable the link when HTTPS is not enabled. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira