[ 
https://issues.apache.org/jira/browse/RAMPART-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14063940#comment-14063940
 ] 

Andreas Veithen commented on RAMPART-416:
-----------------------------------------

Another comment I would like to make:

The current Rampart tests use a fixed HTTP port number (5555). That is actually 
not a good practice because it sucks when you need to configure the build on a 
CI system that may execute builds concurrently. We should try to fix that at 
least for new code. axis2-testutils has a utility class called PortAllocator 
that allows to get unique port numbers. It should be sufficient to use that in 
the initialisation of the HTTP_PORT and HTTPS_PORT constants.

> Enable Rampart transport binding integration tests
> --------------------------------------------------
>
>                 Key: RAMPART-416
>                 URL: https://issues.apache.org/jira/browse/RAMPART-416
>             Project: Rampart
>          Issue Type: Improvement
>          Components: rampart-integration
>    Affects Versions: 1.6.2, 1.7.0
>            Reporter: Detelin Yordanov
>         Attachments: client.jks, rampart_jetty.patch, rampart_jetty.patch, 
> server.jks
>
>
> Rampart transport binding integration tests are currently disabled since 
> https support is not available using Axis2 SimpleHttpServer. These can be 
> enabled if SimpleHttpServer is replaced with embedded Jetty server configured 
> with SSL support. This would improve the Rampart integration test coverage 
> and allow contributing additional integration tests which use transport 
> binding policy.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to