Details
- 
        Type:
 New Feature
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 2.0-Alpha3
 - 
            Fix Version/s: 2.0.0
 - 
            Component/s: Java Client, Push Library
 - 
            Labels:None
 - 
            Environment:ICEpush
 
Description
                    Introduce an alternative way to receive the BROWSER_ID. Currently the first request to an ICEpush application, in the case of a JSP application it would be to index.jsp, the BROWSER_ID is returned in the response's Set-Cookie header. A BROWSER_ID is required in order to successfully utilize the Push API, such as create-push-id, add-group-member and such. However, in the case of the Java Push Client, there is no page required to display. Therefore a first request to index.jsp should not have to be issued by the Java Push Client. Its first request should rather be the create-push-id request for instance. However, at this point the Java Push Client does not have a BROWSER_ID yet.
            
Issue Links
- blocks
 - 
            
        
        PUSH-83
        ICEpush Java Client
    
-         
     - Open
 
 -         
 
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #22320 | Mon Sep 13 06:25:56 MDT 2010 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            ADD
            				/scratchpads/snowplow/core/src/main/java/org/icepush/http/standard/Cookie.java
            
             
                            MODIFY
            				/scratchpads/snowplow/core/src/main/java/org/icepush/PushContext.java
            
             
                            MODIFY
            				/scratchpads/snowplow/core/src/main/java/org/icepush/servlet/BrowserBoundServlet.java
            
             
                            MODIFY
            				/scratchpads/snowplow/core/src/main/java/org/icepush/ConfigurationServer.java
            
             
                            MODIFY
            				/scratchpads/snowplow/core/src/main/javascript/command.js
            
             
                            MODIFY
            				/scratchpads/snowplow/core/src/main/javascript/application.js
            
             | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #22321 | Mon Sep 13 06:30:18 MDT 2010 | mircea.toma |      | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/scratchpads/snowplow/core/src/main/java/org/icepush/PushContext.java
            
             | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Fix Version/s | 2.0.0 [ 10233 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 

Assigning to Mircea for investigation.