You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by EngR H <h_...@yahoo.com> on 2004/12/14 16:19:51 UTC

WCK: session parameter

Hello there!
 
Am using WCK and need to send parameters through the request object of the WebDAVServlet to my custom store ..
 
is that possible ??if yes, is that through the parameters Hashtable sent to the begin() function?? if yes, where I can set a parameter there??
 
Thanx alot!
Rony
 
 

		
---------------------------------
Do you Yahoo!?
 All your favorites on one personal page � Try My Yahoo!

Re: WCK: session parameter

Posted by Oliver Zeigermann <ol...@gmail.com>.
On Wed, 15 Dec 2004 23:11:23 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> Is it better to use JAAS ?? to map my CMS user to a user on my App. server, and then using the principal inside my custom store to login to my CMS??

Maybe... Sounds like a good idea. 

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK: session parameter

Posted by Oliver Zeigermann <ol...@gmail.com>.
If null is passed the login module needs to throw an exception to ask
the client to deliver a valid user name, I guess. In my scenario MS
WebFolder does this. In case of doubt compare what you have with the
reference implementation which displays this behavior.

Oliver

On Thu, 23 Dec 2004 04:01:04 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> Hi Oliver, 
>   
> Thanx for ur concerns :) 
>   
> Yess, it passes a Null principal, have any clue?? 
>   
> Rony
> 
> Oliver Zeigermann <ol...@gmail.com> wrote: 
> Hi Rony,
> 
> sorry confused you with Ragia :( 
> 
> 
> On Thu, 23 Dec 2004 01:34:04 -0800 (PST), EngR H wrote:
> > >>Webfolders remember the user you used to log in
> > I never used my webfolder with JAAS, I always used to disable security.
> > so I don't think it remember my password. it acts as the security is
> disabled!!
> 
> So, what user does it pass to the JAAS login module then? Null?
> 
> Oliver
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 
> 
>  ________________________________
> Do you Yahoo!?
>  The all-new My Yahoo! – Get yours free! 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK: session parameter

Posted by EngR H <h_...@yahoo.com>.
Hi Oliver,
 
Thanx for ur concerns :)
 
Yess, it passes a Null principal, have any clue??
 
Rony

Oliver Zeigermann <ol...@gmail.com> wrote:
Hi Rony,

sorry confused you with Ragia :( 


On Thu, 23 Dec 2004 01:34:04 -0800 (PST), EngR H wrote:
> >>Webfolders remember the user you used to log in
> I never used my webfolder with JAAS, I always used to disable security.
> so I don't think it remember my password. it acts as the security is disabled!!

So, what user does it pass to the JAAS login module then? Null?

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


		
---------------------------------
Do you Yahoo!?
 The all-new My Yahoo! � Get yours free!    

Re: WCK: session parameter

Posted by Oliver Zeigermann <ol...@gmail.com>.
Hi Rony,

sorry confused you with Ragia :( 


On Thu, 23 Dec 2004 01:34:04 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> >>Webfolders remember the user you used to log in
> I never used my webfolder with JAAS, I always used to disable security.
> so I don't think it remember my password. it acts as the security is disabled!!

So, what user does it pass to the JAAS login module then? Null?

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK: session parameter

Posted by EngR H <h_...@yahoo.com>.
Hello :)
 
>>Webfolders remember the user you used to log in
I never used my webfolder with JAAS, I always used to disable security. 
so I don't think it remember my password. it acts as the security is disabled!!
 
Thanx alot 
Rony (Not Ragia, although, Ragia is one of my colleagues, we are a team of 3 )
 
 
 
Oliver Zeigermann <ol...@gmail.com> wrote:
Hi Ragia,

Webfolders remember the user you used to log in. Concerning null
connection, you will have to implement a session manager that maps to
your data.

Oliver

On Wed, 22 Dec 2004 09:26:57 -0800 (PST), EngR H wrote:
> Hello again,
> 
> I succeeded now to let OC4J use the org.apache.slide.simple.reference.FakeSessionManager
> but after giving the username/password it gives: Page cannot be displayed
> also using org.apache.slide.jaas.spi.SlideLoginModule gives the same result! :(
> 
> But when I change the configuration to use my app. server sample login module it succeeds to login and views my CMS structure but with null connection and principal objects (Normal)
> 
> Any ideas??
> 
> Also, still accessing my web folder does not prompt the login screen, it bypasses the authentication and goes directly to the CMS structure only accessing it through Internet browser promps the login screen :(
> 
> Any suggestions would be highly appreciated ...
> Thaz a lot !!!
> 
> regards,
> Rony

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: WCK: session parameter

Posted by Oliver Zeigermann <ol...@gmail.com>.
Hi Ragia,

Webfolders remember the user you used to log in. Concerning null
connection, you will have to implement a session manager that maps to
your data.

Oliver

On Wed, 22 Dec 2004 09:26:57 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> Hello again,
> 
> I succeeded now to let OC4J use the org.apache.slide.simple.reference.FakeSessionManager
> but after giving the username/password it gives: Page cannot be displayed
> also using org.apache.slide.jaas.spi.SlideLoginModule gives the same result! :(
> 
> But when I change the configuration to use my app. server sample login module it succeeds to login and views my CMS structure but with null connection and principal objects (Normal)
> 
> Any ideas??
> 
> Also, still accessing my web folder does not prompt the login screen, it bypasses the authentication and goes directly to the CMS structure only accessing it through Internet browser promps the login screen :(
> 
> Any suggestions would be highly appreciated ...
> Thaz a lot !!!
> 
> regards,
> Rony

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK: session parameter

Posted by EngR H <h_...@yahoo.com>.
Hello again,
 
I succeeded now to let OC4J use the org.apache.slide.simple.reference.FakeSessionManager
but after giving the username/password it gives: Page cannot be displayed 
also using org.apache.slide.jaas.spi.SlideLoginModule gives the same result! :(
 
But when I change the configuration to use my app. server sample login module it succeeds to login and views my CMS structure but with null connection and principal objects (Normal)
 
Any ideas??
 
Also, still accessing my web folder does not prompt the login screen, it bypasses the authentication and goes directly to the CMS structure only accessing it through Internet browser promps the login screen :(
 
Any suggestions would be highly appreciated ...
Thaz a lot !!!
 
regards,
Rony
 
EngR H <h_...@yahoo.com> wrote:
Hello Oliver, all,

Thanz Oliver for the reply!
So far, I succeeded to let OC4J authenicate slide and calls WCK layer :)

The bad thing is that I get my principal & connection objects set to null inside the begin function, it seems that somthing is wrong with my configuration. Or is there any implementations that should be done to return the connection object filled??

Another issue is that, although the login screen appears when accessing slide from the web(internet explorer), it doesnot appear when accessing it through a web folder?? it acts as it is already authenticated! did any body encounter that b4?

Thanx alot
Rony



Oliver Zeigermann wrote:
In 

void begin(Service service, Principal principal, Object
connection, LoggerFacade logger, Hashtable parameters)
throws ServiceAccessException,
ServiceParameterErrorException, ServiceParameterMissingException;

there is the Object connection which will be reasonably filled when
you use WCK JAAS implementation.

Oliver


On Wed, 15 Dec 2004 23:11:23 -0800 (PST), EngR H wrote:
> Is it better to use JAAS ?? to map my CMS user to a user on my App. server, and then using the principal inside my custom store to login to my CMS??
> 
> Oliver Zeigermann wrote:Not directly. Maybe using some ThreadLocal hack would do, but this
> would require changes to Slide.
> 
> Oliver
> 
> On Wed, 15 Dec 2004 01:16:06 -0800 (PST), EngR H wrote:
> > I need to let the WebDAV servlet to save my CMS session in its request. and
> > then pass it to my custom store. is that possible??
> >
> >
> > Oliver Zeigermann wrote:
> > What kind of request parameter? The session? What for`?
> >
> > Oliver
> >
> >
> > On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote:
> > > Hello there!
> > >
> > > Am using WCK and need to send parameters through the request object of the
> > WebDAVServlet to my custom store ..
> > >
> > > is that possible ??if yes, is that through the parameters Hashtable sent
> > to the begin() function?? if yes, where I can set a parameter there??
> > >
> > > Thanx alot!
> > > Rony
> > >
> > >
> > > ---------------------------------
> > > Do you Yahoo!?
> > > All your favorites on one personal page â€" Try My Yahoo!
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail - Easier than ever with enhanced search. Learn more.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org



---------------------------------
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
		
---------------------------------
Do you Yahoo!?
 Meet the all-new My Yahoo! � Try it today! 

Re: WCK: session parameter

Posted by EngR H <h_...@yahoo.com>.
Hello Oliver, all,
 
Thanz Oliver for the reply!
So far, I succeeded to let OC4J authenicate slide and calls WCK layer :)
 
The bad thing is that I get my principal & connection objects set to null inside the begin function, it seems that somthing is wrong with my configuration. Or is there any implementations that should be done to return the connection object filled??
 
Another issue is that, although the login screen appears when accessing slide from the web(internet explorer), it doesnot appear when accessing it through a web folder?? it acts as it is already authenticated! did any body encounter that b4?
 
Thanx alot
Rony
 


Oliver Zeigermann <ol...@gmail.com> wrote:
In 

void begin(Service service, Principal principal, Object
connection, LoggerFacade logger, Hashtable parameters)
throws ServiceAccessException,
ServiceParameterErrorException, ServiceParameterMissingException;

there is the Object connection which will be reasonably filled when
you use WCK JAAS implementation.

Oliver


On Wed, 15 Dec 2004 23:11:23 -0800 (PST), EngR H wrote:
> Is it better to use JAAS ?? to map my CMS user to a user on my App. server, and then using the principal inside my custom store to login to my CMS??
> 
> Oliver Zeigermann wrote:Not directly. Maybe using some ThreadLocal hack would do, but this
> would require changes to Slide.
> 
> Oliver
> 
> On Wed, 15 Dec 2004 01:16:06 -0800 (PST), EngR H wrote:
> > I need to let the WebDAV servlet to save my CMS session in its request. and
> > then pass it to my custom store. is that possible??
> >
> >
> > Oliver Zeigermann wrote:
> > What kind of request parameter? The session? What for`?
> >
> > Oliver
> >
> >
> > On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote:
> > > Hello there!
> > >
> > > Am using WCK and need to send parameters through the request object of the
> > WebDAVServlet to my custom store ..
> > >
> > > is that possible ??if yes, is that through the parameters Hashtable sent
> > to the begin() function?? if yes, where I can set a parameter there??
> > >
> > > Thanx alot!
> > > Rony
> > >
> > >
> > > ---------------------------------
> > > Do you Yahoo!?
> > > All your favorites on one personal page â€" Try My Yahoo!
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail - Easier than ever with enhanced search. Learn more.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


		
---------------------------------
Do you Yahoo!?
 Take Yahoo! Mail with you! Get it on your mobile phone.

Re: WCK: session parameter

Posted by Oliver Zeigermann <ol...@gmail.com>.
In 

    void begin(Service service, Principal principal, Object
connection, LoggerFacade logger, Hashtable parameters)
            throws ServiceAccessException,
ServiceParameterErrorException, ServiceParameterMissingException;

there is the Object connection which will be reasonably filled when
you use WCK JAAS implementation.

Oliver


On Wed, 15 Dec 2004 23:11:23 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> Is it better to use JAAS ?? to map my CMS user to a user on my App. server, and then using the principal inside my custom store to login to my CMS??
> 
> Oliver Zeigermann <ol...@gmail.com> wrote:Not directly. Maybe using some ThreadLocal hack would do, but this
> would require changes to Slide.
> 
> Oliver
> 
> On Wed, 15 Dec 2004 01:16:06 -0800 (PST), EngR H wrote:
> > I need to let the WebDAV servlet to save my CMS session in its request. and
> > then pass it to my custom store. is that possible??
> >
> >
> > Oliver Zeigermann wrote:
> > What kind of request parameter? The session? What for`?
> >
> > Oliver
> >
> >
> > On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote:
> > > Hello there!
> > >
> > > Am using WCK and need to send parameters through the request object of the
> > WebDAVServlet to my custom store ..
> > >
> > > is that possible ??if yes, is that through the parameters Hashtable sent
> > to the begin() function?? if yes, where I can set a parameter there??
> > >
> > > Thanx alot!
> > > Rony
> > >
> > >
> > > ---------------------------------
> > > Do you Yahoo!?
> > > All your favorites on one personal page â€" Try My Yahoo!
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> ---------------------------------
> Do you Yahoo!?
>  Yahoo! Mail - Easier than ever with enhanced search. Learn more.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK: session parameter

Posted by Oliver Zeigermann <ol...@gmail.com>.
Great! Did not know that! 

But you are right, the SlideToken is not passed through to the WCK
store, neither is the URI from which you could retrieve it.

What would be best way to pass this information to a WCK store?

Oliver

On Wed, 15 Dec 2004 18:44:57 +0100, Stefan Lützkendorf
<lu...@apache.org> wrote:
> Some time ago I modified the WebdavUtils.getSlidetoken method related to
> this question.
> I added all session parameters as parameters to the slide token, this
> way a store implementation can access session parameters (but cant set
> new session parameters).
> May be this could help. But I assume that the slide token is hidden with
> in the wck.
> 
> Stefan.
> 
> Oliver Zeigermann wrote:
> 
> > Not directly. Maybe using some ThreadLocal hack would do, but this
> > would require changes to Slide.
> >
> > Oliver
> >
> >
> > On Wed, 15 Dec 2004 01:16:06 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> >
> >>I need to let the WebDAV servlet to save my CMS session in its request. and
> >>then pass it to my custom store. is that possible??
> >>
> >>
> >>Oliver Zeigermann <ol...@gmail.com> wrote:
> >>What kind of request parameter? The session? What for`?
> >>
> >>Oliver
> >>
> >>
> >>On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote:
> >>
> >>>Hello there!
> >>>
> >>>Am using WCK and need to send parameters through the request object of the
> >>
> >>WebDAVServlet to my custom store ..
> >>
> >>>is that possible ??if yes, is that through the parameters Hashtable sent
> >>
> >>to the begin() function?? if yes, where I can set a parameter there??
> >>
> >>>Thanx alot!
> >>>Rony
> >>>
> >>>
> >>>---------------------------------
> >>>Do you Yahoo!?
> >>>All your favorites on one personal page â€" Try My Yahoo!
> >>>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>
> >>
> >>
> >>__________________________________________________
> >>Do You Yahoo!?
> >>Tired of spam? Yahoo! Mail has the best spam protection around
> >>http://mail.yahoo.com
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >
> >
> 
> --
> Stefan Lützkendorf  --  luetzkendorf@apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK: session parameter

Posted by Stefan Lützkendorf <lu...@apache.org>.
Some time ago I modified the WebdavUtils.getSlidetoken method related to 
this question.
I added all session parameters as parameters to the slide token, this 
way a store implementation can access session parameters (but cant set 
new session parameters).
May be this could help. But I assume that the slide token is hidden with 
in the wck.

Stefan.

Oliver Zeigermann wrote:

> Not directly. Maybe using some ThreadLocal hack would do, but this
> would require changes to Slide.
> 
> Oliver
> 
> 
> On Wed, 15 Dec 2004 01:16:06 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> 
>>I need to let the WebDAV servlet to save my CMS session in its request. and
>>then pass it to my custom store. is that possible??
>>
>>
>>Oliver Zeigermann <ol...@gmail.com> wrote: 
>>What kind of request parameter? The session? What for`?
>>
>>Oliver
>>
>>
>>On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote:
>>
>>>Hello there!
>>>
>>>Am using WCK and need to send parameters through the request object of the
>>
>>WebDAVServlet to my custom store ..
>>
>>>is that possible ??if yes, is that through the parameters Hashtable sent
>>
>>to the begin() function?? if yes, where I can set a parameter there??
>>
>>>Thanx alot!
>>>Rony
>>>
>>>
>>>---------------------------------
>>>Do you Yahoo!?
>>>All your favorites on one personal page â€" Try My Yahoo!
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
>>
>>__________________________________________________
>>Do You Yahoo!?
>>Tired of spam? Yahoo! Mail has the best spam protection around 
>>http://mail.yahoo.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK: session parameter

Posted by EngR H <h_...@yahoo.com>.
Is it better to use JAAS ?? to map my CMS user to a user on my App. server, and then using the principal inside my custom store to login to my CMS??

Oliver Zeigermann <ol...@gmail.com> wrote:Not directly. Maybe using some ThreadLocal hack would do, but this
would require changes to Slide.

Oliver


On Wed, 15 Dec 2004 01:16:06 -0800 (PST), EngR H wrote:
> I need to let the WebDAV servlet to save my CMS session in its request. and
> then pass it to my custom store. is that possible??
> 
> 
> Oliver Zeigermann wrote: 
> What kind of request parameter? The session? What for`?
> 
> Oliver
> 
> 
> On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote:
> > Hello there!
> > 
> > Am using WCK and need to send parameters through the request object of the
> WebDAVServlet to my custom store ..
> > 
> > is that possible ??if yes, is that through the parameters Hashtable sent
> to the begin() function?? if yes, where I can set a parameter there??
> > 
> > Thanx alot!
> > Rony
> > 
> > 
> > ---------------------------------
> > Do you Yahoo!?
> > All your favorites on one personal page â€" Try My Yahoo!
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org



		
---------------------------------
Do you Yahoo!?
 Yahoo! Mail - Easier than ever with enhanced search. Learn more.

Re: WCK: session parameter

Posted by Oliver Zeigermann <ol...@gmail.com>.
Not directly. Maybe using some ThreadLocal hack would do, but this
would require changes to Slide.

Oliver


On Wed, 15 Dec 2004 01:16:06 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> I need to let the WebDAV servlet to save my CMS session in its request. and
> then pass it to my custom store. is that possible??
> 
> 
> Oliver Zeigermann <ol...@gmail.com> wrote: 
> What kind of request parameter? The session? What for`?
> 
> Oliver
> 
> 
> On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote:
> > Hello there!
> > 
> > Am using WCK and need to send parameters through the request object of the
> WebDAVServlet to my custom store ..
> > 
> > is that possible ??if yes, is that through the parameters Hashtable sent
> to the begin() function?? if yes, where I can set a parameter there??
> > 
> > Thanx alot!
> > Rony
> > 
> > 
> > ---------------------------------
> > Do you Yahoo!?
> > All your favorites on one personal page â€" Try My Yahoo!
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: WCK: session parameter

Posted by EngR H <h_...@yahoo.com>.
I need to let the WebDAV servlet to save my CMS session in its request. and then pass it to my custom store. is that possible??

Oliver Zeigermann <ol...@gmail.com> wrote:What kind of request parameter? The session? What for`?

Oliver


On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote:
> Hello there!
> 
> Am using WCK and need to send parameters through the request object of the WebDAVServlet to my custom store ..
> 
> is that possible ??if yes, is that through the parameters Hashtable sent to the begin() function?? if yes, where I can set a parameter there??
> 
> Thanx alot!
> Rony
> 
> 
> ---------------------------------
> Do you Yahoo!?
> All your favorites on one personal page – Try My Yahoo!
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: WCK: session parameter

Posted by Oliver Zeigermann <ol...@gmail.com>.
What kind of  request parameter? The session? What for`?

Oliver


On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H <h_...@yahoo.com> wrote:
> Hello there!
> 
> Am using WCK and need to send parameters through the request object of the WebDAVServlet to my custom store ..
> 
> is that possible ??if yes, is that through the parameters Hashtable sent to the begin() function?? if yes, where I can set a parameter there??
> 
> Thanx alot!
> Rony
> 
> 
> ---------------------------------
> Do you Yahoo!?
>  All your favorites on one personal page – Try My Yahoo!
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org