Custom Error Message for NoContentToError403 userPref - #2987
gamebeaker merged 3 commits into
Conversation
|
It also shows the new warning even if it is a real 403 error. Is that intended? |
|
No, that shouldn't be happening. |
|
Tested and should be working now. |
|
@Yomafil i meant that it shows the new warning if "Treat 'no content found error' as 'HTTP 403 error'." is selected and WebToEpub gets a real 403 error from the Network. WebToEpub gets a real 403 Network error and the message is that: As it says "No content found" i find it misleading. But it is just a minor complaint. I mean technically it couldn't find the content as it got a 403 response. |
|
@gamebeaker |
|
@gamebeaker
This should have been fixed. When the option is unselected, it should now throw the real HTTP 403 error message and not the |
|
I think there is a slight misunderstanding. It doesn't matter.
I would be for that as 403 etc is cryptic for non it people. |
Add a custom error message when a user has selected the
Treat 'no content found error' as 'HTTP 403 error'.user preference.