Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Ubuntu 10.10, 32-bit
Description
Hudson ver. 1.389.
= issue 1.1 =
After the latest update from repository (http://pkg.hudson-labs.org/debian) the Jobs which have a remote token set, can not be built from the www interface.
The user will be redirected to a page which says:
"Access Denied
Invalid token provided."
In the case that token is passed to HTTP GET
http://server:8080/job/[jobname]/build?delay=0sec&token=[mytoken]
The page is displayed
= issue 1.2 =
but when the Job has parameters which needs to be set the parameters form does not pass the token value.
<form name="parameters" action="build?delay=0sec" method="post">
So when user clicks on Build button the "Invalid Token provided" page will be displayed.
Attachments
Issue Links
- duplicates
-
JENKINS-8319 Trigger builds throws AccessDeniedException
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Hudson ver. 1.389. After the latest update from repository (http://pkg.hudson-labs.org/debian) the Jobs which have a remote token set, can not be built from the www interface. The user will be redirected to a page which says: "Access Denied Invalid token provided." In the case that token is passed to HTTP GET http://server:8080/job/[jobname]/build?delay=0sec&token=[mytoken] The page is not displayed, but when the Job has parameters which needs to be set the parameters form does not pass the token value. <form name="parameters" action="build?delay=0sec" method="post"> So when user clicks on Build button the "Invalid Token provided" page will be displayed. |
Hudson ver. 1.389. = issue 1.1 = After the latest update from repository (http://pkg.hudson-labs.org/debian) the Jobs which have a remote token set, can not be built from the www interface. The user will be redirected to a page which says: "Access Denied Invalid token provided." In the case that token is passed to HTTP GET http://server:8080/job/[jobname]/build?delay=0sec&token=[mytoken] The page is displayed = issue 1.2 = but when the Job has parameters which needs to be set the parameters form does not pass the token value. <form name="parameters" action="build?delay=0sec" method="post"> So when user clicks on Build button the "Invalid Token provided" page will be displayed. |
Link |
This issue duplicates |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Component/s | core [ 15593 ] | |
Component/s | www [ 15484 ] |
Workflow | JNJira [ 138409 ] | JNJira + In-Review [ 187991 ] |