You are viewing a plain text version of this content. The canonical link for it is here.
Posted to addressing-dev@ws.apache.org by Glen Daniels <gd...@sonicsoftware.com> on 2006/01/12 14:18:40 UTC

Reference properties / params

Hi Addressers,

It looks like currently we do this thing in
AddressingHeaders.processReferenceProperty() (line 590 or so) where if
we have a null list of refP Qnames that we're looking for, we mark ALL
non-WSA headers as reference properties and process them all....

This seems like a remarkably bad thing.  I'm going to remove this
behavior (and only mark reference properties / parameters that are
explicitly specified) unless someone objects.  Is there some good reason
for this?

Thanks,
--Glen


---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org


Re: Reference properties / params

Posted by Davanum Srinivas <da...@gmail.com>.
+1

On 1/12/06, Glen Daniels <gd...@sonicsoftware.com> wrote:
> Hi Addressers,
>
> It looks like currently we do this thing in
> AddressingHeaders.processReferenceProperty() (line 590 or so) where if
> we have a null list of refP Qnames that we're looking for, we mark ALL
> non-WSA headers as reference properties and process them all....
>
> This seems like a remarkably bad thing.  I'm going to remove this
> behavior (and only mark reference properties / parameters that are
> explicitly specified) unless someone objects.  Is there some good reason
> for this?
>
> Thanks,
> --Glen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: addressing-dev-help@ws.apache.org
>
>


--
Davanum Srinivas : http://wso2.com/blogs/

---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org


Re: Reference properties / params

Posted by Davanum Srinivas <da...@gmail.com>.
+1

On 1/12/06, Glen Daniels <gd...@sonicsoftware.com> wrote:
> Hi Addressers,
>
> It looks like currently we do this thing in
> AddressingHeaders.processReferenceProperty() (line 590 or so) where if
> we have a null list of refP Qnames that we're looking for, we mark ALL
> non-WSA headers as reference properties and process them all....
>
> This seems like a remarkably bad thing.  I'm going to remove this
> behavior (and only mark reference properties / parameters that are
> explicitly specified) unless someone objects.  Is there some good reason
> for this?
>
> Thanks,
> --Glen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: addressing-dev-help@ws.apache.org
>
>


--
Davanum Srinivas : http://wso2.com/blogs/

---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org


Re: Reference properties / params

Posted by Srinath Perera <he...@gmail.com>.
+1

On 1/13/06, Jarek Gawor <ga...@mcs.anl.gov> wrote:
> +1 (although I thought somebody was actually using this feature)
>
> Jarek
>
> > -----Original Message-----
> > From: Glen Daniels [mailto:gdaniels@sonicsoftware.com]
> > Sent: Thursday, January 12, 2006 8:19 AM
> > To: addressing-dev@ws.apache.org
> > Subject: Reference properties / params
> >
> >
> > Hi Addressers,
> >
> > It looks like currently we do this thing in
> > AddressingHeaders.processReferenceProperty() (line 590 or so) where if
> > we have a null list of refP Qnames that we're looking for, we mark ALL
> > non-WSA headers as reference properties and process them all....
> >
> > This seems like a remarkably bad thing.  I'm going to remove this
> > behavior (and only mark reference properties / parameters that are
> > explicitly specified) unless someone objects.  Is there some
> > good reason
> > for this?
> >
> > Thanks,
> > --Glen
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: addressing-dev-help@ws.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: addressing-dev-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org


Re: Reference properties / params

Posted by Srinath Perera <he...@gmail.com>.
+1

On 1/13/06, Jarek Gawor <ga...@mcs.anl.gov> wrote:
> +1 (although I thought somebody was actually using this feature)
>
> Jarek
>
> > -----Original Message-----
> > From: Glen Daniels [mailto:gdaniels@sonicsoftware.com]
> > Sent: Thursday, January 12, 2006 8:19 AM
> > To: addressing-dev@ws.apache.org
> > Subject: Reference properties / params
> >
> >
> > Hi Addressers,
> >
> > It looks like currently we do this thing in
> > AddressingHeaders.processReferenceProperty() (line 590 or so) where if
> > we have a null list of refP Qnames that we're looking for, we mark ALL
> > non-WSA headers as reference properties and process them all....
> >
> > This seems like a remarkably bad thing.  I'm going to remove this
> > behavior (and only mark reference properties / parameters that are
> > explicitly specified) unless someone objects.  Is there some
> > good reason
> > for this?
> >
> > Thanks,
> > --Glen
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: addressing-dev-help@ws.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: addressing-dev-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org


RE: Reference properties / params

Posted by Jarek Gawor <ga...@mcs.anl.gov>.
+1 (although I thought somebody was actually using this feature)

Jarek

> -----Original Message-----
> From: Glen Daniels [mailto:gdaniels@sonicsoftware.com] 
> Sent: Thursday, January 12, 2006 8:19 AM
> To: addressing-dev@ws.apache.org
> Subject: Reference properties / params
> 
> 
> Hi Addressers,
> 
> It looks like currently we do this thing in
> AddressingHeaders.processReferenceProperty() (line 590 or so) where if
> we have a null list of refP Qnames that we're looking for, we mark ALL
> non-WSA headers as reference properties and process them all....
> 
> This seems like a remarkably bad thing.  I'm going to remove this
> behavior (and only mark reference properties / parameters that are
> explicitly specified) unless someone objects.  Is there some 
> good reason
> for this?
> 
> Thanks,
> --Glen
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: addressing-dev-help@ws.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org


RE: Reference properties / params

Posted by Jarek Gawor <ga...@mcs.anl.gov>.
+1 (although I thought somebody was actually using this feature)

Jarek

> -----Original Message-----
> From: Glen Daniels [mailto:gdaniels@sonicsoftware.com] 
> Sent: Thursday, January 12, 2006 8:19 AM
> To: addressing-dev@ws.apache.org
> Subject: Reference properties / params
> 
> 
> Hi Addressers,
> 
> It looks like currently we do this thing in
> AddressingHeaders.processReferenceProperty() (line 590 or so) where if
> we have a null list of refP Qnames that we're looking for, we mark ALL
> non-WSA headers as reference properties and process them all....
> 
> This seems like a remarkably bad thing.  I'm going to remove this
> behavior (and only mark reference properties / parameters that are
> explicitly specified) unless someone objects.  Is there some 
> good reason
> for this?
> 
> Thanks,
> --Glen
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: addressing-dev-help@ws.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org