This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 226696 - Warnings from NetBeans Maven repo
Summary: Warnings from NetBeans Maven repo
Status: NEW
Alias: None
Product: www
Classification: Unclassified
Component: Web Content (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-26 05:44 UTC by Jesse Glick
Modified: 2015-09-23 10:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
saved request/response (16.03 KB, application/octet-stream)
2014-01-06 01:39 UTC, sworisbreathing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-02-26 05:44:05 UTC
Issued by Maven 3.0.4 while downloading RELEASE73 dependencies of an NBM app:

Downloading: http://bits.netbeans.org/maven2/org/netbeans/api/org-openide-dialogs/RELEASE73/org-openide-dialogs-RELEASE73.pom
Feb 26, 2013 12:40:39 AM org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies processCookies
WARNING: Cookie rejected: "[version: 0][name: rememberMe][value: deleteMe][domain: bits.netbeans.org][path: /nexus][expiry: Tue Feb 26 00:40:39 EST 2013]". Illegal path attribute "/nexus". Path of origin: "/maven2/org/netbeans/api/org-openide-dialogs/RELEASE73/org-openide-dialogs-RELEASE73.pom"

(Seems that you are finally running Nexus—great!)
Comment 1 Jesse Glick 2013-02-26 05:46:49 UTC
Seems to be corrected by replacing repo URL http://bits.netbeans.org/maven2/ with http://bits.netbeans.org/nexus/content/groups/netbeans/ so I guess the redirect is not totally transparent.
Comment 2 sworisbreathing 2014-01-06 01:39:25 UTC
Created attachment 143618 [details]
saved request/response

Attaching a HAR of accessing http://bits.netbeans.org/maven2 via Chrome in incognito mode.

The Path of the Set-Cookie header should be /maven2 when the user hits http://bits.netbeans.org/maven2, and /nexus when the user hits http://bits.netbeans.org/nexus/content/groups/netbeans. Otherwise, the client will (rightly) complain.

This doesn't seem to be breaking anything - it just logs a bunch of annoying warnings.
Comment 3 pgebauer 2015-09-23 10:25:52 UTC
jpirek, could you please take a look at the process of redirection to the nexus maven repo?