Re: svn commit: r682470 - in /webservices/axis2/branches/java/1_4/modules/kernel/src/org/apache/axis2: description/ transport/http/ transport/jms/ transport/nhttp/

2008-08-06 Thread Amila Suriarachchi
hi keith, is there any reason to remove the ending "/". IMHO we should not remove this if there is no problem with that. Because someone may have written a code by considering that "/" thanks, Amila. On Tue, Aug 5, 2008 at 12:49 AM, <[EMAIL PROTECTED]> wrote: > Author: keithc > Date: Mon Aug 4

[jira] Resolved: (AXIS2-3821) JMS binding details are not included in the generated wsdl (?wsdl)

2008-08-06 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya resolved AXIS2-3821. --- Resolution: Fixed This fixed in the Axis2 1.4 branch now. > JMS bin

[jira] Assigned: (AXIS2-3963) Null DataHandler objects as MIME attachments

2008-08-06 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle reassigned AXIS2-3963: - Assignee: Rich Scheuerle > Null DataHandler objects as MIME attachments > ---

[jira] Work started: (AXIS2-3963) Null DataHandler objects as MIME attachments

2008-08-06 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AXIS2-3963 started by Rich Scheuerle. > Null DataHandler objects as MIME attachments > > > Key: AXIS2

[jira] Commented: (AXIS2-3963) Null DataHandler objects as MIME attachments

2008-08-06 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620274#action_12620274 ] Rich Scheuerle commented on AXIS2-3963: --- I have some questions about the patch. I am

Re: svn commit: r682470 - in /webservices/axis2/branches/java/1_4/modules/kernel/src/org/apache/axis2: description/ transport/http/ transport/jms/ transport/nhttp/

2008-08-06 Thread Saminda Abeyruwan
Is there any particular reason to add the tailing "/". Saminda On Wed, Aug 6, 2008 at 8:35 AM, Amila Suriarachchi < [EMAIL PROTECTED]> wrote: > > hi keith, > > is there any reason to remove the ending "/". > IMHO we should not remove this if there is no problem with that. Because > someone may h

Re: svn commit: r682470 - in /webservices/axis2/branches/java/1_4/modules/kernel/src/org/apache/axis2: description/ transport/http/ transport/jms/ transport/nhttp/

2008-08-06 Thread Davanum Srinivas
Sorry! had to ask! and is this a security issue? Why is it even being considered? -- dims On Wed, Aug 6, 2008 at 1:06 PM, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > Is there any particular reason to add the tailing "/". > > Saminda > > On Wed, Aug 6, 2008 at 8:35 AM, Amila Suriarachchi > <[EM

[jira] Created: (AXIS2-3965) JAXWS: Parser is not closed

2008-08-06 Thread Rich Scheuerle (JIRA)
JAXWS: Parser is not closed --- Key: AXIS2-3965 URL: https://issues.apache.org/jira/browse/AXIS2-3965 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Reporter: Rich Scheuerle

[jira] Resolved: (AXIS2-3965) JAXWS: Parser is not closed

2008-08-06 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-3965. --- Resolution: Fixed 683353 > JAXWS: Parser is not closed > --- > >

[jira] Created: (AXIS2-3966) JAX-WS: Client engine should detach input stream after use

2008-08-06 Thread Rich Scheuerle (JIRA)
JAX-WS: Client engine should detach input stream after use -- Key: AXIS2-3966 URL: https://issues.apache.org/jira/browse/AXIS2-3966 Project: Axis 2.0 (Axis2) Issue Type: Bug C

[jira] Resolved: (AXIS2-3966) JAX-WS: Client engine should detach input stream after use

2008-08-06 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-3966. --- Resolution: Fixed 683433 > JAX-WS: Client engine should detach input stream after use >

Re: svn commit: r682470 - in /webservices/axis2/branches/java/1_4/modules/kernel/src/org/apache/axis2: description/ transport/http/ transport/jms/ transport/nhttp/

2008-08-06 Thread keith chapman
Here is the reason for adding the trailing "/" When a WSDL has a httpLocation that is resolved against the base URI, so lets assume a bindingOperation has whttp:laction="foo/{bar} and that this is exposed over 3 endpoints, SOAP 11 SOAP 12 and HTTP. for the SOAP 11 endpoint the address would be ht

Re: svn commit: r682470 - in /webservices/axis2/branches/java/1_4/modules/kernel/src/org/apache/axis2: description/ transport/http/ transport/jms/ transport/nhttp/

2008-08-06 Thread Davanum Srinivas
Keith, Do you consider this in scope for a security problem oriented 1.4.1 release? -- dims On Thu, Aug 7, 2008 at 12:56 AM, keith chapman <[EMAIL PROTECTED]> wrote: > Here is the reason for adding the trailing "/" > > When a WSDL has a httpLocation that is resolved against the base URI, so > le