-
Notifications
You must be signed in to change notification settings - Fork 27.4k
option to disable encoding slashes for url params #7940
base: master
Are you sure you want to change the base?
Conversation
I'm sorry, but I wasn't able to verify your Contributor License Agreement (CLA) signature. CLA signature is required for any code contributions to AngularJS. Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match. If you signed the CLA as a corporation, please let us know the company's name. Thanks a bunch! PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR. |
@Narretz : This was labelled |
Thx, fixed. Have you checked why your CLA couldn't be verified? |
I had submitted the CLA right before submitting the pull request -- I'm assuming it hadn't been processed yet. It's verified now though. And the Travis build errors are really odd. All tests failed with
I was able to build fine. If you have access to Travis can you re-run the build? |
I think Travis is a real pain at the moment. Can't do anything about it. I added a 'needs review' label, so hopefully maybe someone will look it over (although I noticed the origin issue has been labelled Purgatory) |
thx |
@@ -293,7 +293,7 @@ describe("resource", function() { | |||
}); | |||
|
|||
it('should support overriding provider default trailing-slash stripping configuration', function() { | |||
// Set the new behavior for all new resources created by overriding the | |||
// Set the new behav ior for all new resources created by overriding the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no
So, the main issue here (from my perspective) is that we have no way of ensuring that user-provided path values are "sane", and it becomes the application's responsibility. That's probably fine, but it's something that should be noted in the docs. I am not keen on the way this public API looks, but I can't really think of anything better for it. Have to see what API owners think about it though |
I think this is why
Who are the "owners"? |
+1 |
+1 Usecase: HAL
|
02dc2aa
to
fd2d6c0
Compare
cad9560
to
f294244
Compare
e8dc429
to
e83fab9
Compare
4dd5a20
to
998c61c
Compare
+1 |
+1 |
+10 - please, please, can we have this sorted. It has been around since 2012 in #1388 (as pointed out up the top) |
I don't think anything is happening with this version of angular anymore. On Mon, Mar 30, 2015, 4:47 AM toddb [email protected] wrote:
|
fixes #1388