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 247917 - Netbeans make an http get while deploying EAR
Summary: Netbeans make an http get while deploying EAR
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-14 10:33 UTC by guaido79
Modified: 2015-06-23 14:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (162.10 KB, text/plain)
2014-10-14 10:33 UTC, guaido79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description guaido79 2014-10-14 10:33:00 UTC
Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03

I've a maven project with an EAR containing EJB and WAR.
When deploying the application netbeans make an http call to the application (event if I disable show browser on run and also remove context path from run configuration). This call usually it's fine, do not bother, but with application configured with security give many problem.
With http basic may ask for username/password forever.
With application that give security redirect may generate infinite loop.
How to disable this call after deploy?
This bug make netbeans unusable with this king of application.
Comment 1 guaido79 2014-10-14 10:33:04 UTC
Created attachment 149890 [details]
IDE log
Comment 2 Tomas Mysik 2015-06-02 08:57:28 UTC
Reassigning to the proper component, please evaluate. Thanks.
Comment 3 Petr Hejl 2015-06-23 14:14:11 UTC
What server do you use? Is there anything related to the issue in the log? If those exceptions are relevant it not about deployment but rather repository indexing. Please clarify. If possible share a project and steps to reproduce with actual and expected results. Thanks.