1-10 of 15 < Previous Next >
1 vote

Troubles with mobile browser

When i tried to test tutorials from my mobile phone (i need embedded wap server) i've got this BadRequestException: {"BadRequest: Too large header value on line 5"} StackTrace: at HttpServer.Ht...

id# 3391 | Planned Release: None | Last Updated: Nov 16 at 9:57 AM by jgauffin
1 vote

request.Uri not always correct

A request for uri "http://localhost:11111/123" will set request.Uri to "http://localhost/", which seems to be wrong. A request for uri "http://localhost:11111/test/123" will set request.Uri to "ht...

id# 2969 | Planned Release: Beta3 | Last Updated: Oct 24 at 8:30 AM by TheOtherMarcus
1 vote

Object Disposed Exception when server closes connection

Can't figure out the exact error condition, but basically i get the occasional " Failed to end receive : The object was used after being disposed." in the logs which is logged at HttpClientContex...

id# 3110 | Planned Release: Beta3 | Last Updated: Oct 10 at 4:27 PM by jgauffin
1 vote
closed

Fails to parse multipart/form-data with capital letters in boundary

User-Agent: Jakarta Commons-HttpClient/3.1 Content-Type: multipart/form-data; boundary=XS32BCudTLrYdYXezZtQjRJXytfFVgwdgbGtu2W FormDecoderProvider.cs line 43: contentType = contentType.ToLower(); ...

id# 3131 | Planned Release: Beta3 | Last Updated: Oct 10 at 4:21 PM by jgauffin
1 vote
closed

HttpServer.Init() Fails with mono 2/Linux 16087

Actual Problem is with the following code in HTTPServer.cs, I'm sure it's the Environment.SpecialFolder.InternetCache. Is this necessary or can it be done more portable? I've commented it out and...

id# 3154 | Planned Release: Beta3 | Last Updated: Oct 10 at 4:15 PM by jgauffin
1 vote
closed

Simultaneous Request support?

It's an important feature for me :-), perhaps not for others, but if I have a request that takes 5 seconds to process, all of my other requests block. I tested this using modules, the simplest met...

id# 3155 | Planned Release: None | Last Updated: Oct 7 at 1:50 PM by andrewaggb
1 vote
closed

Template compiler doesn't handle external Assemblies for Interfaces and Base Types

I want to add a custom object to the template by passing it as an argument to the Render method. The object is inherited from a class that is taken from another assembly, and implements an interfac...

id# 3017 | Planned Release: None | Last Updated: Oct 5 at 5:58 PM by jgauffin
1 vote
closed

Template Generator breaks on Generic Types

Here's the fixed version of the GetTypeName method public string GetTypeName(Type type) { if (type.IsGenericType && !type.IsGenericTypeDefinition) { string typeName = type.FullName; StringBu...

id# 3016 | Planned Release: None | Last Updated: Oct 5 at 5:58 PM by jgauffin
1 vote
closed

(Example 3) Modules don't work on 16067

The sample examples (1-5), example 3 (url handling modules) stopped working on 16067, which unfortunately is what I'm building :-).

id# 3148 | Planned Release: None | Last Updated: Oct 5 at 5:54 PM by jgauffin
1 vote
closed

ResourceFileModule

A file module that loads files from resources instead of from disk. The module should take a list of assemblies that it should look in.

id# 2843 | Planned Release: None | Last Updated: Sep 23 at 8:16 PM by jgauffin
1-10 of 15 < Previous 1 2 Next >
Updating...