[jira] [Commented] (CB-12074) Cookies are ignored on first application execution

2018-10-02 Thread Christopher Cook (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-12074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16636361#comment-16636361
 ] 

Christopher Cook commented on CB-12074:
---

For what it's worth, the Apple Webkit developers are waiting on someone to 
provide a test case: [https://bugs.webkit.org/show_bug.cgi?id=177478] so if 
anyone can prove this issue directly in a short swift/obj-c sample that would 
be great as you would literally be helping to fix thousands of apps/workflows.

> Cookies are ignored on first application execution
> --
>
> Key: CB-12074
> URL: https://issues.apache.org/jira/browse/CB-12074
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-wkwebview-engine
> Environment: Cordova 5.4.0, iOS 9.3.5
>Reporter: Maxim
>Assignee: Shazron Abdullah
>Priority: Major
>  Labels: wkwebview-known-issues
>
> Our application authenticates to the server. The server sets a 'JSESSIONID' 
> cookie. The cookie is used by the server for session management. 
> The issue is WKWebView does not send this cookie back to the server on 
> subsequent requests. However, this only happens on first execution of the 
> application, after its installation. Once the application closed and 
> re-opened, the cookies are properly sent and authentication completes 
> successfully. 
> The problematic behavior is consistent, and was observed on several devices. 
> On the other hand, there are no such issues with UIWebView. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-5499) platform add wp7 doesn't work

2013-12-06 Thread Christopher Cook (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13841958#comment-13841958
 ] 

Christopher Cook commented on CB-5499:
--

Found the issue: 

node_modules\cordova\src\metadata\wp7_parser.js is missing the following 
function export:

config_xml:function() {
return this.config_path;
},

 platform add wp7 doesn't work
 -

 Key: CB-5499
 URL: https://issues.apache.org/jira/browse/CB-5499
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP7
Affects Versions: 3.2.0
 Environment: Windows 8 Pro 64bits
Reporter: Sabatier
Assignee: Jesse MacFadyen

 I installed the WP8 SDK, and try to add the WP7 platform to the HelloWorld 
 project, and get error because of .NET Framework isn't good, so I can found a 
 fix here : 
 http://stackoverflow.com/questions/19812125/cordova-platform-add-wp7-fails-msbuild-error
 by modify the check_reqs.js file.
 But after fix this, when I try to add WP7 platform I get this error : 
 Checking wp7 requirements...
 Creating wp7 project...
 [TypeError: Object #Object has no method 'config.xml']
 Use of -d option show this more :
 at 
 C:\User\cordova\AppData\Roaming\npm\node_module\cordova\src\prepare.js:80:45
 ...
 I try to use the 3.1.0 version and it work fine.



--
This message was sent by Atlassian JIRA
(v6.1#6144)