Uiinfrastructure API Docs  
 

RequestData.AppendRedirectURLTo302URL Method 

JF- Adds the redirect URL to the URL where we are about to 302 redirect to. (only appends the redirect URL if we are in security mode 1 and if we are redirecting to the login space)

public virtual string AppendRedirectURLTo302URL(
   string _sTargetSpace,
   string _sURL
);

Parameters

_sTargetSpace
- Space where we are 302 redirecting to.
_sURL
- URL to append the redirect to (if it's not needed, the url will be returned unchanged)

Return Value

String

See Also

RequestData Class | com.plumtree.uiinfrastructure.interpreter Namespace