[jira] [Commented] (AXIS2-6070) Remove '[SimpleHTTPServer] init completed with port' from SimpleHTTPServer

2024-07-03 Thread Michael Suhr (Jira)
[ https://issues.apache.org/jira/browse/AXIS2-6070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17862860#comment-17862860 ] Michael Suhr commented on AXIS2-6070: - Thanks 👍 > Remove '[SimpleHTTP

[jira] [Resolved] (AXIS2-6070) Remove '[SimpleHTTPServer] init completed with port' from SimpleHTTPServer

2024-07-03 Thread Robert Lazarski (Jira)
[ https://issues.apache.org/jira/browse/AXIS2-6070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Lazarski resolved AXIS2-6070. Resolution: Fixed > Remove '[SimpleHTTPServer] init completed with po

[jira] [Created] (AXIS2-6070) Remove '[SimpleHTTPServer] init completed with port' from SimpleHTTPServer

2024-07-03 Thread Michael Suhr (Jira)
Michael Suhr created AXIS2-6070: --- Summary: Remove '[SimpleHTTPServer] init completed with port' from SimpleHTTPServer Key: AXIS2-6070 URL: https://issues.apache.org/jira/browse/AXIS2-6070

[jira] [Commented] (AXIS2-5846) Local file inclusion vulnerability in SimpleHTTPServer

2017-05-15 Thread Nupur (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010075#comment-16010075 ] Nupur commented on AXIS2-5846: -- Hi, I searched entire code, I am not using SimpleHTTPSe

[jira] [Commented] (AXIS2-5846) Local file inclusion vulnerability in SimpleHTTPServer

2017-05-06 Thread Andreas Veithen (JIRA)
ease to be published this week. > Local file inclusion vulnerability in SimpleHTTPServer > -- > > Key: AXIS2-5846 > URL: https://issues.apache.org/jira/browse/AXIS2-5846 > Project:

[jira] [Commented] (AXIS2-5846) Local file inclusion vulnerability in SimpleHTTPServer

2017-04-24 Thread Nupur (JIRA)
l be released or how can I incorporate it into my existing system? Regards, Nupur > Local file inclusion vulnerability in SimpleHTTPServer > -- > > Key: AXIS2-5846 > URL: https://issues.apache.org/jir

[jira] [Updated] (AXIS2-5846) Local file inclusion vulnerability in SimpleHTTPServer

2017-04-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-5846: --- Component/s: transports > Local file inclusion vulnerability in SimpleHTTPSer

[jira] [Resolved] (AXIS2-5846) Local file inclusion vulnerability in SimpleHTTPServer

2017-04-23 Thread Andreas Veithen (JIRA)
cal file inclusion vulnerability in SimpleHTTPServer > -- > > Key: AXIS2-5846 > URL: https://issues.apache.org/jira/browse/AXIS2-5846 > Project: Axis2 > Issue Type: Bug

[jira] [Commented] (AXIS2-5846) Local file inclusion vulnerability in SimpleHTTPServer

2017-04-23 Thread Hudson (JIRA)
port/http/HTTPWorker.java * (edit) axis2/modules/transport/http/src/org/apache/axis2/transport/http/ListingAgent.java > Local file inclusion vulnerability in SimpleHTTPServer > -- > > Key: AXIS2-5846 >

[jira] [Commented] (AXIS2-5846) Local file inclusion vulnerability in SimpleHTTPServer

2017-04-23 Thread Hudson (JIRA)
(See [https://builds.apache.org/job/Axis2/3688/]) AXIS2-5846: Fix a local file inclusion vulnerability in SimpleHTTPServer. This occurs because axis2server.sh adds the root directory of the binary distribution to the class path, and SimpleHTTPServer doesn't limit the search for XSD/WSDL fil

[jira] [Created] (AXIS2-5847) Replace SimpleHTTPServer with an embedded Jetty server

2017-04-23 Thread Andreas Veithen (JIRA)
Andreas Veithen created AXIS2-5847: -- Summary: Replace SimpleHTTPServer with an embedded Jetty server Key: AXIS2-5847 URL: https://issues.apache.org/jira/browse/AXIS2-5847 Project: Axis2

[jira] [Updated] (AXIS2-5846) Local file inclusion vulnerability in SimpleHTTPServer

2017-04-23 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-5846: --- Summary: Local file inclusion vulnerability in SimpleHTTPServer (was: Local file inclusion

SimpleHTTPServer

2011-03-25 Thread Alain Beauregard
Hello, I'm trying to embed Axis2 v1.5.4 in our application. I've used the example provided at http://wso2.org/library/83 (How do I Embed SimpleHTTPServer in My Application and Deploy a POJO?) as a template and so far so good. However, I wanted to test a few things and tried to

SimpleHTTPServer

2011-03-18 Thread abeaur+axis2
Hello, I'm trying to embed Axis2 in our application. I've used the example provided at http://wso2.org/library/83 (How do I Embed SimpleHTTPServer in My Application and Deploy a POJO?) as a template and so far so good. However, I wanted to test a few things and tried to update the cont