Giter Site home page Giter Site logo

Comments (3)

DamianMac avatar DamianMac commented on June 27, 2024

I'm a bit confused by this, I get what you're saying about IIS.. but are you trying to address a queue in a way that you're getting a 404 ?
We don't have a lot of options that are valid on azure, we can use an underscore, a period or a hyphen.

from nimbus.

michaelnoonan avatar michaelnoonan commented on June 27, 2024

Yeah, it's not really related to running Nimbus as a Service Bus, but I
bumpted into a problem getting dead letter management working.

I was using the queue path as part of the URL in a web request to get dead
letters from the $DeadLetter subqueue (for which you need the original
queue path), and subsequently destroying or replaying them.

For example: DELETE /deadletters/q.myqueue

IIS responded to this request with a 404 treating "q.myqueue" as a file
that wasn't found.

Appending a '/' to the end of the URL fixed the immediate problem:
For example: DELETE /deadletters/q.myqueue/

Just thought to ask the question in case there was a more universally
acceptable parts separator Nimbus could use out of the gate, like hyphen,
that wouldn't cause the unsuspecting developer confusion when tackling
problems like this.

Either way this is probably a corner case and could happily be ignored.

On Thu, Feb 13, 2014 at 4:25 PM, Damian Maclennan
[email protected]:

I'm a bit confused by this, I get what you're saying about IIS.. but are
you trying to address a queue in a way that you're getting a 404 ?
We don't have a lot of options that are valid on azure, we can use an
underscore, a period or a hyphen.

Reply to this email directly or view it on GitHubhttps://github.com/DamianMac/Nimbus/issues/43#issuecomment-34951859
.

from nimbus.

uglybugger avatar uglybugger commented on June 27, 2024

This is a known pain in the backside when dealing with MVC routing on IIS - it treats anything with a . that doesn't precede a slash as a static filename rather than a parameter.

Not sure how much we want to care about it in this context, though - is it likely to come up often? Thoughts?

from nimbus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.