Issue Details (XML | Word | Printable)

Key: AXISCPP-373
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Fred Preston
Reporter: Fred Preston
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Axis-C++

To change the names of the Channel and Channel_ssl properties to include a http reference

Created: 11/Jan/05 10:18 PM   Updated: 01/Feb/05 10:54 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: n/a

Resolution Date: 11/Jan/05 10:25 PM


 Description  « Hide
+1

IMHO it is better to use HTTP instead of http and SSL for ssl.

Thanks,
Samisa...

On 06 Jan 2005 16:53:43 +0600, Roshan Weerasuriya <roshan@opensource.lk> wrote:
> hi Fred,
>
> +1
>
> Roshan
> On Thu, 2005-01-06 at 16:47, Fred Preston wrote:
> >
> >
> > Hi All,
> > Looking into the future, are we happy with the naming conventions we
> > currently have to identify the components within axiscpp.conf? I was
> > thinking specifically about what happens if we develop another transport?
> > The name for the http transport is 'Transport_http' (which is probably
> > fine), but the name for an http implemented ssl channel is 'Channel_ssl'
> > and I want to define a non-secure http channel dll, i.e. 'Channel'. Now we
> > may want to reuse these names for different transports, therefore what I'm
> > suggesting is that we make a more transport specific distinction for the
> > channel implementations. Thus:-
> >
> > 'Channel_ssl' becomes 'Channel_http_ssl' and
> > 'Channel' becomes 'Channel_http'.
> >
> > Any thoughts?
> >
> > Regards,
> >
> > Fred Preston.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Fred Preston added a comment - 11/Jan/05 10:20 PM
Changing the following:-
Channel -->> Channel_HTTP
Channel_ssl -->> Channel_HTTP_SSL

Adding the following:-
SecureInfo

Fred Preston added a comment - 11/Jan/05 10:25 PM
Updates complete.

John Hawkins added a comment - 01/Feb/05 10:54 PM
All changes done and working in daily builds.