Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 113139 Details for
Bug 248154
Add Support SSO/Redirect on Bugzilla Login
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
bugzillaclient.mylyn.bugzilla.core.patch
bugzillaclient.mylyn.bugzilla.core.patch.txt (text/plain), 900 bytes, created by
Heiko Burchard
on 2008-09-22 11:33:59 EDT
(
hide
)
Description:
bugzillaclient.mylyn.bugzilla.core.patch
Filename:
MIME Type:
Creator:
Heiko Burchard
Created:
2008-09-22 11:33:59 EDT
Size:
900 bytes
patch
obsolete
>Index: src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java,v >retrieving revision 1.155 >diff -u -r1.155 BugzillaClient.java >--- src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java 21 Sep 2008 17:27:31 -0000 1.155 >+++ src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java 22 Sep 2008 15:06:37 -0000 >@@ -404,6 +403,8 @@ > RepositoryStatus.ERROR_REPOSITORY_LOGIN, repositoryUrl.toString(), > "Proxy authentication required")); > >+ } else if (code == HttpURLConnection.HTTP_MOVED_TEMP) { >+ // ignore redirect, check cookie... > } else if (code != HttpURLConnection.HTTP_OK) { > authenticated = false; > postMethod.getResponseBodyNoop();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248154
: 113139